Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-09-18 09:02:51 +0000
committercletavernie2012-09-18 09:02:51 +0000
commit300374223a8e5dba57e4472b4e69ee39b5e86010 (patch)
tree06a14627eb6eec89f228293fd233460df86e7421 /plugins/infra/org.eclipse.papyrus.infra.hyperlink/META-INF/MANIFEST.MF
parentb7dd4dd65ca0e7c583b314aa57d4b9979f36e0f0 (diff)
downloadorg.eclipse.papyrus-300374223a8e5dba57e4472b4e69ee39b5e86010.tar.gz
org.eclipse.papyrus-300374223a8e5dba57e4472b4e69ee39b5e86010.tar.xz
org.eclipse.papyrus-300374223a8e5dba57e4472b4e69ee39b5e86010.zip
342653: [Hyperlink] Hyperlink dialogs too small. Editability of textfields is wrong. Tooltip incorrect.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=342653 Backport from 0.9.X
Diffstat (limited to 'plugins/infra/org.eclipse.papyrus.infra.hyperlink/META-INF/MANIFEST.MF')
-rw-r--r--plugins/infra/org.eclipse.papyrus.infra.hyperlink/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/infra/org.eclipse.papyrus.infra.hyperlink/META-INF/MANIFEST.MF b/plugins/infra/org.eclipse.papyrus.infra.hyperlink/META-INF/MANIFEST.MF
index ee8823e34ba..0941c179200 100644
--- a/plugins/infra/org.eclipse.papyrus.infra.hyperlink/META-INF/MANIFEST.MF
+++ b/plugins/infra/org.eclipse.papyrus.infra.hyperlink/META-INF/MANIFEST.MF
@@ -11,7 +11,8 @@ Require-Bundle: org.eclipse.emf.transaction,
org.eclipse.ui.ide;bundle-version="3.8.0",
org.eclipse.emf.facet.infra.browser.uicore;bundle-version="0.2.0",
org.eclipse.papyrus.infra.core;bundle-version="0.10.0",
- org.eclipse.papyrus.infra.core.log;bundle-version="0.10.0"
+ org.eclipse.papyrus.infra.core.log;bundle-version="0.10.0",
+ org.eclipse.papyrus.infra.widgets;bundle-version="0.10.0"
Export-Package: org.eclipse.papyrus.infra.hyperlink,
org.eclipse.papyrus.infra.hyperlink.commands,
org.eclipse.papyrus.infra.hyperlink.helper,

Back to the top