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

This commit is contained in:
Deepak Bhole 2009-12-21 21:26:45 +00:00
parent a3beb5d5ab
commit f7beac92b3
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
CLASSPATH=@JAVADIR@/ecj.jar${CLASSPATH:+:}$CLASSPATH \ CLASSPATH=@JAVADIR@/ecj.jar:${CLASSPATH=.} \
java org.eclipse.jdt.internal.compiler.batch.Main "$@" java org.eclipse.jdt.internal.compiler.batch.Main "$@"

View File

@ -8,7 +8,7 @@ Epoch: 1
Summary: Eclipse Compiler for Java Summary: Eclipse Compiler for Java
Name: ecj Name: ecj
Version: 3.4.2 Version: 3.4.2
Release: 6%{?dist} Release: 7%{?dist}
URL: http://www.eclipse.org URL: http://www.eclipse.org
License: EPL License: EPL
Group: Development/Languages Group: Development/Languages
@ -134,6 +134,9 @@ fi
%{_libdir}/gcj/%{name} %{_libdir}/gcj/%{name}
%changelog %changelog
* Mon Dec 21 2009 Deepak Bhole <dbhole@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@redhat.com> 1:3.4.2-6 * Wed Sep 9 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.4.2-6
- Add maven pom and depmaps. - Add maven pom and depmaps.