Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrschnekenbu2014-03-26 10:40:22 +0000
committerrschnekenbu2014-03-26 10:40:22 +0000
commit23294784baa4b44b783a2f76855acb7b87e2de83 (patch)
treea27c2a27c2ed2dce857cdc17d77d0ec07fab51ad /plugins
parent87470646b9035778549dfdf3b7b4b8ae679edcb3 (diff)
downloadorg.eclipse.papyrus-23294784baa4b44b783a2f76855acb7b87e2de83.tar.gz
org.eclipse.papyrus-23294784baa4b44b783a2f76855acb7b87e2de83.tar.xz
org.eclipse.papyrus-23294784baa4b44b783a2f76855acb7b87e2de83.zip
431215: [Commands] AbstractGraphicalCommandHandler should be visible at
runtime https://bugs.eclipse.org/bugs/show_bug.cgi?id=431215
Diffstat (limited to 'plugins')
-rw-r--r--plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/META-INF/MANIFEST.MF b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/META-INF/MANIFEST.MF
index 0fa07b01229..ffe869440ce 100644
--- a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/META-INF/MANIFEST.MF
+++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/META-INF/MANIFEST.MF
@@ -20,4 +20,6 @@ Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.infra.gmfdiag.menu;singleton:
=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Export-Package: org.eclipse.papyrus.infra.gmfdiag.menu,
+ org.eclipse.papyrus.infra.gmfdiag.menu.handlers

Back to the top