summaryrefslogtreecommitdiff
blob: c0e593eca3358329d2de4dc93ca93266a2f09f70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- build.xml.orig	2005-02-04 22:07:21.800581304 +0100
+++ build.xml	2005-02-04 22:11:43.734761256 +0100
@@ -170,6 +170,11 @@
         <echo message="jcmdline Unit Test docs have been written to ${docdir}/jcmdline/utapi" />
     </target>
 
+    <target name="jar" depends="build"> 
+	    <jar jarfile="${basedir}/jcmdline.jar" 
+             basedir="${builddir}/classes" />
+    </target>
+     
     <!-- Don't distribute anything that will not pass UTs -->
     <target name="dist" depends="clean, ut, doc"
             description="prepare distribution files">
@@ -203,8 +208,6 @@
         </copy>
 
       <!-- add the jar =====================================================-->
-        <jar jarfile="${tmpDistBuildDir}/${projRelease}.jar" 
-             basedir="${builddir}/classes" />
 
       <!-- create a gzipped tarball for the Unix crowd =====================-->
         <tar tarfile="${distdir}/${projRelease}.tar"