remove unnecessary libgcj.jar from CLASSPATH
This commit is contained in:
parent
2d95067c9f
commit
feb65736be
@ -25,7 +25,7 @@ ExclusiveArch: i386 x86_64
|
||||
Summary: %{pkg_summary}
|
||||
Name: eclipse
|
||||
Version: %{eclipse_majmin}.%{eclipse_micro}_fc
|
||||
Release: 0.M5.4
|
||||
Release: 0.M5.5
|
||||
License: CPL
|
||||
Group: Text Editors/Integrated Development Environments (IDE)
|
||||
URL: http://www.eclipse.org/
|
||||
@ -321,7 +321,7 @@ ln -sf %{_javadir}/junit.jar plugins/org.junit/junit.jar
|
||||
## Use this ecj and our built jars
|
||||
#export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
|
||||
#export PATH=.:$PATH
|
||||
export CLASSPATH=jdtcore.jar:jdtCompilerAdapter.jar:%{_datadir}/java/libgcj-4.0.0.jar:$CLASSPATH
|
||||
export CLASSPATH=jdtcore.jar:jdtCompilerAdapter.jar:$CLASSPATH
|
||||
|
||||
ant \
|
||||
-Dnobootstrap=true \
|
||||
@ -856,7 +856,7 @@ rm -f /tmp/%{libname}-gtk2.db
|
||||
%{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.0
|
||||
|
||||
%changelog
|
||||
* Sun Feb 20 2005 Andrew Overholt <overholt@redhat.com> 1:3.1_fc-0.M5.4
|
||||
* Sun Feb 20 2005 Andrew Overholt <overholt@redhat.com> 1:3.1_fc-0.M5.5
|
||||
- Build for just i386 and x86_64 for now due to upstream gcc bugs.
|
||||
|
||||
* Sun Feb 20 2005 Andrew Overholt <overholt@redhat.com> 1:3.1_fc-0.M5.1
|
||||
|
Loading…
Reference in New Issue
Block a user