From 3e75ecc058dc6cab65e1eac9e6561ef2a8c19d9d Mon Sep 17 00:00:00 2001 From: Andrew Overholt Date: Jan 24 2005 16:36:43 +0000 Subject: . typos --- diff --git a/eclipse.spec b/eclipse.spec index 5d499a5..91a92cf 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -52,7 +52,7 @@ Epoch: 1 Summary: %{pkg_summary} Name: eclipse Version: %{eclipse_majmin}.%{eclipse_micro}_fc -Release: 7 +Release: 1 License: CPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -291,7 +291,7 @@ cp -r batch/org/eclipse/jdt/internal/compiler/batch \ compiler/org/eclipse/jdt/internal/compiler cd compiler for f in `find -name '*.java' -o -name '*.properties' | cut -c 3-`; do - gcj -I. -Wno-deprecated -C $f + gcj4 -I. -Wno-deprecated -C $f done find -name '*.class' -or -name '*.properties' -or -name '*.rsc' |\ @@ -305,11 +305,11 @@ mv plugins/org.eclipse.jdt.core.original plugins/org.eclipse.jdt.core # Now use this built ecj for the rest of the build export CLASSPATH=`pwd`/ecj-bootstrap.jar:$CLASSPATH -javac -version # -------- ecj build -------- pushd plugins/org.eclipse.swt.tools -rm -f swttools.jar +# FIXME: why were we removing this? +#rm -f swttools.jar %{ant} \ -DinstallOs=linux -DinstallWs=gtk -DinstallArch=%{eclipse_arch} \ -Dbuild.compiler=modern \