aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorCarsten Weisse <[email protected]>2007-05-06 20:13:07 +0000
committerCarsten Weisse <[email protected]>2007-05-06 20:13:07 +0000
commit0ac31e2cfe5f40d14f971bdd91582c852f5c56d9 (patch)
tree24231358c69ba9124e7a156f4c530057c3fb35c2 /build.xml
parent621f3569d273d4bbab2ea1c6d2c9a6c3a26171d8 (diff)
include the joal EAX patch in build and jar task
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 52631ba..e46d524 100644
--- a/build.xml
+++ b/build.xml
@@ -53,7 +53,7 @@
<javac destdir="${build}" optimize="off" debug="on" source="1.4">
<src path="${src}"/>
<include name="jake2/**"/>
- <include name="net/java/games/joal/eax/EAX.java"/>
+ <include name="net/java/games/joal/eax/*"/>
<classpath refid="build.class.path"/>
</javac>
</target>
@@ -149,6 +149,7 @@
<target name="jar" depends="compile,copyres">
<jar destfile="${dist}/lib/jake2.jar" basedir="${build}">
<include name="jake2/**"/>
+ <include name="net/java/games/joal/eax/*"/>
<include name="*.png"/>
<include name="mirrors"/>
</jar>