Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-11-21 03:37:27 +0000
committerDavid Williams2013-11-21 03:37:27 +0000
commit9e0ae0618aaea88d497f3f55df7db6458e228cfb (patch)
tree3a7a26ee464bad9ebdc89e926b38ed1f405db30b
parent5ed861c83630503f60f55174a12a1e4a83298778 (diff)
downloadeclipse.platform.releng.aggregator-9e0ae0618aaea88d497f3f55df7db6458e228cfb.tar.gz
eclipse.platform.releng.aggregator-9e0ae0618aaea88d497f3f55df7db6458e228cfb.tar.xz
eclipse.platform.releng.aggregator-9e0ae0618aaea88d497f3f55df7db6458e228cfb.zip
Bug 400518 - [CBI] CBI build pulls in "latest" version of 3rd party
bundles from Orbit commit to "activate" artifact in R4_3_maintenance branch
-rw-r--r--eclipse-platform-parent/pom.xml13
-rw-r--r--pom.xml2
2 files changed, 9 insertions, 6 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 9b092c92b..4ddebf763 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -33,7 +33,6 @@
<comparator.repo>http://download.eclipse.org/eclipse/updates/4.3-M-builds</comparator.repo>
- <orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/M20131015031433/repository/</orbit-repo.url>
<jetty-repo.url>http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.10.v20130312/</jetty-repo.url>
<ecf-repo.url>http://download.eclipse.org/rt/ecf/int7/site.p2/</ecf-repo.url>
<emf-repo.url>http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/base/S201308270309/</emf-repo.url>
@@ -55,11 +54,6 @@
</properties>
<repositories>
<repository>
- <id>orbit</id>
- <url>${orbit-repo.url}</url>
- <layout>p2</layout>
- </repository>
- <repository>
<id>ecf</id>
<url>${ecf-repo.url}</url>
<layout>p2</layout>
@@ -159,6 +153,13 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
+ <target>
+ <artifact>
+ <groupId>org.eclipse</groupId>
+ <artifactId>eclipse-sdk-prereqs</artifactId>
+ <version>4.4.0-SNAPSHOT</version>
+ </artifact>
+ </target>
<environments>
<environment>
<os>linux</os>
diff --git a/pom.xml b/pom.xml
index ae5649266..3b030cb57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,6 +20,8 @@
<modules>
<module>eclipse-platform-parent</module>
+ <module>eclipse.platform.releng.prereqs.sdk</module>
+
<module>eclipse.jdt/</module>
<module>eclipse.jdt.core</module>
<module>eclipse.jdt.core.binaries</module>

Back to the top