Mercurial > wow > recipeprofit
changeset 55:d0c4071c4c77 v2.06
packagetest 2
| author | Aaron Bregger |
|---|---|
| date | Sat, 15 Jan 2011 20:17:35 -0600 |
| parents | 896bfbdd02a4 |
| children | 4c582a826079 |
| files | .pkgmeta RecipeProfit.toc |
| diffstat | 2 files changed, 17 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/.pkgmeta Sat Jan 15 19:44:18 2011 -0600 +++ b/.pkgmeta Sat Jan 15 20:17:35 2011 -0600 @@ -1,3 +1,9 @@ required-dependencies: - gathermate2 - - ace3 + +externals: + Libs/AceAddon-3.0: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceAddon-3.0 + Libs/AceTimer-3.0: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceTimer-3.0 + Libs/AceConsole-3.0: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceConsole-3.0 + Libs/AceEvent-3.0: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceEvent-3.0 + Libs/LibStub: svn://svn.wowace.com/wow/libstub/mainline/tags/1.0 \ No newline at end of file
--- a/RecipeProfit.toc Sat Jan 15 19:44:18 2011 -0600 +++ b/RecipeProfit.toc Sat Jan 15 20:17:35 2011 -0600 @@ -7,7 +7,15 @@ ## OptionalDeps: Ace3 ## SavedVariables: RECIPEPROFIT_profile -core.lua +#@no-lib-strip@ +Libs\LibStub\LibStub.lua +Libs\AceAddon-3.0\AceAddon-3.0.xml +Libs\AceEvent-3.0\AceEvent-3.0.xml +Libs\AceTimer-3.0\AceTimer-3.0.xml +Libs\AceConsole-3.0\AceConsole-3.0.xml +#@end-no-lib-strip@ db.lua -db_fix.lua \ No newline at end of file +db_fix.lua + +core.lua \ No newline at end of file
