[pkg-java] r6942 - trunk/pdfsam/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Tue Aug 26 20:07:06 UTC 2008


Author: twerner
Date: 2008-08-26 20:07:04 +0000 (Tue, 26 Aug 2008)
New Revision: 6942

Modified:
   trunk/pdfsam/debian/ant.properties
   trunk/pdfsam/debian/build.xml
Log:
build jcmdline


Modified: trunk/pdfsam/debian/ant.properties
===================================================================
--- trunk/pdfsam/debian/ant.properties	2008-08-26 19:59:44 UTC (rev 6941)
+++ trunk/pdfsam/debian/ant.properties	2008-08-26 20:07:04 UTC (rev 6942)
@@ -5,3 +5,4 @@
 jaxen.jar.name=jaxen
 
 emp4j.build.dir=../classes
+jcmdline.build.dir=../classes

Modified: trunk/pdfsam/debian/build.xml
===================================================================
--- trunk/pdfsam/debian/build.xml	2008-08-26 19:59:44 UTC (rev 6941)
+++ trunk/pdfsam/debian/build.xml	2008-08-26 20:07:04 UTC (rev 6942)
@@ -4,12 +4,14 @@
   <target name="clean" description="Clean up">
     <delete dir="${build.dir}"/>
     <delete dir="classes"/>
-    <ant dir="emp4j/ant" target="clean"/>
+    <ant antfile="ant/build.xml" dir="emp4j" target="clean"/>
+    <ant antfile="ant/build.xml" dir="jcmdline" target="clean"/>
   </target>
 
   <target name="compile" description="Compile the Java files">
     <mkdir dir="${build.dir}"/>
     <ant antfile="ant/build.xml" dir="emp4j" target="compile"/>
+    <ant antfile="ant/build.xml" dir="jcmdline" target="compile"/>
   </target>
 
 </project>




More information about the pkg-java-commits mailing list