new appletlib path for jars specific to the applet
[jalview.git] / build.xml
index 120b3bf..eb1a0a5 100755 (executable)
--- a/build.xml
+++ b/build.xml
 
        <target name="build" depends="prepare">
                <!-- not efficient yet. -->
-               <javac source="1.4" target="1.4"
+               <javac source="1.5" target="1.5"
         srcdir ="${sourceDir}"
         destdir="${outputDir}"
                                debug="${javac.debug}"
        -->
                        </information>
                        <resources>
-                               <j2se version="1.4+" initial_heap_size="10M"/>
+                               <j2se version="1.5+" initial_heap_size="10M"/>
                                <fileset dir="${packageDir}">
                                        <include name="jalview.jar" />
                                </fileset>
                -->
                                </information>
                                <resources>
-                                       <j2se version="1.4+" initial_heap_size="64M" max_heap_size="512M"/>
+                                       <j2se version="1.5+" initial_heap_size="64M" max_heap_size="512M"/>
                                        <fileset dir="${packageDir}">
                                                <include name="jalview.jar" />
                                        </fileset>
                        -->
                                        </information>
                                        <resources>
-                                               <j2se version="1.4+" initial_heap_size="256M" max_heap_size="1024M"/>
+                                               <j2se version="1.5+" initial_heap_size="256M" max_heap_size="1024M"/>
                                                <fileset dir="${packageDir}">
                                                        <include name="jalview.jar" />
                                                </fileset>
                                                <include name="${libDir}/**/*"/>
                                                <include name="${resourceDir}/**/*"/>
                                                <include name="${helpDir}/**/*"/>
+                                               <include name="${jmolJar}"/>
                                                <exclude name="**/*locales"/>
                                                <exclude name="*locales/**"/>
                                                <exclude name="utils/InstallAnywhere/**Build.iap_xml"/>