aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorCarsten Weisse <[email protected]>2007-05-06 21:02:19 +0000
committerCarsten Weisse <[email protected]>2007-05-06 21:02:19 +0000
commit3ebf1e8917160998765a2e16b46a474d5b1ef03f (patch)
treedad15c90160082d82e88079dae3d28f8b8e2fd6d /build.xml
parentff26d915af74eb00566803e5c59c29d6776267a9 (diff)
remove EAX patch and wait for a bugfix (it doesn't work for webstart because of jar signing) https://joal.dev.java.net/issues/show_bug.cgi?id=17
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index e46d524..f7809b0 100644
--- a/build.xml
+++ b/build.xml
@@ -53,7 +53,6 @@
<javac destdir="${build}" optimize="off" debug="on" source="1.4">
<src path="${src}"/>
<include name="jake2/**"/>
- <include name="net/java/games/joal/eax/*"/>
<classpath refid="build.class.path"/>
</javac>
</target>
@@ -149,7 +148,6 @@
<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>