Skip to content
Snippets Groups Projects
emerge_luna.bat 1.84 KiB
Newer Older
  • Learn to ignore specific revisions
  • 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/luna -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/luna-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/luna -installIU org.eclipse.zest.feature.group,org.eclipse.zest.sdk.feature.group
    
    Alexander Diewald's avatar
    Alexander Diewald committed
    eclipsec.exe -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
    
    Alexander Diewald's avatar
    Alexander Diewald committed
    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
    
    Alexander Diewald's avatar
    Alexander Diewald committed
    ECHO Installing nebula widgets
    eclipsec.exe -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/technology/nebula/archives/Q12015/release/ -installIU org.eclipse.nebula.feature.feature.group