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

Allow unzip of emf to overwrite files

This commit is contained in:
Martin Oberhuber 2006-09-29 22:45:35 +00:00
parent 7bfe75d0e3
commit 551a307e75

View file

@ -32,7 +32,7 @@ fi
if [ ! -f eclipse/plugins/org.eclipse.emf_2.2.0.v200606271057.jar ]; then
# EMF 2.2.0 Runtime
wget "http://download.eclipse.org/tools/emf/downloads/drops/2.2.0/R200606271057/emf-sdo-runtime-2.2.0.zip"
unzip emf-sdo-runtime-2.2.0.zip
unzip -o emf-sdo-runtime-2.2.0.zip
rm emf-sdo-runtime-2.2.0.zip
fi