<property name="source.dist.name" value="${basedir}/jalview-src.tar.gz" />
<!-- The Location of the java 1.1.8 jdk -->
<property name="java118.home" value="C:\Sun\jdk1.1.8" />
- <property name="applet.jre.tools" value="${java118.home}/lib/classes.zip" />
- <!-- jre for 1.4 version
+ <!--<property name="applet.jre.tools" value="${java118.home}/lib/classes.zip" />
+ --><!-- jre for 1.4 version -->
<property name="applet.jre.tools" value="${java.home}/lib/rt.jar"/>
- -->
+
<!-- the classpath for building the 1.1 applet -->
<path id="jalviewlite.deps">
<fileset dir="${java118.home}">
<target name="compileApplet" depends="init,clean">
<mkdir dir="${outputDir}" />
<javac source="1.5" target="1.5" srcdir="${sourceDir}" destdir="${outputDir}" debug="${javac.debug}"
- classpathref="jalviewlite.deps" includes="jalview/appletgui/**"
+ classpathref="jalviewlite.deps" includes="jalview/appletgui/**"
excludes="ext/**,MCview/**,org/**,vamsas/**" />
</target>