1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-01-18 05:48:33 +01:00

Tidy the XML a little and test a library property.

This commit is contained in:
KHobbits 2011-10-29 04:31:56 +01:00
parent 071175e013
commit 62818065c4

View File

@ -11,20 +11,22 @@
</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=".">
<include name="**/dist/Essentials*.jar"/>
<include name="**/Essentials/src/config.yml" />
<include name="**/src/messages*.properties" />
<include name="**/src/items.csv" />
<include name="**/Essentials/src/config.yml" />
<include name="**/src/messages*.properties" />
<include name="**/src/items.csv" />
</fileset>
<flattenmapper/>
</copy>