Added UE as submodule

This commit is contained in:
Calclavia 2013-12-23 17:30:43 +08:00
parent 4f8a5e334f
commit 736da30b3d
3 changed files with 9 additions and 3 deletions

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "Calclavia-Library"]
path = Calclavia-Library
url = https://calclavia@bitbucket.org/calclavia/calclavia-library.git
[submodule "Universal-Electricity"]
path = Universal-Electricity
url = https://github.com/Universal-Electricity/Universal-Electricity

1
Universal-Electricity Submodule

@ -0,0 +1 @@
Subproject commit 2f004524471d42064f5d63a6fcc8f00e676f77f8

View file

@ -15,8 +15,6 @@
<fileset dir="../Minecraft Forge Latest/" />
</copy>
<get src="../Universal%20Electricity-dev.jar"
dest="${dir.mcp}/lib/UE-dev.jar"/>
<get src="http://files.minecraftforge.net/CodeChickenLib/CodeChickenLib-dev-1.6.4-1.0.0.49.jar"
dest="${dir.mcp}/lib/CCL-dev.jar"/>
<get src="http://files.minecraftforge.net/ForgeMultipart/ForgeMultipart-dev-1.6.4-1.0.0.227.jar"
@ -27,7 +25,11 @@
<exclude name=".git/**"/>
<exclude name="**/*.xml"/>
</fileset>
<fileset dir="${dir.development}Calclavia-Library/src">
<fileset dir="${dir.development}Universal-Electricity/src">
<exclude name=".git/**"/>
<exclude name="**/*.xml"/>
</fileset>
<fileset dir="${dir.development}Calclavia-Library/src/main/java/">
<exclude name=".git/**"/>
<exclude name="**/*.xml"/>
</fileset>