Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2015-02-03 14:58:12 +0000
committerMarkus Knauer2015-02-03 15:57:45 +0000
commit9996ea250cf370f56a5ac78a459eaa5ccad41e42 (patch)
tree54c5c7f9537903e31bd566f61751da07d6d2718b /rap.b3aggrcon
parent3e11b7b24f9c39e0831ea3529d2ed9fb7e3c25c6 (diff)
downloadorg.eclipse.simrel.build-9996ea250cf370f56a5ac78a459eaa5ccad41e42.tar.gz
org.eclipse.simrel.build-9996ea250cf370f56a5ac78a459eaa5ccad41e42.tar.xz
org.eclipse.simrel.build-9996ea250cf370f56a5ac78a459eaa5ccad41e42.zip
Contribute RAP 3.0.0 M5 to Mars M5
- RAP Runtime 3.0.0 M5-20150203-1258 - RAP Tools 3.0.0 M5-20150201-1207 - Switch from "mars" specific Equinox target feature to regular Equinox target feature - Disabled Scout RAP contribution Change-Id: I418ff40a8f18e80f8baf182fd2d64f195ea05488 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'rap.b3aggrcon')
-rw-r--r--rap.b3aggrcon4
1 files changed, 2 insertions, 2 deletions
diff --git a/rap.b3aggrcon b/rap.b3aggrcon
index 06937a39e..9c8a42ad5 100644
--- a/rap.b3aggrcon
+++ b/rap.b3aggrcon
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="ASCII"?>
<aggregator:Contribution xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/b3/2011/aggregator/1.1.0" label="RAP Runtime">
- <repositories location="http://download.eclipse.org/rt/rap/3.0/M4-20141216-1652.mars/" description="RAP 3.0 Runtime Repository">
+ <repositories location="http://download.eclipse.org/rt/rap/3.0/M5-20150203-1258/" description="RAP 3.0 Runtime Repository">
<features name="org.eclipse.rap.feature.feature.group" versionRange="[3.0.0,3.1.0)">
<categories href="simrel.b3aggr#//@customCategories[identifier='EclipseRT%20Target%20Platform%20Components']"/>
</features>
<features name="org.eclipse.rap.sdk.feature.feature.group" versionRange="[3.0.0,3.1.0)">
<categories href="simrel.b3aggr#//@customCategories[identifier='EclipseRT%20Target%20Platform%20Components']"/>
</features>
- <features name="org.eclipse.rap.equinox.mars.target.feature.feature.group" versionRange="[3.0.0,3.1.0)">
+ <features name="org.eclipse.rap.equinox.target.feature.feature.group" versionRange="[3.0.0,3.1.0)">
<categories href="simrel.b3aggr#//@customCategories[identifier='EclipseRT%20Target%20Platform%20Components']"/>
</features>
<features name="org.eclipse.rap.examples.feature.feature.group" versionRange="[3.0.0,3.1.0)">

Back to the top