Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Wouters2014-02-04 15:26:44 +0000
committerLaurent Wouters2014-02-04 15:26:44 +0000
commit1fe516ff5386b7f36029c408ec76dd7ef00092f8 (patch)
tree91d4e6cd9e307cc09e787942900f18a9bd97e6de
parent598518dca9a145f9efc33c51d27b75dddd960f6d (diff)
downloadorg.eclipse.papyrus-1fe516ff5386b7f36029c408ec76dd7ef00092f8.tar.gz
org.eclipse.papyrus-1fe516ff5386b7f36029c408ec76dd7ef00092f8.tar.xz
org.eclipse.papyrus-1fe516ff5386b7f36029c408ec76dd7ef00092f8.zip
[releng] Fixing RCP build update sites
Change-Id: I232caee6ada5ea8584c9bee87e2cee42112bff66 Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
-rw-r--r--releng/rcp/org.eclipse.papyrus.rcp.master/pom.xml17
1 files changed, 1 insertions, 16 deletions
diff --git a/releng/rcp/org.eclipse.papyrus.rcp.master/pom.xml b/releng/rcp/org.eclipse.papyrus.rcp.master/pom.xml
index 53de94665af..a6349e58396 100644
--- a/releng/rcp/org.eclipse.papyrus.rcp.master/pom.xml
+++ b/releng/rcp/org.eclipse.papyrus.rcp.master/pom.xml
@@ -37,22 +37,7 @@
<repository>
<id>cdo-dawn</id>
<layout>p2</layout>
- <url>http://download.eclipse.org/modeling/emf/cdo/drops/R20130918-0029</url>
- </repository>
- <repository>
- <id>xpand-1.4.1</id>
- <layout>p2</layout>
- <url>http://download.eclipse.org/modeling/m2t/xpand/updates/milestones/S201308130726</url>
- </repository>
- <repository>
- <id>xpand-2.0.0</id>
- <layout>p2</layout>
- <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.0milestones</url>
+ <url>http://download.eclipse.org/modeling/emf/cdo/drops/S20140129-1205</url>
</repository>
<repository>
<id>eclipse-update</id>

Back to the top