rpms/ecj/devel ecj.sh.in,1.1,1.2 ecj.spec,1.6,1.7

Deepak Bhole dbhole at fedoraproject.org
Mon Dec 21 21:26:45 UTC 2009


Author: dbhole

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

Modified Files:
	ecj.sh.in ecj.spec 
Log Message:

- Fix RHBZ# 490936. If CLASSPATH is not set, add . to default classpath.




Index: ecj.sh.in
===================================================================
RCS file: /cvs/pkgs/rpms/ecj/devel/ecj.sh.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ecj.sh.in	10 Mar 2009 18:35:57 -0000	1.1
+++ ecj.sh.in	21 Dec 2009 21:26:45 -0000	1.2
@@ -1,4 +1,4 @@
 #!/bin/sh
 
-CLASSPATH=@JAVADIR@/ecj.jar${CLASSPATH:+:}$CLASSPATH \
+CLASSPATH=@JAVADIR@/ecj.jar:${CLASSPATH=.} \
 java org.eclipse.jdt.internal.compiler.batch.Main "$@"


Index: ecj.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ecj/devel/ecj.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- ecj.spec	9 Sep 2009 08:25:06 -0000	1.6
+++ ecj.spec	21 Dec 2009 21:26:45 -0000	1.7
@@ -8,7 +8,7 @@ Epoch: 1
 Summary: Eclipse Compiler for Java
 Name: ecj
 Version: 3.4.2
-Release: 6%{?dist}
+Release: 7%{?dist}
 URL: http://www.eclipse.org
 License: EPL
 Group: Development/Languages
@@ -134,6 +134,9 @@ fi
 %{_libdir}/gcj/%{name}
 
 %changelog
+* Mon Dec 21 2009 Deepak Bhole <dbhole at redhat.com> - 1:3.4.2-7
+- Fix RHBZ# 490936. If CLASSPATH is not set, add . to default classpath.
+
 * Wed Sep 9 2009 Alexander Kurtakov <akurtako at redhat.com> 1:3.4.2-6
 - Add maven pom and depmaps.
 




More information about the fedora-extras-commits mailing list