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:
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
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue