Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManoj Palat2019-06-19 10:22:17 +0000
committerManoj Palat2019-06-19 10:24:27 +0000
commit60f2d96213bed6938f95f5924375479f84ae08f7 (patch)
tree3fdbc857df166b2f08af2683d9eb9112998ca288
parentc96a84fa21f96afaa8dd5400f39f51a969ebf41b (diff)
downloadorg.eclipse.simrel.build-60f2d96213bed6938f95f5924375479f84ae08f7.tar.gz
org.eclipse.simrel.build-60f2d96213bed6938f95f5924375479f84ae08f7.tar.xz
org.eclipse.simrel.build-60f2d96213bed6938f95f5924375479f84ae08f7.zip
Simrel contribution for Eclipse platform and equinox
Change-Id: If24e1ea3f03d6ef736eae5015acc926389e446bf Signed-off-by: Manoj Palat <manpalat@in.ibm.com>
-rw-r--r--ep.aggrcon2
-rw-r--r--equinox.aggrcon2
2 files changed, 2 insertions, 2 deletions
diff --git a/ep.aggrcon b/ep.aggrcon
index 79637a7c5..889736bdc 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.12milestones/S-4.12RC2-201906051800/" description="Eclipse and Equinox">
+ <repositories location="http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/" description="Eclipse and Equinox">
<products name="org.eclipse.sdk.ide"/>
<products name="org.eclipse.platform.ide"/>
<products name="org.eclipse.platform.sdk"/>
diff --git a/equinox.aggrcon b/equinox.aggrcon
index 074805448..35a7a8f75 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.12milestones/S-4.12RC2-201906051800/" description="Eclipse and Equinox">
+ <repositories location="http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/" 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']"/>

Back to the top