Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2014-12-02 10:35:36 +0000
committerptessier2014-12-02 11:17:27 +0000
commit337d7a6ff74d935b471a461c616ce7d2159043c0 (patch)
treeabc788b14ba13b1d4d5381978e17d2f04582a57a
parentf924e9e5f52e6939e482627aab416cf7b9c92f8b (diff)
downloadorg.eclipse.papyrus-bugs/399853-richtext.tar.gz
org.eclipse.papyrus-bugs/399853-richtext.tar.xz
org.eclipse.papyrus-bugs/399853-richtext.zip
399853: [Widgets] Papyrus shall enable to edit the comment body with abugs/399853-richtext
rich-text editor https://bugs.eclipse.org/bugs/show_bug.cgi?id=399853 Change-Id: I109d07a7b5efe273e29083b7b0e03bcb34a84fe4 Signed-off-by: ptessier <Patrick.Tessier@cea.fr>
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/pom.xml25
-rwxr-xr-xreleng/top-pom-extras.xml13
2 files changed, 8 insertions, 30 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/pom.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/pom.xml
index 4106116852d..8c4cf5221ff 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/pom.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/pom.xml
@@ -11,29 +11,4 @@
<groupId>org.eclipse.papyrus</groupId>
<version>1.0.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-source-feature-plugin</artifactId>
- <version>${tychoExtrasVersion}</version>
- <executions>
- <execution>
- <id>source-feature</id>
- <phase>package</phase>
- <goals>
- <goal>source-feature</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <excludes>
- <plugin id="org.eclipse.epf.common" />
- <plugin id="org.eclipse.epf.common.html" />
- <plugin id="org.eclipse.epf.richtext" />
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project> \ No newline at end of file
diff --git a/releng/top-pom-extras.xml b/releng/top-pom-extras.xml
index 1ef3a590ce9..b7bae2b039c 100755
--- a/releng/top-pom-extras.xml
+++ b/releng/top-pom-extras.xml
@@ -54,8 +54,6 @@
</module>
<module>../features/papyrus-extra-features/org.eclipse.papyrus.migration.rsa.feature
</module>
- <module>../features/papyrus-extra-features/org.eclipse.papyrus.extra.epf.richtext.feature
- </module>
<module>../extraplugins/codegen/org.eclipse.papyrus.acceleo</module>
<module>../extraplugins/codegen/org.eclipse.papyrus.acceleo.debug
</module>
@@ -260,8 +258,9 @@
<module>../extraplugins/codegen/org.eclipse.papyrus.views.cpp</module>
<module>../extraplugins/qompass-designer/tracing/org.eclipse.papyrus.views.tracepoints
</module>
- <module>../extraplugins/epf-richtext/org.eclipse.papyrus.infra.widgets.epf.richtext.extension
- </module>
+ <!-- Module EPF -->
+ <module>../extraplugins/epf-richtext/org.eclipse.papyrus.infra.widgets.epf.richtext.extension</module>
+ <module>../features/papyrus-extra-features/org.eclipse.papyrus.extra.epf.richtext.feature</module>
<module>extras</module>
</modules>
<properties>
@@ -271,7 +270,11 @@
<repositories>
-
+ <repository>
+ <id>org.eclipse.epf.richtext_1.5.1.6-update-site</id>
+ <layout>p2</layout>
+ <url>http://download.eclipse.org/modeling/mdt/papyrus/updates/epf/main</url>
+ </repository>
<repository>
<id>papyrus-main</id>
<layout>p2</layout>

Back to the top