Commit 760eb98 1 parent ac4758e commit 760eb98 Copy full SHA for 760eb98
File tree 3 files changed +15
-17
lines changed
3 files changed +15
-17
lines changed Original file line number Diff line number Diff line change @@ -3,26 +3,24 @@ package-as: CraftSim
3
3
enable-nolib-creation: no
4
4
5
5
externals:
6
- Libs/CallbackHandler-1.0: https://repos.wowace.com/wow/callbackhandler/trunk/CallbackHandler-1.0
7
6
Libs/LibStub: https://repos.curseforge.com/wow/libstub/trunk
7
+ Libs/CallbackHandler-1.0: https://repos.curseforge.com/wow/callbackhandler/trunk/CallbackHandler-1.0
8
+ Libs/AceAddon-3.0: https://repos.curseforge.com/wow/ace3/trunkAceAddon-3.0
9
+ Libs/AceEvent-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceEvent-3.0
10
+ Libs/AceDB-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceDB-3.0
11
+ Libs/AceComm-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceComm-3.0
12
+ Libs/AceSerializer-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceSerializer-3.0
8
13
Libs/LibCompress: https://repos.curseforge.com/wow/libcompress/trunk
9
14
Libs/LibDBIcon-1.0: https://repos.curseforge.com/wow/libdbicon-1-0/trunk
10
- Libs/AceAddon-3.0: https://repos.wowace.com/wow/ace3/trunk/AceAddon-3.0
11
- Libs/AceComm-3.0: https://repos.wowace.com/wow/ace3/trunk/AceComm-3.0
12
- Libs/AceEvent-3.0: https://repos.wowace.com/wow/ace3/trunk/AceEvent-3.0
13
- Libs/AceSerializer-3.0: https://repos.wowace.com/wow/ace3/trunk/AceSerializer-3.0
14
- Libs/AceDB-3.0: https://repos.wowace.com/wow/ace3/trunk/AceDB-3.0
15
15
16
- Libs/GUTIL:
16
+ Libs/GUTIL:
17
17
url: https://github.com/derfloh205/GUTIL.git
18
18
tag: 2.0
19
- Libs/GGUI:
19
+ Libs/GGUI:
20
20
url: https://github.com/derfloh205/GGUI.git
21
21
tag: 2.1
22
22
23
23
ignore:
24
- - Libs/LibStub.lua
25
- - Libs/LibStub/tests/*
26
- - Libs/**/LibStub/tests/*
24
+ - Libs/LibStub/tests
27
25
- Libs/**/*.textile
28
26
- README.md
Original file line number Diff line number Diff line change 4
4
## Title : CraftSim
5
5
## Notes : Calculates the average profit based on your profession stats and other tools for dragonflight gold making
6
6
## Author : genju
7
- ## Version : 16.0.0
7
+ ## Version : 16.0.1
8
8
## X-Curse-Project-ID : 705015
9
9
## X-Wago-ID : 0mNwaPKo
10
10
## X-WoWI-ID : 26519
Original file line number Diff line number Diff line change 1
1
<Ui xsi : schemaLocation =" http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd" >
2
2
<Script file =" Libs\LibStub\LibStub.lua" />
3
- <Include file =" Libs\LibDBIcon-1.0\embeds.xml" />
4
- <Include file =" Libs\LibDBIcon-1.0\LibDBIcon-1.0\lib.xml" />
5
- <Include file =" Libs\AceAddon-3.0\AceAddon-3.0.xml" />
6
3
<Include file =" Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml" />
7
- <Include file =" Libs\AceComm -3.0\AceComm -3.0.xml" />
4
+ <Include file =" Libs\AceAddon -3.0\AceAddon -3.0.xml" />
8
5
<Include file =" Libs\AceEvent-3.0\AceEvent-3.0.xml" />
9
- <Include file =" Libs\AceSerializer-3.0\AceSerializer-3.0.xml" />
10
6
<Include file =" Libs\AceDB-3.0\AceDB-3.0.xml" />
7
+ <Include file =" Libs\AceComm-3.0\AceComm-3.0.xml" />
8
+ <Include file =" Libs\AceSerializer-3.0\AceSerializer-3.0.xml" />
9
+ <Include file =" Libs\LibDBIcon-1.0\embeds.xml" />
10
+ <Include file =" Libs\LibDBIcon-1.0\LibDBIcon-1.0\lib.xml" />
11
11
<Include file =" Libs\LibCompress\lib.xml" />
12
12
<Include file =" Libs\GUTIL\lib.xml" />
13
13
<Include file =" Libs\GGUI\lib.xml" />
You can’t perform that action at this time.
0 commit comments