application compilation time dependency plugin.jar needed for jalview.javascript...
authorjprocter <Jim Procter>
Wed, 12 Jan 2011 22:14:57 +0000 (22:14 +0000)
committerjprocter <Jim Procter>
Wed, 12 Jan 2011 22:14:57 +0000 (22:14 +0000)
build.xml

index 7669700..cca7ce7 100755 (executable)
--- a/build.xml
+++ b/build.xml
                                <include name="*.jar" />
                                <include name="**/*.jar" />
                        </fileset>
-                       <fileset dir="${java.home}">
-                               <include name="/lib/plugin.jar"/>
+                       <fileset dir="${java.home}/lib">
+                               <include name="plugin.jar"/>
                        </fileset>
                        <fileset dir="appletlib">
                                <!-- the JmolApplet includes the JmolApplet console and the application javac seems to always try and build all packages