[med-svn] [giira] 01/02: add glpk jar file in classpath

Olivier Sallou osallou at debian.org
Mon Feb 10 13:02:15 UTC 2014


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

osallou pushed a commit to branch master
in repository giira.

commit 3102209f24b15f4866b7e60e7d2d95f24cd8d086
Author: Olivier Sallou <olivier.sallou at debian.org>
Date:   Mon Feb 10 14:01:41 2014 +0100

    add glpk jar file in classpath
---
 debian/build.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/build.xml b/debian/build.xml
index 8f2c691..37933bf 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -14,9 +14,10 @@
 	<property environment="env"/>
 	<property name="project.jarfile.name" value="giira.jar"/>	
 	
-	<property name="class.path" value=""/>
+	<property name="class.path" value="${lib.dir}/glpk-java.jar"/>
 	<path id="compile.classpath">
 		<fileset dir="${lib.dir}">
+			<include name="glpk-java.jar.jar"/>
 		</fileset>
 	</path>
 	

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/giira.git



More information about the debian-med-commit mailing list