Newer
Older
REM This script upgrades an Eclipse installation with Subclipse and B3
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.
ECHO Installing Subclipse ...
eclipsec.exe -noSplash -application org.eclipse.equinox.p2.director -repository http://subclipse.tigris.org/update_1.6.x -installIU org.tigris.subversion.subclipse.feature.group,org.tigris.subversion.clientadapter.feature.feature.group,org.tigris.subversion.clientadapter.javahl.feature.feature.group,org.tigris.subversion.clientadapter.svnkit.feature.feature.group,org.tmatesoft.svnkit.feature.group
ECHO Installing Buckminster ...
eclipsec.exe -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/releases/helios -installIU org.eclipse.zest.sdk.feature.group
eclipsec.exe -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/tools/buckminster/updates-3.6 -installIU org.eclipse.buckminster.core.feature.feature.group,org.eclipse.buckminster.pde.feature.feature.group,org.eclipse.buckminster.subclipse.feature.feature.group
ECHO Installing B3 ...
eclipsec.exe -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/modeling/emft/b3/updates-3.6 -installIU org.eclipse.b3.aggregator.editor.feature.feature.group,org.eclipse.b3.aggregator.engine.feature.feature.group
ECHO Installing ConQAT Development Tools
eclipsec.exe -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
eclipsec.exe -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/technology/swtbot/snapshots/ -installIU org.eclipse.swtbot.feature.group
eclipsec.exe -noSplash -application org.eclipse.equinox.p2.director -repository http://archive.eclipse.org/nebula/Q12015/release/ -installIU org.eclipse.nebula.feature.feature.group