[pkg-java] r6944 - trunk/pdfsam/debian
twerner at alioth.debian.org
twerner at alioth.debian.org
Tue Aug 26 20:39:01 UTC 2008
Author: twerner
Date: 2008-08-26 20:39:00 +0000 (Tue, 26 Aug 2008)
New Revision: 6944
Modified:
trunk/pdfsam/debian/build.xml
Log:
build pdfsam-langpack
Modified: trunk/pdfsam/debian/build.xml
===================================================================
--- trunk/pdfsam/debian/build.xml 2008-08-26 20:25:28 UTC (rev 6943)
+++ trunk/pdfsam/debian/build.xml 2008-08-26 20:39:00 UTC (rev 6944)
@@ -7,6 +7,7 @@
<ant antfile="ant/build.xml" dir="emp4j" target="clean"/>
<ant antfile="ant/build.xml" dir="jcmdline" target="clean"/>
<ant antfile="ant/build.xml" dir="pdfsam-console-br1" target="clean"/>
+ <ant antfile="ant/build.xml" dir="pdfsam-langpack" target="clean"/>
</target>
<target name="compile" description="Compile the Java files">
@@ -14,6 +15,7 @@
<ant antfile="ant/build.xml" dir="emp4j" target="compile"/>
<ant antfile="ant/build.xml" dir="jcmdline" target="compile"/>
<ant antfile="ant/build.xml" dir="pdfsam-console-br1" target="compile"/>
+ <ant antfile="ant/build.xml" dir="pdfsam-langpack" target="compile"/>
</target>
</project>
More information about the pkg-java-commits
mailing list