JAL-2754 renamed proguard.jar to include version number
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 27 Oct 2017 11:20:28 +0000 (12:20 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Wed, 21 Mar 2018 16:17:00 +0000 (16:17 +0000)
build.xml
utils/proguard_5.3.3.jar [moved from utils/proguard.jar with 100% similarity]

index 2333ea3..5d28f13 100755 (executable)
--- a/build.xml
+++ b/build.xml
       <include name="plugin.jar" />
     </fileset>
   </path>
-  <taskdef resource="proguard/ant/task.properties" classpath="utils/proguard.jar" />
+  <taskdef resource="proguard/ant/task.properties" classpath="utils/proguard_5.3.3.jar" />
 
   <proguard verbose="true" >
     <injar file="in.jar" />
similarity index 100%
rename from utils/proguard.jar
rename to utils/proguard_5.3.3.jar