Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/main/targetPlatform/portable/org.eclipse.papyrus.main.portable.target.tpd')
-rw-r--r--releng/main/targetPlatform/portable/org.eclipse.papyrus.main.portable.target.tpd11
1 files changed, 10 insertions, 1 deletions
diff --git a/releng/main/targetPlatform/portable/org.eclipse.papyrus.main.portable.target.tpd b/releng/main/targetPlatform/portable/org.eclipse.papyrus.main.portable.target.tpd
index 0f5838dc2bb..9f14bb1cb80 100644
--- a/releng/main/targetPlatform/portable/org.eclipse.papyrus.main.portable.target.tpd
+++ b/releng/main/targetPlatform/portable/org.eclipse.papyrus.main.portable.target.tpd
@@ -31,6 +31,13 @@ location nebula "http://download.eclipse.org/technology/nebula/archives/Q12015/r
org.eclipse.nebula.widgets.tablecombo.feature.feature.group
}
+//manualUpdate
+
+location nebula-richtext "http://download.eclipse.org/technology/nebula/snapshot/" {
+ org.eclipse.nebula.widgets.richtext.feature.feature.group
+}
+
+
//updateFrom("MDT UML2",0)
location uml "http://download.eclipse.org/modeling/mdt/uml2/updates/5.2milestones" {
@@ -72,11 +79,13 @@ location xtext "http://download.eclipse.org/modeling/tmf/xtext/updates/milestone
//manualUpdate
-location nattable "http://download.eclipse.org/nattable/snapshots/507/repository/" {
+location nattable "http://download.eclipse.org/nattable/snapshots/latest/repository/" {
org.eclipse.nebula.widgets.nattable.core.feature.feature.group
org.eclipse.nebula.widgets.nattable.core.source.feature.feature.group
org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature.feature.group
org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature.feature.group
+ org.eclipse.nebula.widgets.nattable.extension.nebula.feature.feature.group
+ org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature.feature.group
}
//updateFrom("EMFT MWE",0)

Back to the top