diff --git a/releng/org.eclipse.rse.build/setup.sh b/releng/org.eclipse.rse.build/setup.sh index 0804d769963..6101aab38fa 100755 --- a/releng/org.eclipse.rse.build/setup.sh +++ b/releng/org.eclipse.rse.build/setup.sh @@ -94,7 +94,7 @@ fi if [ ! -f eclipse/plugins/org.eclipse.emf_2.3.0.v200705300200.jar ]; then # EMF 2.3.0 Runtime echo "Getting EMF Runtime..." - wget "http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.3.0/S200705300200/emf-sdo-runtime-2.3.0RC2.zip + wget "http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.3.0/S200705300200/emf-sdo-runtime-2.3.0RC2.zip" unzip -o emf-sdo-runtime-2.3.0RC2.zip rm emf-sdo-runtime-2.3.0RC2.zip fi