[MOBY-guts] biomoby commit

Gary Schiltz gss at pub.open-bio.org
Fri Oct 14 21:56:43 UTC 2005


gss
Fri Oct 14 17:56:43 EDT 2005
Update of /home/repository/moby/moby-live/S-MOBY/ref-impl/core/build
In directory pub.open-bio.org:/tmp/cvs-serv25123/S-MOBY/ref-impl/core/build

Modified Files:
	build.xml 
Log Message:
Removed jalopy stuff

moby-live/S-MOBY/ref-impl/core/build build.xml,1.4,1.5
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/core/build/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/core/build/build.xml	2005/10/09 01:33:06	1.4
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/core/build/build.xml	2005/10/14 21:56:43	1.5
@@ -54,28 +54,9 @@
 
     <!-- Remove the classes directory and jar file -->
     <target name="clean">
-            <delete dir="${classes-dir}"/>
-            <delete dir="${javadoc-dir}"/>
-    <delete file="${core-jar-file-path}"/>
-    </target>
-
-    <!-- Task Definition for Jalopy (used in source code formatter) -->
-    <taskdef name="jalopy"
-             classname="de.hunsicker.jalopy.plugin.ant.AntPlugin">
-      <classpath>
-        <fileset dir="/usr/jalopy/lib">
-          <include name="*.jar" />
-        </fileset>
-      </classpath>
-    </taskdef>
-
-    <!-- Format the source files to NCGR Coding Standards -->
-    <target name="format">
-        <jalopy>
-          <fileset dir="src">
-            <include name="**/*.java" />
-          </fileset>
-        </jalopy>
+        <delete dir="${classes-dir}"/>
+        <delete dir="${javadoc-dir}"/>
+        <delete file="${core-jar-file-path}"/>
     </target>
 
 </project>




More information about the MOBY-guts mailing list