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

twerner at alioth.debian.org twerner at alioth.debian.org
Tue Aug 26 19:59:45 UTC 2008


Author: twerner
Date: 2008-08-26 19:59:44 +0000 (Tue, 26 Aug 2008)
New Revision: 6941

Modified:
   trunk/pdfsam/debian/ant.properties
   trunk/pdfsam/debian/build.xml
Log:
create class files in $(CURDIR)/classes/


Modified: trunk/pdfsam/debian/ant.properties
===================================================================
--- trunk/pdfsam/debian/ant.properties	2008-08-26 19:38:08 UTC (rev 6940)
+++ trunk/pdfsam/debian/ant.properties	2008-08-26 19:59:44 UTC (rev 6941)
@@ -1,4 +1,7 @@
 libs.dir=/usr/share/java
+
 log4j.jar.name=log4j-1.2
 dom4j.jar.name=dom4j
 jaxen.jar.name=jaxen
+
+emp4j.build.dir=../classes

Modified: trunk/pdfsam/debian/build.xml
===================================================================
--- trunk/pdfsam/debian/build.xml	2008-08-26 19:38:08 UTC (rev 6940)
+++ trunk/pdfsam/debian/build.xml	2008-08-26 19:59:44 UTC (rev 6941)
@@ -3,6 +3,7 @@
 <project default="compile" name="pdfsam" basedir="..">
   <target name="clean" description="Clean up">
     <delete dir="${build.dir}"/>
+    <delete dir="classes"/>
     <ant dir="emp4j/ant" target="clean"/>
   </target>
 




More information about the pkg-java-commits mailing list