Skip to content
Snippets Groups Projects
Commit eb25a6fc authored by Florian Hölzl's avatar Florian Hölzl
Browse files

added Luna developer install files to std-env

parent 3785a88b
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?><cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="fortiss_luna.rmap" shortDesc="Fortiss Tooling Kernel Developer Workspace Materialization">
<cq:documentation xmlns="http://www.w3.org/1999/xhtml">Buckminster materialization of the AF3 Phoenix trunk for Eclipse 4.4 Luna.</cq:documentation>
<cq:rootRequest name="org.fortiss.af3.phoenix.product.top" componentType="eclipse.feature"/>
<cq:advisorNode namePattern="^org\.fortiss\..*" componentType="osgi.bundle" sourceLevel="REQUIRE"/>
</cq:componentQuery>
<?xml version="1.0" encoding="UTF-8"?>
<rm:rmap xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0" xmlns:rm="http://www.eclipse.org/buckminster/RMap-1.0">
<rm:locator pattern="^org\.fortiss\..*" searchPathRef="fortiss"/>
<rm:locator pattern="^org\.eclipse\.nebula.*" searchPathRef="nebula"/>
<rm:locator pattern="^org\.eclipse\.swtbot.*" searchPathRef="swtbot"/>
<rm:locator pattern="^org\.hamcrest.*" searchPathRef="orbit"/>
<rm:locator pattern="^org\.apache.*" searchPathRef="orbit"/>
<rm:locator pattern="^org\.eclipse\.update.*" searchPathRef="eclipse-update"/>
<rm:locator searchPathRef="luna"/>
<rm:locator searchPathRef="orbit"/>
<rm:searchPath name="fortiss">
<rm:provider componentTypes="osgi.bundle" readerType="svn">
<rm:uri format="https://proxy_svn:dW09WmzRcCUF@orion.fortiss.org/svn/af3/{0}/trunk">
<bc:propertyRef key="buckminster.component"/>
</rm:uri>
</rm:provider>
<rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="svn">
<rm:uri format="https://proxy_svn:dW09WmzRcCUF@orion.fortiss.org/svn/af3/features/{0}">
<bc:propertyRef key="buckminster.component"/>
</rm:uri>
</rm:provider>
<rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="svn">
<rm:uri format="https://proxy_svn:dW09WmzRcCUF@orion.fortiss.org/svn/af3/products/{0}">
<bc:propertyRef key="buckminster.component"/>
</rm:uri>
</rm:provider>
</rm:searchPath>
<rm:searchPath name="luna">
<rm:provider componentTypes="osgi.bundle,eclipse.feature" readerType="p2" source="false" mutable="false">
<rm:property key="buckminster.source" value="false"/>
<rm:property key="buckminster.mutable" value="false"/>
<rm:uri format="http://download.eclipse.org/releases/luna"/>
</rm:provider>
<rm:provider componentTypes="osgi.bundle,eclipse.feature" readerType="p2" source="false" mutable="false">
<rm:property key="buckminster.source" value="false"/>
<rm:property key="buckminster.mutable" value="false"/>
<rm:uri format="http://download.eclipse.org/eclipse/updates/4.4"/>
</rm:provider>
</rm:searchPath>
<rm:searchPath name="swtbot">
<rm:provider componentTypes="osgi.bundle,eclipse.feature" readerType="p2" source="false" mutable="false">
<rm:property key="buckminster.source" value="false"/>
<rm:property key="buckminster.mutable" value="false"/>
<rm:uri format="http://download.eclipse.org/technology/swtbot/releases/latest/"/>
</rm:provider>
</rm:searchPath>
<rm:searchPath name="nebula">
<rm:provider componentTypes="osgi.bundle,eclipse.feature" readerType="p2" source="false" mutable="false">
<rm:property key="buckminster.source" value="false"/>
<rm:property key="buckminster.mutable" value="false"/>
<rm:uri format="http://download.eclipse.org/technology/nebula/snapshot"/>
</rm:provider>
</rm:searchPath>
<rm:searchPath name="orbit">
<rm:provider componentTypes="osgi.bundle,eclipse.feature" readerType="p2" source="false" mutable="false">
<rm:property key="buckminster.source" value="false"/>
<rm:property key="buckminster.mutable" value="false"/>
<rm:uri format="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</rm:provider>
</rm:searchPath>
<rm:searchPath name="eclipse-update">
<rm:provider componentTypes="osgi.bundle,eclipse.feature" readerType="p2" mutable="false">
<rm:property key="buckminster.mutable" value="false"/>
<rm:uri format="http://download.eclipse.org/eclipse/updates/3.8"/>
</rm:provider>
</rm:searchPath>
</rm:rmap>
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
eclipsec.exe -noSplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/tools/buckminster/updates-4.4M6/ -installIU org.eclipse.buckminster.core.feature.feature.group,org.eclipse.buckminster.pde.feature.feature.group,org.eclipse.buckminster.subversive.feature.feature.group
#!/bin/bash
# This script upgrades an Eclipse installation with Subversive 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/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
./eclipse -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 ...
./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.4M6/ -installIU org.eclipse.buckminster.core.feature.feature.group,org.eclipse.buckminster.pde.feature.feature.group,org.eclipse.buckminster.subversive.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