- Add libgcj-4.0.0.jar to CLASSPATH - not sure why this is necessary.
This commit is contained in:
parent
b8b6c4f09c
commit
43991e1cc1
@ -24,7 +24,7 @@ Epoch: 1
|
|||||||
Summary: %{pkg_summary}
|
Summary: %{pkg_summary}
|
||||||
Name: eclipse
|
Name: eclipse
|
||||||
Version: %{eclipse_majmin}.%{eclipse_micro}_fc
|
Version: %{eclipse_majmin}.%{eclipse_micro}_fc
|
||||||
Release: 0.M5.1
|
Release: 0.M5.2
|
||||||
License: CPL
|
License: CPL
|
||||||
Group: Text Editors/Integrated Development Environments (IDE)
|
Group: Text Editors/Integrated Development Environments (IDE)
|
||||||
URL: http://www.eclipse.org/
|
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
|
## Use this ecj and our built jars
|
||||||
#export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
|
#export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
|
||||||
#export PATH=.:$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 \
|
ant \
|
||||||
-Dnobootstrap=true \
|
-Dnobootstrap=true \
|
||||||
@ -855,6 +855,9 @@ rm -f /tmp/%{libname}-gtk2.db
|
|||||||
%{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.0
|
%{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.0
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Feb 20 2005 Andrew Overholt <overholt@redhat.com> 1:3.1_fc-0.M5.1
|
||||||
- New 3.1M5a build using upstream build method.
|
- New 3.1M5a build using upstream build method.
|
||||||
- Re-organize sub-packages (ecj, platform, platform-devel, jdt, jdt-devel, pde,
|
- Re-organize sub-packages (ecj, platform, platform-devel, jdt, jdt-devel, pde,
|
||||||
|
Loading…
Reference in New Issue
Block a user