X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=build.xml;h=19ec5f2a2eead6a56bebcd21f2f8c8207247d2ee;hb=e1c9c652059a67ee96f9fc5f6617fd5d604cbdbb;hp=51a9c2c9a0491c30fb80f71c06f199f2ecad8c5b;hpb=0ec1ee5f0ce6fe89dcf7aca0aede63ccf80f4c04;p=jalview.git diff --git a/build.xml b/build.xml index 51a9c2c..19ec5f2 100755 --- a/build.xml +++ b/build.xml @@ -70,8 +70,12 @@ - - + + + + + + @@ -202,7 +206,8 @@ - + Jalview @@ -221,6 +226,7 @@ + --> @@ -357,6 +363,7 @@ target="1.1" srcdir="${sourceDir}" destdir="${outputDir}" + debug="${javac.debug}" classpath="lib/${jmolJar}" includes="jalview/appletgui/**" excludes="ext/**,MCview/**,org/**,vamsas/**" @@ -380,16 +387,23 @@ - - - + + + + + + + + + + - + @@ -401,9 +415,8 @@ -injars in.jar -outjars jalviewApplet.jar -keep public class jalview.bin.JalviewLite - { public * ; } - --> - + { public * ; } --> +