JAL-1518 drop Jalopy from utils directory
authorJim Procter <jprocter@dundee.ac.uk>
Fri, 6 Jun 2014 09:20:27 +0000 (10:20 +0100)
committerJim Procter <jprocter@dundee.ac.uk>
Fri, 6 Jun 2014 09:20:27 +0000 (10:20 +0100)
build.xml

index 998d42f..283e492 100755 (executable)
--- a/build.xml
+++ b/build.xml
  * The Jalview Authors are detailed in the 'AUTHORS' file.
 -->
 <project name="jalviewX" default="usage" basedir=".">
-  <!-- we use jalopy to format our sources -->
-  <taskdef name="jalopy" classname="de.hunsicker.jalopy.plugin.ant.AntPlugin">
-    <classpath>
-      <fileset dir="utils/jalopy/lib">
-        <include name="*.jar" />
-      </fileset>
-    </classpath>
-  </taskdef>
-
   <target name="help" depends="usage" />
   <target name="usage">
     <echo message="~~~Jalview Ant build.xml Usage~~~~" />