Blob Blame History Raw
--- build.xml.orig	2007-02-14 12:30:41.000000000 -0500
+++ build.xml	2007-02-14 12:31:02.000000000 -0500
@@ -52,7 +52,7 @@
       </classpath>
     </javac>
   </target>
-  <target name="jar" description="o Create the jar" depends="compile,test">
+  <target name="jar" description="o Create the jar" depends="compile">
     <jar jarfile="${defaulttargetdir}/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}">
     </jar>
   </target>