Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-07-15 10:59:00 +0000
committerCamille Letavernier2015-07-15 10:59:58 +0000
commit2cfc292c3c977f597f6f67003b1adaad9ae0b10e (patch)
treeab173f7d27958673bbcbe38e0b27fd8de571b955 /releng/extra-tests/pom.xml
parent6b79002cd1ff3419eb8ec6e14ecbafea5999f8f9 (diff)
downloadorg.eclipse.papyrus-2cfc292c3c977f597f6f67003b1adaad9ae0b10e.tar.gz
org.eclipse.papyrus-2cfc292c3c977f597f6f67003b1adaad9ae0b10e.tar.xz
org.eclipse.papyrus-2cfc292c3c977f597f6f67003b1adaad9ae0b10e.zip
[Releng] Update CDO repository to use I-Builds (Neon), and update other
repositories Change-Id: Iba787e2a447ff0ce4186b5651d2a85313c90a09a Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'releng/extra-tests/pom.xml')
-rwxr-xr-xreleng/extra-tests/pom.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/releng/extra-tests/pom.xml b/releng/extra-tests/pom.xml
index 32f3b913c91..0644c24195c 100755
--- a/releng/extra-tests/pom.xml
+++ b/releng/extra-tests/pom.xml
@@ -45,10 +45,10 @@
<layout>p2</layout>
<url>${papyrus.repo.dev}</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>
+ <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-extra</id>
@@ -59,7 +59,7 @@
<id>ep</id>
<layout>p2</layout>
<!-- updateFrom("Eclipse",0) -->
- <url>http://download.eclipse.org/eclipse/updates/4.5milestones/S-4.5RC4-201506032000/</url>
+ <url>http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000/</url>
</repository>
<repository>
<id>cdt</id>
@@ -71,7 +71,7 @@
<id>emf-cdo</id>
<layout>p2</layout>
<!-- updateFrom("EMF CDO",0) -->
- <url>http://download.eclipse.org/modeling/emf/cdo/drops/R20150610-1526</url>
+ <url>http://download.eclipse.org/modeling/emf/cdo/updates/integration</url>
</repository>
<repository>
<id>emf-compare</id>
@@ -101,19 +101,19 @@
<id>emf-query</id>
<layout>p2</layout>
<!-- updateFrom("EMF Query",0) -->
- <url>http://download.eclipse.org/modeling/emf/query/updates/milestones/S201505312221</url>
+ <url>http://download.eclipse.org/modeling/emf/query/updates/releases/R201505312221</url>
</repository>
<repository>
<id>emf-transaction</id>
<layout>p2</layout>
<!-- updateFrom("EMF TRANSACTION",0) -->
- <url>http://download.eclipse.org/modeling/emf/transaction/updates/milestones/S201506010221</url>
+ <url>http://download.eclipse.org/modeling/emf/transaction/updates/releases/R201506010221</url>
</repository>
<repository>
<id>emf-validation</id>
<layout>p2</layout>
<!-- updateFrom("EMF VALIDATION",0) -->
- <url>http://download.eclipse.org/modeling/emf/validation/updates/milestones/S201505312255</url>
+ <url>http://download.eclipse.org/modeling/emf/validation/updates/releases/R201505312255</url>
</repository>
<repository>
<id>gef</id>
@@ -125,13 +125,13 @@
<id>gmp-gmf-notation</id>
<layout>p2</layout>
<!-- updateFrom("GMF Notation",0) -->
- <url>http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201505312221</url>
+ <url>http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R201505312221</url>
</repository>
<repository>
<id>gmp-gmf-runtime</id>
<layout>p2</layout>
<!-- updateFrom("GMF Runtime",0) -->
- <url>http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201506060219</url>
+ <url>http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R201506060219</url>
</repository>
<repository>
<id>gmf-tooling</id>
@@ -155,7 +155,7 @@
<id>mdt-ocl</id>
<layout>p2</layout>
<!-- updateFrom("MDT OCL 6.0",0) -->
- <url>http://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.0.0/S201506090403</url>
+ <url>http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.0.0</url>
</repository>
<repository>
<id>mdt-uml2</id>

Back to the top