mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Tidy the XML a little and test a library property.
This commit is contained in:
parent
a2619a6e2b
commit
c2c889cab9
2 changed files with 7 additions and 4 deletions
|
@ -11,13 +11,15 @@
|
|||
</target>
|
||||
<target name="buildEss" depends="buildGM">
|
||||
<ant dir="Essentials" antfile="build.xml"/>
|
||||
</target>
|
||||
<target name="buildRest" depends="buildEss">
|
||||
<ant dir="EssentialsChat" antfile="build.xml"/>
|
||||
<ant dir="EssentialsSpawn" antfile="build.xml"/>
|
||||
<ant dir="EssentialsProtect" antfile="build.xml"/>
|
||||
<ant dir="EssentialsGeoIP" antfile="build.xml"/>
|
||||
<ant dir="EssentialsXMPP" antfile="build.xml"/>
|
||||
</target>
|
||||
<target name="collect" depends="buildEss">
|
||||
<target name="collect" depends="buildRest">
|
||||
<mkdir dir="jars"/>
|
||||
<copy todir="jars">
|
||||
<fileset dir=".">
|
||||
|
|
|
@ -10,3 +10,4 @@ libs.junit_4.javadoc=\
|
|||
${base}/junit_4/junit-4.5-api.zip
|
||||
libs.junit_4.src=\
|
||||
${base}/junit_4/junit-4.5-src.jar
|
||||
project.EssentialsGroupManager=../EssentialsGroupManager
|
||||
|
|
Loading…
Reference in a new issue