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
commit6d86f40ca3c59d63ca7d08cdcc25934237ef6a90 (patch)
tree98f2c6189be07662e3f076067cd411e6a9abe2e7 /build.xml
parentcc9e7130e8578a217c6067a1904a0cd193f0d829 (diff)
downloadEssentials-6d86f40ca3c59d63ca7d08cdcc25934237ef6a90.tar
Essentials-6d86f40ca3c59d63ca7d08cdcc25934237ef6a90.tar.gz
Essentials-6d86f40ca3c59d63ca7d08cdcc25934237ef6a90.tar.lz
Essentials-6d86f40ca3c59d63ca7d08cdcc25934237ef6a90.tar.xz
Essentials-6d86f40ca3c59d63ca7d08cdcc25934237ef6a90.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=".">