Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Charles David2017-03-06 12:34:04 +0000
committerPierre-Charles David2017-03-06 12:34:04 +0000
commit04a7cdddad2ac4d775a69d48b42b76c43f3345af (patch)
tree481b2c5e7abddc5aa6c0d8a50e4184f826b144e1
parentc74d1853987934739db4778efc679955cba6669d (diff)
downloadorg.eclipse.simrel.build-04a7cdddad2ac4d775a69d48b42b76c43f3345af.tar.gz
org.eclipse.simrel.build-04a7cdddad2ac4d775a69d48b42b76c43f3345af.tar.xz
org.eclipse.simrel.build-04a7cdddad2ac4d775a69d48b42b76c43f3345af.zip
Revert GMF Runtime to 1.10.0
This reverts commit c74d1853987934739db4778efc679955cba6669d. We're quite late in the Neon.3 release cycle, which will be the last Neon release. Even though the code changes between 1.10.0 and 1.10.1 are small, I am not 100% confident that I have not missed anything in the GMF Runtime build & release processes (as I took over the project's maintenanceship recently). GMF Runtime 1.10.1 will be released, but not contributed in Neon.3. The single fix included in this version does not seem worth the risk (however remote) of breaking GMF in the last ever Neon release. Change-Id: I24b1b5c0d2ec5c852ca49d9b2f6e889600fd6709 Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
-rw-r--r--gmp-gmf-runtime.aggrcon8
1 files changed, 4 insertions, 4 deletions
diff --git a/gmp-gmf-runtime.aggrcon b/gmp-gmf-runtime.aggrcon
index 7d90b5e50..1dc43b324 100644
--- a/gmp-gmf-runtime.aggrcon
+++ b/gmp-gmf-runtime.aggrcon
@@ -1,12 +1,12 @@
<?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="GMF Runtime">
- <repositories location="http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201703021641" description="GMF Runtime milestones">
- <features name="org.eclipse.gmf.feature.group" versionRange="[1.10.1.201703021641]">
+ <repositories location="http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases" description="GMF Runtime milestones">
+ <features name="org.eclipse.gmf.feature.group" versionRange="[1.10.0.201606071959]">
<categories href="simrel.aggr#//@customCategories[identifier='Modeling']"/>
</features>
- <features name="org.eclipse.gmf.runtime.sdk.feature.group" versionRange="[1.10.1.201703021641]">
+ <features name="org.eclipse.gmf.runtime.sdk.feature.group" versionRange="[1.10.0.201606071959]">
<categories href="simrel.aggr#//@customCategories[identifier='Modeling']"/>
</features>
</repositories>
- <contacts href="simrel.aggr#//@contacts[email='pierre-charles.david@obeo.fr']"/>
+ <contacts href="simrel.aggr#//@contacts[email='anthonyh@ca.ibm.com']"/>
</aggregator:Contribution>

Back to the top