diff options
author | Quentin Le Menez | 2018-05-16 16:57:04 +0000 |
---|---|---|
committer | Quentin Le Menez | 2018-05-16 16:58:11 +0000 |
commit | fef046ec9e86b230fa84b41f129645dcc92cf478 (patch) | |
tree | 42765d51a248d296ce28c9a9738934fe552c8c90 /releng/main-tests/targetPlatform/portable | |
parent | 9b586fc1cf795254e351a85590d9e21d2ccae017 (diff) | |
download | org.eclipse.papyrus-fef046ec9e86b230fa84b41f129645dcc92cf478.tar.gz org.eclipse.papyrus-fef046ec9e86b230fa84b41f129645dcc92cf478.tar.xz org.eclipse.papyrus-fef046ec9e86b230fa84b41f129645dcc92cf478.zip |
Revert "Bug 518452 - [releng] [photon] Update with the new gmf runtime update site"
This reverts commit 9b586fc1cf795254e351a85590d9e21d2ccae017.
Change-Id: I3cb4c99429a6fb2e83ab5c8222310a4820b873ba
Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'releng/main-tests/targetPlatform/portable')
2 files changed, 7 insertions, 8 deletions
diff --git a/releng/main-tests/targetPlatform/portable/org.eclipse.papyrus.main.tests.portable.target.target b/releng/main-tests/targetPlatform/portable/org.eclipse.papyrus.main.tests.portable.target.target index fb6778d126c..d13ea2245da 100644 --- a/releng/main-tests/targetPlatform/portable/org.eclipse.papyrus.main.tests.portable.target.target +++ b/releng/main-tests/targetPlatform/portable/org.eclipse.papyrus.main.tests.portable.target.target @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde?> <!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform --> -<target name="Papyrus Tests" sequenceNumber="1526471792"> +<target name="Papyrus Tests" sequenceNumber="1526389859"> <locations> <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> <unit id="org.eclipse.m2m.qvt.oml.sdk.feature.group" version="3.8.0.v20180130-0706"/> @@ -46,12 +46,12 @@ <repository id="webtools" location="http://download.eclipse.org/webtools/downloads/drops/R3.10.0/I-latest/repository/"/> </location> <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> - <unit id="org.eclipse.gmf.runtime.sdk.feature.group" version="1.12.0.201805151421"/> - <repository id="gmfRuntime" location="http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201805151421"/> + <unit id="org.eclipse.gmf.runtime.sdk.feature.group" version="1.12.0.201801291558"/> + <repository id="gmfRuntime" location="http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201801291558/"/> </location> <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> - <unit id="org.eclipse.gmf.runtime.notation.sdk.feature.group" version="1.12.0.201805141341"/> - <repository id="gmfNotation" location="http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805141341"/> + <unit id="org.eclipse.gmf.runtime.notation.sdk.feature.group" version="1.12.0.201801291538"/> + <repository id="gmfNotation" location="http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201801291538"/> </location> <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> <unit id="org.eclipse.emf.sdk.feature.group" version="2.14.0.v20180421-1151"/> @@ -117,7 +117,7 @@ <repository id="emfCompare" location="http://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S201805031224"/> </location> <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> - <unit id="org.eclipse.gmf.codegen" version="2.11.0.201509291144"/> + <unit id="org.eclipse.gmf.tooling.codegen.xtend2.feature.group" version="3.3.1.201509291144"/> <repository id="gmfTooling" location="http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a"/> </location> </locations> diff --git a/releng/main-tests/targetPlatform/portable/org.eclipse.papyrus.main.tests.portable.target.tpd b/releng/main-tests/targetPlatform/portable/org.eclipse.papyrus.main.tests.portable.target.tpd index 69926bcb769..c79296cea97 100644 --- a/releng/main-tests/targetPlatform/portable/org.eclipse.papyrus.main.tests.portable.target.tpd +++ b/releng/main-tests/targetPlatform/portable/org.eclipse.papyrus.main.tests.portable.target.tpd @@ -11,6 +11,5 @@ location emfCompare "http://download.eclipse.org/modeling/emf/compare/updates/mi //manualUpdate ("GMF Tooling",0) location gmfTooling "http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a" { - org.eclipse.gmf.codegen - + org.eclipse.gmf.tooling.codegen.xtend2.feature.group }
\ No newline at end of file |