aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Zickner <[email protected]>2005-01-12 08:55:06 +0000
committerHolger Zickner <[email protected]>2005-01-12 08:55:06 +0000
commitc5b915fd5c1c7c2264f6a46d112c81f88c04e7e3 (patch)
treefed0ea1d0a8266d4a96410ff2ddd971187d195ae
parenta91aa2614dbb90f1d703464361874fb767a6276b (diff)
use unobfuscated jar for webstart version
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index e7d70e6..adf6e24 100644
--- a/build.xml
+++ b/build.xml
@@ -49,7 +49,7 @@
<!-- compile -->
<target name="compile" depends="init">
- <javac destdir="${build}" optimize="on" debug="off" source="1.4">
+ <javac destdir="${build}" optimize="off" debug="on" source="1.4">
<src path="${src}"/>
<include name="jake2/**"/>
<classpath refid="build.class.path"/>
@@ -233,6 +233,7 @@
</fileset>
<fileset dir=".">
<include name="patch.jar"/>
+ <include name="jake2.jar"/>
</fileset>
</copy>
<jar destfile="webstart/lib/linux/jogl-native.jar" basedir="${dist}/lib/linux">