mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-09 10:05:24 +02:00
Allow unzip of emf to overwrite files
This commit is contained in:
parent
7bfe75d0e3
commit
551a307e75
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ fi
|
||||||
if [ ! -f eclipse/plugins/org.eclipse.emf_2.2.0.v200606271057.jar ]; then
|
if [ ! -f eclipse/plugins/org.eclipse.emf_2.2.0.v200606271057.jar ]; then
|
||||||
# EMF 2.2.0 Runtime
|
# 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"
|
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
|
rm emf-sdo-runtime-2.2.0.zip
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue