Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2018-03-06 12:33:21 +0000
committerMarkus Knauer2018-03-06 19:44:42 +0000
commitd391e2ef36bfb56b9bffc2b6964fddfce31f5a78 (patch)
tree85e2aa34c701731883622aa10d7c89c2e60bda3d
parent6b4c3ab1fb38811e05b35857f2961339a91dc9ea (diff)
downloadorg.eclipse.simrel.build-d391e2ef36bfb56b9bffc2b6964fddfce31f5a78.tar.gz
org.eclipse.simrel.build-d391e2ef36bfb56b9bffc2b6964fddfce31f5a78.tar.xz
org.eclipse.simrel.build-d391e2ef36bfb56b9bffc2b6964fddfce31f5a78.zip
Enable and publish RAP 3.4.1 RC4 for Oxygen.3 RC4
- RAP Runtime 3.4.1 SR1-20180306-0817 - RAP Tools 3.4.1 SR1-20180306-1010 Change-Id: Ib3bc601002e15827e2f9c3298baf9618cdd05479 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
-rw-r--r--rap-tools.aggrcon4
-rw-r--r--rap.aggrcon2
2 files changed, 3 insertions, 3 deletions
diff --git a/rap-tools.aggrcon b/rap-tools.aggrcon
index 1d1b74f02..c87d17584 100644
--- a/rap-tools.aggrcon
+++ b/rap-tools.aggrcon
@@ -1,6 +1,6 @@
<?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/cbi/p2repo/2011/aggregator/1.1.0" enabled="false" label="RAP Tools">
- <repositories location="http://download.eclipse.org/rt/rap/tools/3.4/R-20171204-1620/" description="RAP 3.4 Tools Repository">
+<aggregator:Contribution xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/cbi/p2repo/2011/aggregator/1.1.0" enabled="true" label="RAP Tools">
+ <repositories location="http://download.eclipse.org/rt/rap/tools/3.4/SR1-20180306-1010/" description="RAP 3.4 Tools Repository">
<features name="org.eclipse.rap.tools.feature.feature.group" versionRange="[3.4.0,3.5.0)">
<categories href="simrel.aggr#//@customCategories[identifier='Web%2C%20XML%2C%20Java%20EE%20and%20OSGi%20Enterprise%20Development']"/>
</features>
diff --git a/rap.aggrcon b/rap.aggrcon
index f439faaad..bd3a20174 100644
--- a/rap.aggrcon
+++ b/rap.aggrcon
@@ -1,6 +1,6 @@
<?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/cbi/p2repo/2011/aggregator/1.1.0" label="RAP Runtime">
- <repositories location="http://download.eclipse.org/rt/rap/3.4/R-20171204-1637/" description="RAP 3.4 Runtime Repository">
+ <repositories location="http://download.eclipse.org/rt/rap/3.4/SR1-20180306-0817/" description="RAP 3.4 Runtime Repository">
<features name="org.eclipse.rap.feature.feature.group" versionRange="[3.4.0,3.5.0)">
<categories href="simrel.aggr#//@customCategories[identifier='EclipseRT%20Target%20Platform%20Components']"/>
</features>

Back to the top