Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2014-11-26 09:30:38 +0000
committerptessier2014-11-26 09:30:38 +0000
commit72196e049f61c60129c4ccfc2466222c121c166b (patch)
tree6e5fd593983cf528bea12e13abe10854316f8f9a
parent16c449e3fc2064d14a40369857f310e2fd10de42 (diff)
downloadorg.eclipse.papyrus-72196e049f61c60129c4ccfc2466222c121c166b.tar.gz
org.eclipse.papyrus-72196e049f61c60129c4ccfc2466222c121c166b.tar.xz
org.eclipse.papyrus-72196e049f61c60129c4ccfc2466222c121c166b.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: Id3d2e7424b9a8f6fae1031183143de9b5556b939
-rw-r--r--plugins/infra/widget/org.eclipse.papyrus.infra.widgets.epf.richtext.extension/pom.xml2
-rwxr-xr-xreleng/top-pom-extras.xml1
-rwxr-xr-xreleng/top-pom-main.xml1
3 files changed, 2 insertions, 2 deletions
diff --git a/plugins/infra/widget/org.eclipse.papyrus.infra.widgets.epf.richtext.extension/pom.xml b/plugins/infra/widget/org.eclipse.papyrus.infra.widgets.epf.richtext.extension/pom.xml
index b27e13ea0cd..74d01c1395b 100644
--- a/plugins/infra/widget/org.eclipse.papyrus.infra.widgets.epf.richtext.extension/pom.xml
+++ b/plugins/infra/widget/org.eclipse.papyrus.infra.widgets.epf.richtext.extension/pom.xml
@@ -5,7 +5,7 @@
<artifactId>org.eclipse.papyrus</artifactId>
<groupId>org.eclipse.papyrus</groupId>
<version>1.0.1-SNAPSHOT</version>
- <relativePath>../../../../releng/top-pom-main.xml</relativePath>
+ <relativePath>../../../../releng/top-pom-extras.xml</relativePath>
</parent>
<artifactId>org.eclipse.papyrus.infra.widgets.epf.richtext</artifactId>
<groupId>org.eclipse.papyrus</groupId>
diff --git a/releng/top-pom-extras.xml b/releng/top-pom-extras.xml
index dc01959a4c1..84266baee95 100755
--- a/releng/top-pom-extras.xml
+++ b/releng/top-pom-extras.xml
@@ -137,6 +137,7 @@
<module>../extraplugins/umlrt/org.eclipse.papyrus.umlrt.wizard</module>
<module>../extraplugins/codegen/org.eclipse.papyrus.views.cpp</module>
<module>../extraplugins/qompass-designer/tracing/org.eclipse.papyrus.views.tracepoints</module>
+ <module>../plugins/infra/widget/org.eclipse.papyrus.infra.widgets.epf.richtext</module>
<module>extras</module>
</modules>
<properties>
diff --git a/releng/top-pom-main.xml b/releng/top-pom-main.xml
index 047a5b3834e..9467e5488ab 100755
--- a/releng/top-pom-main.xml
+++ b/releng/top-pom-main.xml
@@ -177,7 +177,6 @@
<module>../plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy</module>
<module>../plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.preferences</module>
<module>../plugins/infra/widget/org.eclipse.papyrus.infra.widgets</module>
- <module>../plugins/infra/widget/org.eclipse.papyrus.infra.widgets.epf.richtext</module>
<module>../plugins/infra/widget/org.eclipse.papyrus.infra.widgets.toolbox</module>
<module>../plugins/doc/org.eclipse.papyrus.moka.doc</module>
<module>../plugins/sysml/org.eclipse.papyrus.sysml</module>

Back to the top