aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Weisse <[email protected]>2007-05-06 19:55:07 +0000
committerCarsten Weisse <[email protected]>2007-05-06 19:55:07 +0000
commit621f3569d273d4bbab2ea1c6d2c9a6c3a26171d8 (patch)
treea96ad972ae9090f9e60b0286eda7f52c53821c46
parent0a07072749ad2d29316317a2162917f9f657d0e9 (diff)
include the joal EAX patch
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index f7809b0..52631ba 100644
--- a/build.xml
+++ b/build.xml
@@ -53,6 +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"/>
<classpath refid="build.class.path"/>
</javac>
</target>