summaryrefslogtreecommitdiff
blob: 1f87d01f9342d6e3987a1ad3df281d8ba35df5e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- build.xml.orig	2006-10-13 00:54:56.000000000 +0200
+++ build.xml	2006-10-13 00:55:08.000000000 +0200
@@ -52,7 +52,7 @@
       </fileset>
     </copy>
   </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>
@@ -182,4 +182,4 @@
     <unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
     </unjar>
   </target>
-</project>
\ Chybí znak konce řádku na konci souboru
+</project>