Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre - CEA2016-04-01 14:08:48 +0000
committerGerrit Code Review @ Eclipse.org2016-04-05 07:51:27 +0000
commitb616b2ce85b0cf7e7121ff93e481a75372d1151d (patch)
tree28b6906f5b8c1a61e10e3275dfe150fdbf18ab4d /releng/extra/pom.xml
parenta8529b10a7ff527ee7423663f328d4adf7478411 (diff)
downloadorg.eclipse.papyrus-b616b2ce85b0cf7e7121ff93e481a75372d1151d.tar.gz
org.eclipse.papyrus-b616b2ce85b0cf7e7121ff93e481a75372d1151d.tar.xz
org.eclipse.papyrus-b616b2ce85b0cf7e7121ff93e481a75372d1151d.zip
Bug 490910 - [releng] removing hard coding mars reference
- remove the mars reference - reactivation of the plugin and feature - migration of the namespace Change-Id: I4259887013f37be177e72f61ea94a9041d3f7b19 Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
Diffstat (limited to 'releng/extra/pom.xml')
-rw-r--r--releng/extra/pom.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/releng/extra/pom.xml b/releng/extra/pom.xml
index 5ffc602251f..a8a02ac95fa 100644
--- a/releng/extra/pom.xml
+++ b/releng/extra/pom.xml
@@ -172,8 +172,8 @@
<module>../../extraplugins/papyrus4education/org.eclipse.papyrus.uml.diagram.education</module>
<module>../../features/papyrus-extra-features/org.eclipse.papyrus.uml.diagram.education.feature</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>../../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>../../extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipse.profile</module>
<module>../../extraplugins/adl4eclipse/org.eclipse.papyrus.adl4eclipsetool.assistant</module>
@@ -286,9 +286,11 @@
</modules>
<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>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>cdt</id>
<layout>p2</layout>

Back to the top