View Single Post
05-12-17, 03:27 PM   #21
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
Originally Posted by arith View Post
Just commit revision 17 to add LibStub and introduce LibStub:NewLibrary to set version number.
Since LibStub has been used, this will need to be loaded after LibStub.
Please test it and let me know if any issue.

Don't know if I'm doing something wrong, but I can't get Curse to package when I add the .pkgmeta external
Code:
package-as: WardrobeSort

externals:
  Libs/LibStub: svn://svn.wowace.com/wow/ace3/mainline/trunk/LibStub
  Libs/NoTaint_UIDropDownMenu: svn://svn.wowinterface.com/NoTaint_UIDropDownMenu_Update-1134/trunk

move-folders:
  WardrobeSort/Data: WardrobeSortData

When I tested it with just LibStub, it packaged but not after adding NoTaint_UIDropDownMenu

I could still access svn://svn.wowinterface.com/NoTaint_U...ate-1134/trunk from the SVN browser at least
  Reply With Quote