- Add libgcj-4.0.0.jar to CLASSPATH - not sure why this is necessary.

This commit is contained in:
Andrew Overholt 2005-02-21 01:49:09 +00:00
parent b8b6c4f09c
commit 43991e1cc1

View File

@ -24,7 +24,7 @@ Epoch: 1
Summary: %{pkg_summary}
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}_fc
Release: 0.M5.1
Release: 0.M5.2
License: CPL
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -320,7 +320,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:$CLASSPATH
export CLASSPATH=jdtcore.jar:jdtCompilerAdapter.jar:%{_datadir}/java/libgcj-4.0.0.jar:$CLASSPATH
ant \
-Dnobootstrap=true \
@ -855,6 +855,9 @@ 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.2
- Add libgcj-4.0.0.jar to CLASSPATH - not sure why this is necessary.
* Sun Feb 20 2005 Andrew Overholt <overholt@redhat.com> 1:3.1_fc-0.M5.1
- New 3.1M5a build using upstream build method.
- Re-organize sub-packages (ecj, platform, platform-devel, jdt, jdt-devel, pde,