From 50ad1097a1629bfa9fd29ad3c2f76cb618618fa0 Mon Sep 17 00:00:00 2001 From: jprocter Date: Wed, 10 Oct 2007 13:49:36 +0000 Subject: [PATCH] jnlp amsa extension and donotobfuscate property conditional for jalviewLite build --- build.xml | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/build.xml b/build.xml index c1730a9..ae129ee 100755 --- a/build.xml +++ b/build.xml @@ -70,8 +70,12 @@ - - + + + + + + @@ -222,6 +226,7 @@ + --> @@ -381,16 +386,23 @@ - - - + + + + + + + + + + - + @@ -402,9 +414,8 @@ -injars in.jar -outjars jalviewApplet.jar -keep public class jalview.bin.JalviewLite - { public * ; } - --> - + { public * ; } --> + -- 1.7.10.2