diff --git a/eclipse.spec b/eclipse.spec index 459c76e..d66387b 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -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 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 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,