diff options
author | Carsten Weisse <[email protected]> | 2007-05-06 19:55:07 +0000 |
---|---|---|
committer | Carsten Weisse <[email protected]> | 2007-05-06 19:55:07 +0000 |
commit | 621f3569d273d4bbab2ea1c6d2c9a6c3a26171d8 (patch) | |
tree | a96ad972ae9090f9e60b0286eda7f52c53821c46 | |
parent | 0a07072749ad2d29316317a2162917f9f657d0e9 (diff) |
include the joal EAX patch
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |