diff options
author | Carsten Weisse <[email protected]> | 2007-05-06 21:02:19 +0000 |
---|---|---|
committer | Carsten Weisse <[email protected]> | 2007-05-06 21:02:19 +0000 |
commit | 3ebf1e8917160998765a2e16b46a474d5b1ef03f (patch) | |
tree | dad15c90160082d82e88079dae3d28f8b8e2fd6d /build.xml | |
parent | ff26d915af74eb00566803e5c59c29d6776267a9 (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.xml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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> |