1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00

Upgrade to Platform RC3, EMF RC2, Basebuilder RC2_33

This commit is contained in:
Martin Oberhuber 2007-06-06 17:58:12 +00:00
parent d725d84f41
commit b6d40ffdf2

View file

@ -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