Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2016-04-25 15:39:09 +0000
committerVincent Lorenzo2016-05-02 07:27:21 +0000
commit267f9956cb6af04d6d4e95072d4d0f3994fc7194 (patch)
tree1d4eeedc04e13062fd4e7b6288f2dc429c9da12e /plugins/infra/gmfdiag
parentebb18cdd8a293fee283b45620c02dd3a354660a6 (diff)
downloadorg.eclipse.papyrus-267f9956cb6af04d6d4e95072d4d0f3994fc7194.tar.gz
org.eclipse.papyrus-267f9956cb6af04d6d4e95072d4d0f3994fc7194.tar.xz
org.eclipse.papyrus-267f9956cb6af04d6d4e95072d4d0f3994fc7194.zip
bug 483357: [Table] Popup menu must be available in each context!
Change-Id: I6f89e92b9d8f9522652d191fea191ccb0ea6241f Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Diffstat (limited to 'plugins/infra/gmfdiag')
-rw-r--r--plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/META-INF/MANIFEST.MF b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/META-INF/MANIFEST.MF
index eaf7258e82c..9d86b081795 100644
--- a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/META-INF/MANIFEST.MF
+++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@ Require-Bundle: org.eclipse.papyrus.infra.editor.welcome;bundle-version="[1.2.0,
org.eclipse.papyrus.infra.services.navigation;bundle-version="[2.0.0,3.0.0)",
org.eclipse.jface.databinding;bundle-version="[1.8.0,2.0.0)",
org.eclipse.papyrus.infra.editor.welcome.nattable;bundle-version="[1.2.0,2.0.0)",
- org.eclipse.papyrus.infra.nattable.model;bundle-version="[1.2.0,2.0.0)"
+ org.eclipse.papyrus.infra.nattable.model;bundle-version="[2.0.0,3.0.0)"
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.2.0.qualifier

Back to the top