- Fix RHBZ# 490936. If CLASSPATH is not set, add . to default classpath.
This commit is contained in:
parent
a3beb5d5ab
commit
f7beac92b3
@ -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 "$@"
|
||||
|
5
ecj.spec
5
ecj.spec
@ -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@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
|
||||
- Add maven pom and depmaps.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user