[pdfsam] 04/36: build jcmdline
Markus Koschany
apo at moszumanska.debian.org
Tue Feb 21 04:20:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository pdfsam.
commit 124f87875acf9a31585d86c3dab1d94211424fdb
Author: Torsten Werner <twerner at debian.org>
Date: Tue Aug 26 20:07:04 2008 +0000
build jcmdline
---
debian/ant.properties | 1 +
debian/build.xml | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/ant.properties b/debian/ant.properties
index ca634e1..987c912 100644
--- a/debian/ant.properties
+++ b/debian/ant.properties
@@ -5,3 +5,4 @@ dom4j.jar.name=dom4j
jaxen.jar.name=jaxen
emp4j.build.dir=../classes
+jcmdline.build.dir=../classes
diff --git a/debian/build.xml b/debian/build.xml
index eec58b7..2ecfbb2 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -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>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pdfsam.git
More information about the pkg-java-commits
mailing list