summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2011-10-29 02:23:13 +0100
committerKHobbits <rob@khobbits.co.uk>2011-10-29 02:23:13 +0100
commitc90869cf44c6a00e80b252c1187d68fe83ec8f12 (patch)
treed46aee6f4b44eb2bc0a58a93eef4151dc2eb5771 /build.xml
parentb0e4fdbaf16c705adc544e94b1e2476a49a495d0 (diff)
downloadEssentials-c90869cf44c6a00e80b252c1187d68fe83ec8f12.tar
Essentials-c90869cf44c6a00e80b252c1187d68fe83ec8f12.tar.gz
Essentials-c90869cf44c6a00e80b252c1187d68fe83ec8f12.tar.lz
Essentials-c90869cf44c6a00e80b252c1187d68fe83ec8f12.tar.xz
Essentials-c90869cf44c6a00e80b252c1187d68fe83ec8f12.zip
Updating build order.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index e0172132c..bfbc3cbcd 100644
--- a/build.xml
+++ b/build.xml
@@ -5,17 +5,19 @@
<replace dir="." includes="**/src/messages*.properties" token="version: TeamCity" value="version: ${build.number}"/>
<replace dir="." includes="**/src/items.csv" token="version: TeamCity" value="version: ${build.number}"/>
</target>
- <target name="buildall" depends="setversion">
+ <target name="buildGM" depends="setversion">
+ <ant dir="EssentialsGroupManager" antfile="build.xml"/>
+ <ant dir="EssentialsGroupBridge" antfile="build.xml"/>
+ </target>
+ <target name="buildEss" depends="buildGM">
<ant dir="Essentials" antfile="build.xml"/>
<ant dir="EssentialsChat" antfile="build.xml"/>
<ant dir="EssentialsSpawn" antfile="build.xml"/>
<ant dir="EssentialsProtect" antfile="build.xml"/>
- <ant dir="EssentialsGroupManager" antfile="build.xml"/>
- <ant dir="EssentialsGroupBridge" antfile="build.xml"/>
<ant dir="EssentialsGeoIP" antfile="build.xml"/>
<ant dir="EssentialsXMPP" antfile="build.xml"/>
</target>
- <target name="collect" depends="buildall">
+ <target name="collect" depends="buildEss">
<mkdir dir="jars"/>
<copy todir="jars">
<fileset dir=".">