Added Calclavia Library to build

This commit is contained in:
Calclavia 2013-12-19 21:22:18 +08:00
parent 49427ab5a6
commit d2505459c2
4 changed files with 8 additions and 6 deletions

6
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "Modding-Library"]
path = Modding-Library
url = git@bitbucket.org:calclavia/modding-library.git
[submodule "Calclavia-Library"]
path = Calclavia-Library
url = https://calclavia@bitbucket.org/calclavia/calclavia-library.git

1
Calclavia-Library Submodule

@ -0,0 +1 @@
Subproject commit a8ffe6a14ccdc2542162675cd06e6c0273c94cef

@ -1 +0,0 @@
Subproject commit e78a1934782b3d24d9ec2c501f7896c4dbc3c15c

View file

@ -27,7 +27,7 @@
<exclude name=".git/**"/>
<exclude name="**/*.xml"/>
</fileset>
<fileset dir="${dir.development}Modding-Library/src">
<fileset dir="${dir.development}Calclavia-Library/src">
<exclude name=".git/**"/>
<exclude name="**/*.xml"/>
</fileset>
@ -91,8 +91,10 @@
<jar destfile="${file.main}">
<fileset dir="JarContents" />
</jar>
<!--
<zip destfile="${file.api}">
<fileset dir="APIContents" />
</zip>
</zip>-->
</target>
</project>