[latexdraw] 52/147: * more merges for build system

Stuart Prescott stuart at debian.org
Thu Nov 24 23:53:26 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 a7beed266e1d6021a45515d0cc57aac09053828b
Author: Stuart Prescott <stuart at debian.org>
Date:   Tue Apr 21 17:57:53 2009 +0000

    * more merges for build system
---
 build.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.xml b/build.xml
index 75587d4..eb06e67 100644
--- a/build.xml
+++ b/build.xml
@@ -13,6 +13,10 @@
 	<mkdir dir="${dir.data}/templates"/>
 	</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>
@@ -61,10 +65,6 @@
 					<fileset dir="help/" />
 		</copy>
 		
-		<copy todir="${dir.data}/lib/" overwrite="true" failonerror="true">
-			<fileset dir="lib/" />
-		</copy>
-		
 		<copy todir="${dir.out}/" overwrite="true" failonerror="true">
 			<fileset dir="" includes="license.txt ; release_note.txt ; readme.txt ; install_vista.vbs"/>
 		</copy>

-- 
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