[latexdraw] 79/147: * update build.xml patch to apply to new upstream version
Stuart Prescott
stuart at debian.org
Thu Nov 24 23:53:34 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 f1eb8f74bee0aab53e43af669c2563891f55caf7
Author: Stuart Prescott <stuart at debian.org>
Date: Wed Jul 15 22:56:14 2009 +0000
* update build.xml patch to apply to new upstream version
---
debian/patches/build_system.patch | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/debian/patches/build_system.patch b/debian/patches/build_system.patch
index c592523..df3c300 100644
--- a/debian/patches/build_system.patch
+++ b/debian/patches/build_system.patch
@@ -1,22 +1,21 @@
Alter build system to make use of external libraries rather than bundling them into jar file.
--- trunk.orig/build.xml
+++ trunk/build.xml
-@@ -16,6 +16,14 @@
- <mkdir dir="${dir.out}/${release.name}"/>
+@@ -27,6 +27,13 @@
</target>
+
+ <path id="classpathlib">
+ <fileset dir="${lib.dir}" includes="**/*.jar"/>
+ </path>
-+
++
+ <target name="compile">
+ <javac srcdir="latexDraw" destdir="" classpathref="classpathlib" debug="on" encoding="utf8" />
+ </target>
-+
- <target name="junit" description="Launches the junit tests." depends="junit check, prepare">
- <junit printsummary="on" fork="false" haltonfailure="false"
- failureproperty="tests.failed" showoutput="true">
-@@ -60,10 +68,6 @@
+
+ <!-- Creates the jar -->
+ <target name="jar" description="Generates latexdraw.jar">
+@@ -35,10 +42,6 @@
<fileset dir="help/" />
</copy>
@@ -27,7 +26,7 @@ Alter build system to make use of external libraries rather than bundling them i
<copy todir="${dir.out}/" overwrite="true" failonerror="true">
<fileset dir="" includes="license.txt ; release_note.txt ; readme.txt ; install_vista.vbs ; install_debian_ubuntu"/>
</copy>
-@@ -80,12 +84,12 @@
+@@ -55,12 +58,12 @@
<!-- Creates the manifest -->
<manifest>
<attribute name="Main-Class" value="latexDraw.ui.LaTeXDraw"/>
--
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