Skip to content
Snippets Groups Projects
Commit 67434f7c authored by Simon Barner's avatar Simon Barner
Browse files

- Use proper (ba)sh syntax

  - ECHO -> echo
  - REM -> #
parent c3c2d208
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@ echo Installing B3 ...
echo Installing ConQAT Development Tools
./eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://www4.in.tum.de/~ccsm/eclipse_update_site -installIU org.conqat.ide.dev_tools_feature.feature.group
ECHO Installing SWTBot
echo Installing SWTBot
./eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/technology/swtbot/snapshots/ -installIU org.eclipse.swtbot.feature.group
ECHO Installing nebula widgets
echo Installing nebula widgets
./eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/technology/nebula/archives/Q12015/release/ -installIU org.eclipse.nebula.feature.feature.group
......@@ -14,11 +14,11 @@ echo Installing Buckminster ...
echo Installing ConQAT ...
./eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://www4.in.tum.de/~ccsm/eclipse_update_site -installIU org.conqat.ide.dev_tools_feature.feature.group
ECHO Installing Java8 support
echo Installing Java8 support
./eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/eclipse/updates/4.3-P-builds/P20140317-1600/ -installIU org.eclipse.jdt.a2.java8patch.feature.group,org.eclipse.jdt.java8patch.feature.group,org.eclipse.pde.java8patch.feature.group
ECHO Installing SWTBot
echo Installing SWTBot
./eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/technology/swtbot/snapshots/ -installIU org.eclipse.swtbot.feature.group
ECHO Installing nebula widgets
echo Installing nebula widgets
./eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/technology/nebula/archives/Q12015/release/ -installIU org.eclipse.nebula.feature.feature.group
......@@ -12,8 +12,8 @@ echo Installing Buckminster from eclipse.org ...
./eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/releases/luna -installIU org.eclipse.zest.feature.group,org.eclipse.zest.sdk.feature.group
./eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/tools/buckminster/updates-4.4/ -installIU org.eclipse.buckminster.core.feature.feature.group,org.eclipse.buckminster.pde.feature.feature.group,org.eclipse.buckminster.subversive.feature.feature.group
ECHO Installing SWTBot
echo Installing SWTBot
./eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/technology/swtbot/snapshots/ -installIU org.eclipse.swtbot.feature.group
ECHO Installing nebula widgets
echo Installing nebula widgets
./eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/technology/nebula/archives/Q12015/release/ -installIU org.eclipse.nebula.feature.feature.group
REM This script upgrades an Eclipse installation with Subversive and Buckminster
REM Run this script from within your Eclipse installation you want to upgrade, i.e.,
REM this script assumes to be in the same folder as your Eclipse launcher.
#!/bin/bash
ECHO Installing Subversive from eclipse.org and polarion.org ...
# This script upgrades an Eclipse installation with Subclipse, Zest and Buckminster
# Run this script from within your Eclipse installation you want to upgrade, i.e.,
# this script assumes to be in the same folder as your Eclipse launcher.
echo Installing Subversive from eclipse.org and polarion.org ...
./eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/releases/mars -installIU org.eclipse.team.svn.feature.group,org.eclipse.team.svn.resource.ignore.rules.jdt.feature.group,org.eclipse.team.svn.revision.graph.feature.group
./eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://community.polarion.com/projects/subversive/download/eclipse/4.0/mars-site -installIU org.polarion.eclipse.team.svn.connector.feature.group,org.polarion.eclipse.team.svn.connector.svnkit18.feature.group
ECHO Installing Buckminster from eclipse.org ...
echo Installing Buckminster from eclipse.org ...
./eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/releases/mars -installIU org.eclipse.zest.feature.group,org.eclipse.zest.sdk.feature.group
./eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/tools/buckminster/updates-4.5/ -installIU org.eclipse.buckminster.core.feature.feature.group,org.eclipse.buckminster.pde.feature.feature.group,org.eclipse.buckminster.subversive.feature.feature.group
ECHO Installing SWTBot
echo Installing SWTBot
./eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/technology/swtbot/snapshots/ -installIU org.eclipse.swtbot.feature.group
ECHO Installing nebula widgets
echo Installing nebula widgets
./eclipse -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/technology/nebula/archives/Q12015/release/ -installIU org.eclipse.nebula.feature.feature.group
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment