Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-05-10 09:43:49 +0000
committerSravan Kumar Lakkimsetti2018-05-10 09:51:38 +0000
commitd298c990d67b7ee4cd2e1232a41f1bee636507fa (patch)
treec9f77d45426d47e1b19812a36a9b77e30ada25c2
parent6d0e49eb239ef9e21d172fcdf4827c623186570a (diff)
downloadorg.eclipse.simrel.build-d298c990d67b7ee4cd2e1232a41f1bee636507fa.tar.gz
org.eclipse.simrel.build-d298c990d67b7ee4cd2e1232a41f1bee636507fa.tar.xz
org.eclipse.simrel.build-d298c990d67b7ee4cd2e1232a41f1bee636507fa.zip
Bug 534294 - [Tips] Include org.eclipse.tips.feature in SimRel
Added tips feature to simrel Change-Id: I8b16b98028bd0b103873e460ffdc9ee55ede5e9c Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--ep.aggrcon3
-rw-r--r--equinox.aggrcon2
-rw-r--r--rap-tools.aggrcon2
3 files changed, 4 insertions, 3 deletions
diff --git a/ep.aggrcon b/ep.aggrcon
index 44671eb7d..c040a2adf 100644
--- a/ep.aggrcon
+++ b/ep.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="Eclipse">
- <repositories location="http://download.eclipse.org/eclipse/updates/4.8milestones/S-4.8M6-201803080630/" description="Eclipse and Equinox">
+ <repositories location="http://download.eclipse.org/eclipse/updates/4.8-I-builds/I20180509-2000/" description="Eclipse and Equinox">
<products name="org.eclipse.sdk.ide"/>
<products name="org.eclipse.platform.ide"/>
<products name="org.eclipse.platform.sdk"/>
@@ -22,6 +22,7 @@
<features name="org.eclipse.pde.api.tools.ee.feature.feature.group">
<categories href="simrel.aggr#//@customCategories[identifier='General%20Purpose%20Tools']"/>
</features>
+ <features name="org.eclipse.tips.feature.feature.group"/>
</repositories>
<contacts href="simrel.aggr#//@contacts[email='sravankumarl@in.ibm.com']"/>
</aggregator:Contribution>
diff --git a/equinox.aggrcon b/equinox.aggrcon
index d2cfa1abb..257b31d17 100644
--- a/equinox.aggrcon
+++ b/equinox.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="Equinox">
- <repositories location="http://download.eclipse.org/eclipse/updates/4.8milestones/S-4.8M6-201803080630/" description="Eclipse and Equinox">
+ <repositories location="http://download.eclipse.org/eclipse/updates/4.8-I-builds/I20180509-2000/" description="Eclipse and Equinox">
<products name="org.eclipse.rcp.sdk.id"/>
<features name="org.eclipse.equinox.sdk.feature.group">
<categories href="simrel.aggr#//@customCategories[identifier='EclipseRT%20Target%20Platform%20Components']"/>
diff --git a/rap-tools.aggrcon b/rap-tools.aggrcon
index 1fc91a237..f0e6f820c 100644
--- a/rap-tools.aggrcon
+++ b/rap-tools.aggrcon
@@ -1,5 +1,5 @@
<?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 Tools">
+<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.5/M2-20180312-2335/" description="RAP 3.5 Tools Repository">
<features name="org.eclipse.rap.tools.feature.feature.group" versionRange="[3.5.0,3.6.0)">
<categories href="simrel.aggr#//@customCategories[identifier='Web%2C%20XML%2C%20Java%20EE%20and%20OSGi%20Enterprise%20Development']"/>

Back to the top