Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorLaurent Wouters2014-01-29 09:06:19 +0000
committerLaurent Wouters2014-01-29 09:06:19 +0000
commit4807c1b90ed5270d679b51871d130f2531c8379b (patch)
treef31303edd5df9bce5bea499d43d84b47000160ac /releng
parentfe4416caaabbb8f785ab54936db74d5e316d50c1 (diff)
downloadorg.eclipse.papyrus-4807c1b90ed5270d679b51871d130f2531c8379b.tar.gz
org.eclipse.papyrus-4807c1b90ed5270d679b51871d130f2531c8379b.tar.xz
org.eclipse.papyrus-4807c1b90ed5270d679b51871d130f2531c8379b.zip
[releng] Added the UML 5.0 update site in the RCP configuration
Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
Diffstat (limited to 'releng')
-rw-r--r--releng/rcp/org.eclipse.papyrus.rcp.master/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releng/rcp/org.eclipse.papyrus.rcp.master/pom.xml b/releng/rcp/org.eclipse.papyrus.rcp.master/pom.xml
index 7037577b18c..2c0ac3b2be5 100644
--- a/releng/rcp/org.eclipse.papyrus.rcp.master/pom.xml
+++ b/releng/rcp/org.eclipse.papyrus.rcp.master/pom.xml
@@ -50,6 +50,11 @@
<url>http://download.eclipse.org/modeling/m2t/xpand/updates/milestones/S201312170329</url>
</repository>
<repository>
+ <id>uml-5.0</id>
+ <layout>p2</layout>
+ <url>http://download.eclipse.org/modeling/mdt/uml2/updates/5.0milestone</url>
+ </repository>
+ <repository>
<id>eclipse-update</id>
<layout>p2</layout>
<url>http://download.eclipse.org/eclipse/updates/4.4</url>

Back to the top