Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorChristian W. Damus2015-06-18 10:59:12 +0000
committerCamille Letavernier2015-06-18 11:40:45 +0000
commit0d1384523af99465f9e2ed706c4dde4b98f0757a (patch)
treec5e3901f1759606e708263eab95727a47206b85b /releng
parent2f1c1c5a4cec4d036b78e29975c9c9934f2e27f3 (diff)
downloadorg.eclipse.papyrus-0d1384523af99465f9e2ed706c4dde4b98f0757a.tar.gz
org.eclipse.papyrus-0d1384523af99465f9e2ed706c4dde4b98f0757a.tar.xz
org.eclipse.papyrus-0d1384523af99465f9e2ed706c4dde4b98f0757a.zip
Bug 470367: [Releng] Extra-Tests builds fail on Hudson
https://bugs.eclipse.org/bugs/show_bug.cgi?id=470367 Reorder repositories so that Eclipse Platform bundles are not taken (including one with an invalid JAR signature) from the CDO repository. Also comment out an obsolete repository that is no longer available and, apparently, not needed anyways. Change-Id: I778fbbc4ea0fda430744bde0cca11f0a0bb11d71 Signed-off-by: Christian W. Damus <give.a.damus@gmail.com> Reviewed-on: https://git.eclipse.org/r/50366 Tested-by: Hudson CI
Diffstat (limited to 'releng')
-rwxr-xr-xreleng/extra-tests/pom.xml18
-rw-r--r--releng/extra/pom.xml18
2 files changed, 9 insertions, 27 deletions
diff --git a/releng/extra-tests/pom.xml b/releng/extra-tests/pom.xml
index 72db110306f..32f3b913c91 100755
--- a/releng/extra-tests/pom.xml
+++ b/releng/extra-tests/pom.xml
@@ -56,10 +56,10 @@
<url>${papyrus.repo.extra}</url>
</repository>
<repository>
- <id>birt</id>
+ <id>ep</id>
<layout>p2</layout>
- <!-- updateFrom("BIRT",0) -->
- <url>http://download.eclipse.org/birt/update-site/mars-interim/</url>
+ <!-- updateFrom("Eclipse",0) -->
+ <url>http://download.eclipse.org/eclipse/updates/4.5milestones/S-4.5RC4-201506032000/</url>
</repository>
<repository>
<id>cdt</id>
@@ -68,12 +68,6 @@
<url>http://download.eclipse.org/tools/cdt/builds/mars/milestones</url>
</repository>
<repository>
- <id>emft-emffacet</id>
- <layout>p2</layout>
- <!-- updateFrom("EMF Facet",0) -->
- <url>http://download.eclipse.org/facet/updates/release/1.0.0/</url>
- </repository>
- <repository>
<id>emf-cdo</id>
<layout>p2</layout>
<!-- updateFrom("EMF CDO",0) -->
@@ -122,12 +116,6 @@
<url>http://download.eclipse.org/modeling/emf/validation/updates/milestones/S201505312255</url>
</repository>
<repository>
- <id>ep</id>
- <layout>p2</layout>
- <!-- updateFrom("Eclipse",0) -->
- <url>http://download.eclipse.org/eclipse/updates/4.5milestones/S-4.5RC4-201506032000/</url>
- </repository>
- <repository>
<id>gef</id>
<layout>p2</layout>
<!-- updateFrom("GEF",0) -->
diff --git a/releng/extra/pom.xml b/releng/extra/pom.xml
index ef729160d48..1efaa8c1d41 100644
--- a/releng/extra/pom.xml
+++ b/releng/extra/pom.xml
@@ -256,16 +256,16 @@
<url>${papyrus.repo.main}</url>
</repository>
<repository>
- <id>cdt</id>
+ <id>ep</id>
<layout>p2</layout>
- <!-- updateFrom("CDT",0) -->
- <url>http://download.eclipse.org/tools/cdt/builds/mars/milestones</url>
+ <!-- updateFrom("Eclipse",0) -->
+ <url>http://download.eclipse.org/eclipse/updates/4.5milestones/S-4.5RC4-201506032000/</url>
</repository>
<repository>
- <id>emft-emffacet</id>
+ <id>cdt</id>
<layout>p2</layout>
- <!-- updateFrom("EMF Facet",0) -->
- <url>http://download.eclipse.org/facet/updates/release/1.0.0/</url>
+ <!-- updateFrom("CDT",0) -->
+ <url>http://download.eclipse.org/tools/cdt/builds/mars/milestones</url>
</repository>
<repository>
<id>emf-cdo</id>
@@ -316,12 +316,6 @@
<url>http://download.eclipse.org/modeling/emf/validation/updates/milestones/S201505312255</url>
</repository>
<repository>
- <id>ep</id>
- <layout>p2</layout>
- <!-- updateFrom("Eclipse",0) -->
- <url>http://download.eclipse.org/eclipse/updates/4.5milestones/S-4.5RC4-201506032000/</url>
- </repository>
- <repository>
<id>gef</id>
<layout>p2</layout>
<!-- updateFrom("GEF",0) -->

Back to the top