JAL-1994 Removed redistributed plugin.jar from applet build path
authortcofoegbu <tcnofoegbu@dundee.ac.uk>
Thu, 14 Apr 2016 10:09:18 +0000 (11:09 +0100)
committertcofoegbu <tcnofoegbu@dundee.ac.uk>
Thu, 14 Apr 2016 10:09:18 +0000 (11:09 +0100)
appletlib/plugin.jar [deleted file]
build.xml

diff --git a/appletlib/plugin.jar b/appletlib/plugin.jar
deleted file mode 100644 (file)
index d19dcc5..0000000
Binary files a/appletlib/plugin.jar and /dev/null differ
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" />