From 39c5a2d4f29ba298876518c808d0738f90f3926c Mon Sep 17 00:00:00 2001 From: jprocter Date: Wed, 18 Apr 2007 10:55:22 +0000 Subject: [PATCH] made compileApplet and obfuscate depend on the presence of a java 1.1 jdk to ensure that applet jar is properly 1.1 compliant. --- build.xml | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/build.xml b/build.xml index b415140..a20a2aa 100755 --- a/build.xml +++ b/build.xml @@ -23,6 +23,7 @@ + @@ -86,6 +87,15 @@ + + + + + + + + + @@ -329,18 +339,26 @@ - + - - + Using jdk from java118.home = ${java118.home} + + + + + + classpathref="jalviewlite.deps" + /> @@ -363,10 +381,6 @@ - - - - -injars in.jar -- 1.7.10.2