[pdfsam] 08/36: build plugins

Markus Koschany apo at moszumanska.debian.org
Tue Feb 21 04:20:14 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 052dd5e721415d28aa6d874c5f6cf14e55a02efb
Author: Torsten Werner <twerner at debian.org>
Date:   Tue Aug 26 21:00:31 2008 +0000

    build plugins
---
 debian/ant.properties | 2 ++
 debian/build.xml      | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/debian/ant.properties b/debian/ant.properties
index 9cfcfe5..e43f35e 100644
--- a/debian/ant.properties
+++ b/debian/ant.properties
@@ -9,3 +9,5 @@ jcmdline.build.dir=../classes
 pdfsam.build.dir=../classes
 pdfsam-console.build.dir=../classes
 pdfsam-langpack.build.dir=../classes
+pdfsam-merge.build.dir=../classes
+pdfsam-split.build.dir=../classes
diff --git a/debian/build.xml b/debian/build.xml
index 745c4be..37692ee 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -9,6 +9,8 @@
     <ant antfile="ant/build.xml" dir="pdfsam-console-br1" target="clean"/>
     <ant antfile="ant/build.xml" dir="pdfsam-langpack" target="clean"/>
     <ant antfile="ant/build.xml" dir="pdfsam-maine-br1" target="clean"/>
+    <ant antfile="ant/build.xml" dir="pdfsam-merge" target="clean"/>
+    <ant antfile="ant/build.xml" dir="pdfsam-split" target="clean"/>
   </target>
 
   <target name="compile" description="Compile the Java files">
@@ -18,6 +20,8 @@
     <ant antfile="ant/build.xml" dir="pdfsam-console-br1" target="compile"/>
     <ant antfile="ant/build.xml" dir="pdfsam-langpack" target="compile"/>
     <ant antfile="ant/build.xml" dir="pdfsam-maine-br1" target="compile"/>
+    <ant antfile="ant/build.xml" dir="pdfsam-merge" target="compile"/>
+    <ant antfile="ant/build.xml" dir="pdfsam-split" 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