Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.epf.richtext.feature/pom.xml1
-rw-r--r--releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-extra-nightly-tests/build.rmap12
2 files changed, 7 insertions, 6 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.epf.richtext.feature/pom.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.epf.richtext.feature/pom.xml
index 6c7d7546703..b420607e937 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.epf.richtext.feature/pom.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.epf.richtext.feature/pom.xml
@@ -36,6 +36,7 @@
<configuration>
<excludes>
<plugin id="org.eclipse.epf.common" />
+ <plugin id="org.eclipse.epf.common.ui" />
<plugin id="org.eclipse.epf.common.html" />
<plugin id="org.eclipse.epf.richtext" />
</excludes>
diff --git a/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-extra-nightly-tests/build.rmap b/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-extra-nightly-tests/build.rmap
index cf2f6d970e0..154d4b91839 100644
--- a/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-extra-nightly-tests/build.rmap
+++ b/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-extra-nightly-tests/build.rmap
@@ -357,12 +357,12 @@
</rm:uri>
</rm:provider>
- <!-- Papyrus Richtext -->
-<!-- <rm:provider componentTypes="eclipse.feature,osgi.bundle" mutable="false" readerType="p2" source="false"> -->
-<!-- <rm:uri format="{0}/modeling/mdt/papyrus/extra/updates/richtext"> -->
-<!-- <bc:propertyRef key="eclipse.downloads"/> -->
-<!-- </rm:uri> -->
-<!-- </rm:provider> -->
+ <!-- Papyrus Richtext -->
+ <rm:provider componentTypes="eclipse.feature,osgi.bundle" mutable="false" readerType="p2" source="false">
+ <rm:uri format="http://download.eclipse.org/modeling/mdt/papyrus/updates/epf/main">
+ <bc:propertyRef key="eclipse.downloads"/>
+ </rm:uri>
+ </rm:provider>
</rm:searchPath>

Back to the top