rpms/gant/devel gant-script,1.1,1.2 gant.spec,1.5,1.6

Lubomir Rintel lkundrak at fedoraproject.org
Fri Mar 5 06:48:40 UTC 2010


Author: lkundrak

Update of /cvs/pkgs/rpms/gant/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13868/devel

Modified Files:
	gant-script gant.spec 
Log Message:
Include tools in classpath


Index: gant-script
===================================================================
RCS file: /cvs/pkgs/rpms/gant/devel/gant-script,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gant-script	24 Dec 2009 21:32:20 -0000	1.1
+++ gant-script	5 Mar 2010 06:48:39 -0000	1.2
@@ -4,5 +4,6 @@
 # Lubomir Rintel <lkundrak at v3.sk>
 
 BASE_JARS="$BASE_JARS gant"
+BASE_JARS="$BASE_JARS ../../lib/jvm/java/lib/tools"
 CLASS=gant.Gant
 . "$(dirname "$0")"/groovy


Index: gant.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gant/devel/gant.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- gant.spec	4 Mar 2010 08:44:30 -0000	1.5
+++ gant.spec	5 Mar 2010 06:48:40 -0000	1.6
@@ -11,7 +11,7 @@
 
 Name:           gant
 Version:        1.8.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Groovy-based build system that uses Ant tasks
 
 Group:          Development/Tools
@@ -113,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 5 2010 Lubomir Rintel <lkundrak at v3.sk> - 1.8.1-4
+- Include JDK tools in classpath
+
 * Thu Mar 4 2010 Lubomir Rintel <lkundrak at v3.sk> - 1.8.1-3
 - Fix build with Groovy 1.7
 



More information about the scm-commits mailing list