From: jprocter Date: Thu, 11 Oct 2007 10:38:38 +0000 (+0000) Subject: javac.debug passed through to applet build to preserve line numbers when obfuscation... X-Git-Tag: Release_2_4~244 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=4f4a80ee3f72370658cbbfdadf69bbfc2b20d54c;p=jalview.git javac.debug passed through to applet build to preserve line numbers when obfuscation is not performed. --- diff --git a/build.xml b/build.xml index ae129ee..19ec5f2 100755 --- a/build.xml +++ b/build.xml @@ -363,6 +363,7 @@ target="1.1" srcdir="${sourceDir}" destdir="${outputDir}" + debug="${javac.debug}" classpath="lib/${jmolJar}" includes="jalview/appletgui/**" excludes="ext/**,MCview/**,org/**,vamsas/**"