Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2014-12-08 15:00:07 +0000
committerptessier2014-12-08 15:00:07 +0000
commite2b80898f487aadb8b4c1b0894d39d787b78f842 (patch)
treedddec21c95568b557a0f1fcccdd1cad6d6d8caac
parent4edd499adf95ee3b9bc784da092a1853013e6719 (diff)
downloadorg.eclipse.papyrus-e2b80898f487aadb8b4c1b0894d39d787b78f842.tar.gz
org.eclipse.papyrus-e2b80898f487aadb8b4c1b0894d39d787b78f842.tar.xz
org.eclipse.papyrus-e2b80898f487aadb8b4c1b0894d39d787b78f842.zip
399853: [Widgets] Papyrus shall enable to edit the comment body with a
rich-text editor https://bugs.eclipse.org/bugs/show_bug.cgi?id=399853 Change-Id: I41db5ba5e417c989314fd87152729427a623d568
-rw-r--r--extraplugins/epf-richtext/org.eclipse.papyrus.infra.widgets.epf.richtext.extension/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/extraplugins/epf-richtext/org.eclipse.papyrus.infra.widgets.epf.richtext.extension/META-INF/MANIFEST.MF b/extraplugins/epf-richtext/org.eclipse.papyrus.infra.widgets.epf.richtext.extension/META-INF/MANIFEST.MF
index 743e05f9c1a..25e9ab3b99f 100644
--- a/extraplugins/epf-richtext/org.eclipse.papyrus.infra.widgets.epf.richtext.extension/META-INF/MANIFEST.MF
+++ b/extraplugins/epf-richtext/org.eclipse.papyrus.infra.widgets.epf.richtext.extension/META-INF/MANIFEST.MF
@@ -24,7 +24,7 @@ Require-Bundle: org.eclipse.epf.common,
org.eclipse.papyrus.views.properties;bundle-version="1.0.1",
org.eclipse.papyrus.uml.tools;bundle-version="1.0.1",
org.eclipse.emf.transaction;bundle-version="1.8.0",
- org.eclipse.papyrus.emf.facet.common.ui;bundle-version="1.0.1"
+ org.eclipse.papyrus.emf.facet.custom.ui;bundle-version="1.0.1"
Export-Package: org.eclipse.papyrus.infra.widgets.epf.richtext,
org.eclipse.papyrus.infra.widgets.epf.richtext.extension,
org.eclipse.papyrus.infra.widgets.epf.richtext.extension.actions,

Back to the top