summaryrefslogtreecommitdiff
blob: c7ffe457a11e44c0dff876fbf24df6f088356dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff -ru graph2-0.8.1.cvs20040118/build.xml graph2-0.8.1.cvs20040118-patched/build.xml
--- graph2-0.8.1.cvs20040118/build.xml	2003-02-18 09:45:49.000000000 -0500
+++ graph2-0.8.1.cvs20040118-patched/build.xml	2005-09-04 22:44:31.000000000 -0400
@@ -46,7 +47,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="target/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}">
     </jar>
   </target>
@@ -162,4 +163,4 @@
     <unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
     </unjar>
   </target>
-</project>
\ No newline at end of file
+</project>