[latexdraw] 121/147: Fix ant target flag

Stuart Prescott stuart at debian.org
Thu Nov 24 23:53:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

stuart pushed a commit to branch master
in repository latexdraw.

commit f825f1dbc547341ef127d2dffbc57a90ef313524
Author: Stuart Prescott <stuart at debian.org>
Date:   Tue Jun 19 23:19:52 2012 +0000

    Fix ant target flag
---
 debian/patches/build_system.patch | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/patches/build_system.patch b/debian/patches/build_system.patch
index 7e2aa6f..2a5062b 100644
--- a/debian/patches/build_system.patch
+++ b/debian/patches/build_system.patch
@@ -22,7 +22,7 @@ Alter build system to make use of external libraries rather than bundling them i
  	<target name="doc" depends="jar" description="Generation of the documentation.">
  	    <javadoc destdir="${dir.doc}" author="true" version="true" use="true"
  	    	notree="false" nonavbar="false" noindex="false" access="private">
-@@ -25,47 +25,51 @@
+@@ -25,47 +25,50 @@
  	      </fileset>
  	    </javadoc>
  	</target>
@@ -36,8 +36,7 @@ Alter build system to make use of external libraries rather than bundling them i
 +	</path>
 +
 +	<target name="compile">
-+		<javac srcdir="latexDraw" destdir="" classpathref="classpathlib" debug="on" encoding="utf8" />
-+                <javac target="1.6" />
++		<javac srcdir="latexDraw" destdir="" classpathref="classpathlib" debug="on" encoding="utf8" target="1.6" source="1.6" />
 +	</target>
 +
  	<!-- Creates the jar -->
@@ -90,7 +89,7 @@ Alter build system to make use of external libraries rather than bundling them i
  
  	<target name="zip src" depends="jar">
          <copy todir="out/${release.name}_src">
-@@ -76,16 +80,16 @@
+@@ -76,16 +79,16 @@
  		</zip>
          <delete dir="out/${release.name}_src" />
      </target>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/latexdraw.git



More information about the pkg-java-commits mailing list