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>
Thu, 11 Jan 2018 19:58:49 +0000 (08:58 +1300)
build.xml
utils/proguard_5.3.3.jar [moved from utils/proguard.jar with 100% similarity]

index f085614..e28ea5c 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