Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2017-09-01 08:29:41 +0000
committerCamille Letavernier2017-10-23 09:43:26 +0000
commite29db985dd93ef821f2b4955090eb2eb75da4725 (patch)
tree376d698d390ac200548a6cb254d0795e1250c0db /releng/main/targetPlatform/portable/org.eclipse.papyrus.main.portable.target.tpd
parent64e5138b2d22f75278ccbf4bf4903084bb28eb81 (diff)
downloadorg.eclipse.papyrus-e29db985dd93ef821f2b4955090eb2eb75da4725.tar.gz
org.eclipse.papyrus-e29db985dd93ef821f2b4955090eb2eb75da4725.tar.xz
org.eclipse.papyrus-e29db985dd93ef821f2b4955090eb2eb75da4725.zip
Bug 521729: [Properties View] Performances issue in Oxygen
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521729 Conflicts: plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/META-INF/MANIFEST.MF plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/pom.xml releng/dev/targetPlatform/eclipse/org.eclipse.papyrus.dev.eclipse.target.target releng/dev/targetPlatform/portable/org.eclipse.papyrus.dev.portable.target.target releng/main-tests/targetPlatform/eclipse/org.eclipse.papyrus.main.tests.eclipse.target.target releng/main-tests/targetPlatform/portable/org.eclipse.papyrus.main.tests.portable.target.target releng/main/targetPlatform/eclipse/org.eclipse.papyrus.main.eclipse.target.target releng/main/targetPlatform/portable/org.eclipse.papyrus.main.portable.target.target releng/rcp/targetPlatform/eclipse/org.eclipse.papyrus.rcp.eclipse.target.target releng/rcp/targetPlatform/portable/org.eclipse.papyrus.rcp.portable.target.target Change-Id: I45cab543970e909db15914e8f36edcd122876d07
Diffstat (limited to 'releng/main/targetPlatform/portable/org.eclipse.papyrus.main.portable.target.tpd')
-rwxr-xr-xreleng/main/targetPlatform/portable/org.eclipse.papyrus.main.portable.target.tpd5
1 files changed, 2 insertions, 3 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 153ca88f873..391f5243405 100755
--- a/releng/main/targetPlatform/portable/org.eclipse.papyrus.main.portable.target.tpd
+++ b/releng/main/targetPlatform/portable/org.eclipse.papyrus.main.portable.target.tpd
@@ -36,9 +36,8 @@ location ocl "http://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.
}
//updateFrom("XWT",0)
-
-location xwt "http://download.eclipse.org/xwt/release-1.3.0" {
- org.eclipse.xwt.feature.feature.group
+location xwt "http://download.eclipse.org/xwt/updates" {
+ org.eclipse.xwt.feature.feature.group [1.3.1,2.0.0)
}
//updateFrom("Xtext, Xtend",0)

Back to the top