Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2015-06-04 09:20:51 +0000
committerNicolas FAUVERGUE2015-06-05 09:51:19 +0000
commit591fe9ec958dc86848a2653fd634778b57a34c47 (patch)
treecb036f9b5d4ef4d859ba6055d92b83ab408185f4 /plugins/uml/properties/org.eclipse.papyrus.uml.properties/META-INF/MANIFEST.MF
parent0628942b70bfe4fc60f57574265cc9509518e1ed (diff)
downloadorg.eclipse.papyrus-591fe9ec958dc86848a2653fd634778b57a34c47.tar.gz
org.eclipse.papyrus-591fe9ec958dc86848a2653fd634778b57a34c47.tar.xz
org.eclipse.papyrus-591fe9ec958dc86848a2653fd634778b57a34c47.zip
Bug 464409: [Stereotype Display] Objective 5a: Show applied Stereotypes
in a Table with their properties https://bugs.eclipse.org/bugs/show_bug.cgi?id=464409 - Hide categories - Manage all label providers - Manage cell values - Manage cell modification values - Add table in the properties view - Manage the opening from the model selection for the properties view and for the nattable editor - Remove the old stereotype display category properties Missing table context modification when modification selection without appearance tab reload Change-Id: I8d692f56243ba7aaf7b9605d1cc02fd706ff2d5f Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net>
Diffstat (limited to 'plugins/uml/properties/org.eclipse.papyrus.uml.properties/META-INF/MANIFEST.MF')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties/META-INF/MANIFEST.MF6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/META-INF/MANIFEST.MF b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/META-INF/MANIFEST.MF
index 49f7cefbd0d..ea755194ec9 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/META-INF/MANIFEST.MF
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/META-INF/MANIFEST.MF
@@ -51,7 +51,11 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.gmf.runtime.notation;bundle-version="1.5.0",
org.eclipse.papyrus.infra.services.labelprovider;bundle-version="1.1.0",
org.eclipse.papyrus.emf.facet.custom.ui;bundle-version="1.1.0",
- org.eclipse.papyrus.uml.diagram.stereotype.edition;bundle-version="1.1.0"
+ org.eclipse.papyrus.uml.diagram.stereotype.edition;bundle-version="1.1.0",
+ org.eclipse.papyrus.infra.nattable.model;bundle-version="1.1.0",
+ org.eclipse.papyrus.infra.nattable;bundle-version="1.1.0",
+ org.eclipse.nebula.widgets.nattable.core;bundle-version="[1.2.0,2.0.0)",
+ org.eclipse.papyrus.infra.emf.nattable;bundle-version="1.1.0"
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.1.0.qualifier

Back to the top