aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
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>