JAL-1994 Removed redistributed plugin.jar from applet build path
[jalview.git] / build.xml
index b23293f..00fdf04 100755 (executable)
--- a/build.xml
+++ b/build.xml
     <pathelement location="appletlib/${jsoup}" />
     <pathelement location="appletlib/${jsonSimple}" />
     <pathelement location="appletlib/${javaJson}" />
-    <pathelement location="appletlib/plugin.jar" />
+       <fileset dir="${java.home}/lib">
+        <include name="plugin.jar" />
+    </fileset>
   </path>
   <taskdef resource="proguard/ant/task.properties" classpath="utils/proguard.jar" />