pdfsam (1.1.4-1) 0001-prefer-debian-build.xml.patch

Summary

 pdfsam-maine-br1/ant/build.xml |   45 -----------------------------------------
 1 file changed, 45 deletions(-)

    
download this patch

Patch contents

From: Torsten Werner <twerner@debian.org>
Date: Sun, 25 Apr 2010 20:41:55 +0200
Subject: [PATCH] prefer debian/build.xml

this patch should be checked again if it is really a good idea
---
 pdfsam-maine-br1/ant/build.xml |   45 ----------------------------------------
 1 files changed, 0 insertions(+), 45 deletions(-)

diff --git a/pdfsam-maine-br1/ant/build.xml b/pdfsam-maine-br1/ant/build.xml
index 8b64d97..3817ee2 100644
--- a/pdfsam-maine-br1/ant/build.xml
+++ b/pdfsam-maine-br1/ant/build.xml
@@ -118,51 +118,6 @@
 			</fileset>
 	    </jar>
 	  	
-	  	<copy todir="${pdfsam.release.jar.dir}">
-			<fileset dir="${pdfsam.dist.dir}">
-				<include name="*.jar" />
-			</fileset>
-		</copy>
-
-	  	<!--emp4j-->
-	  	<ant antfile="${emp4j.dir}/ant/build.xml" dir="${emp4j.dir}" target="build-jars">
-	  		<property name="emp4j.dist.dir" value="${pdfsam.release.jar.dir}"/>
-	  	</ant>
-	  	<copy file="${pdfsam.release.jar.dir}/${emp4j.jar.name}.jar" todir="${libs.dir}" />
-
-	  	<!--jcmdline-->
-	  	<ant antfile="${jcmdline.dir}/ant/build.xml" dir="${jcmdline.dir}" target="build-jars">
-	  		<property name="jcmdline.dist.dir" value="${pdfsam.release.jar.dir}"/>
-	  	</ant>
-	  	<copy file="${pdfsam.release.jar.dir}/${jcmdline.jar.name}.jar" todir="${libs.dir}" />
-
-	  	<!--langpack-->
-		<ant antfile="${langpack.dir}/ant/build.xml" dir="${langpack.dir}" target="build-jars">
-	 		<property name="pdfsam-langpack.dist.dir" value="${pdfsam.release.jar.dir}"/>
-		</ant>
-	  	<copy file="${pdfsam.release.jar.dir}/${pdfsam-langpack.jar.name}.jar" todir="${libs.dir}" />
-
-	  	<!--console-->
-	  	<ant antfile="${console.dir}/ant/build.xml" dir="${console.dir}" target="build-jars">
-	  		<property name="pdfsam-console.dist.dir" value="${pdfsam.release.jar.dir}"/>
-	  	</ant>
-	  	<copy file="${pdfsam.release.jar.dir}/${pdfsam-console.jar.name}.jar" todir="${libs.dir}" />
-
-	  	<!--split-->
-	  	<ant antfile="${split.dir}/ant/build.xml" dir="${split.dir}" target="build-jars">
-	  		<property name="pdfsam-split.dist.dir" value="${pdfsam.release.jar.dir}"/>
-	  	</ant>
-
-	  	<!--merge-->
-	  	<ant antfile="${merge.dir}/ant/build.xml" dir="${merge.dir}" target="build-jars">
-	  		<property name="pdfsam-merge.dist.dir" value="${pdfsam.release.jar.dir}"/>
-	  	</ant>
-		
-	  	<!--mix-->
-	  	<ant antfile="${mix.dir}/ant/build.xml" dir="${mix.dir}" target="build-jars">
-	  		<property name="pdfsam-mix.dist.dir" value="${pdfsam.release.jar.dir}"/>
-	  	</ant>
-	  	
 	  	<antcall target="build-jars-enhanced" />
 	  </target>
 	
--