Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauline DEVILLE2018-03-21 09:56:17 +0000
committerPatrick Tessier2018-03-21 12:45:43 +0000
commitf871cd427884fcfb51cad93cb6a871b03beea2fc (patch)
tree3781762f7319798e0057c7e466b2b6761eb78562 /releng/toolsmiths/targetPlatform/portable/org.eclipse.papyrus.toolsmiths.portable.targetplatform.tpd
parentbbcb7cb78c05873b63b0c65b86727e9f47f76d63 (diff)
downloadorg.eclipse.papyrus-f871cd427884fcfb51cad93cb6a871b03beea2fc.tar.gz
org.eclipse.papyrus-f871cd427884fcfb51cad93cb6a871b03beea2fc.tar.xz
org.eclipse.papyrus-f871cd427884fcfb51cad93cb6a871b03beea2fc.zip
Bug 525483 - [Toolsmiths] Profile changes management and model migration
Change-Id: Id5b2081df69458ef48821f492929b107a1d2ef4f Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
Diffstat (limited to 'releng/toolsmiths/targetPlatform/portable/org.eclipse.papyrus.toolsmiths.portable.targetplatform.tpd')
-rw-r--r--releng/toolsmiths/targetPlatform/portable/org.eclipse.papyrus.toolsmiths.portable.targetplatform.tpd14
1 files changed, 7 insertions, 7 deletions
diff --git a/releng/toolsmiths/targetPlatform/portable/org.eclipse.papyrus.toolsmiths.portable.targetplatform.tpd b/releng/toolsmiths/targetPlatform/portable/org.eclipse.papyrus.toolsmiths.portable.targetplatform.tpd
index e5bd8aa0272..5ef37bb55c9 100644
--- a/releng/toolsmiths/targetPlatform/portable/org.eclipse.papyrus.toolsmiths.portable.targetplatform.tpd
+++ b/releng/toolsmiths/targetPlatform/portable/org.eclipse.papyrus.toolsmiths.portable.targetplatform.tpd
@@ -38,6 +38,12 @@ location m2e "http://download.eclipse.org/technology/m2e/milestones/1.9/1.9.0.20
location mylyn "http://download.eclipse.org/mylyn/drops/3.24.0/v20170705-2102" // oomph
+//updateFrom("EMF COMPARE",0)
+
+location emfCompare "http://download.eclipse.org/modeling/emf/compare/updates/releases/latest" {
+ org.eclipse.emf.compare.ide.ui.feature.group lazy
+ org.eclipse.emf.compare.source.feature.group
+}
/*** Manual referencing ***/
@@ -55,16 +61,10 @@ location cbiAggregator "http://download.eclipse.org/cbi/updates/aggregator/ide/4
org.eclipse.cbi.p2repo.aggregator.engine.feature.source.feature.group lazy
}
-//manualUpdate
-
-location emfCompare "http://download.eclipse.org/modeling/emf/compare/updates/releases/latest" {
- org.eclipse.emf.compare.ide.ui.feature.group lazy
-}
-
//manualUpdate ("GMF Tooling",0)
location gmfTooling "http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a" { // gen
org.eclipse.gmf.tooling.feature.group
org.eclipse.gmf.tooling.runtime.feature.group
org.eclipse.gmf.tooling.codegen.xtend2.feature.group
-} \ No newline at end of file
+}

Back to the top