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. ECHO Installing Subversive from eclipse.org and polarion.org ... eclipsec.exe -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 eclipsec.exe -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 ... eclipsec.exe -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 eclipsec.exe -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 eclipsec.exe -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 eclipsec.exe -noSplash -application org.eclipse.equinox.p2.director -repository http://archive.eclipse.org/nebula/Q12015/release/ -installIU org.eclipse.nebula.feature.feature.group