Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-11-20 15:40:24 +0000
committerDavid Williams2013-11-20 15:40:24 +0000
commitc3cb852dea7f0433ee647d17e41139aaa0a1346a (patch)
tree3443dd97042282c3e077bd71be1b3b5829ebcbb8
parent6669e31802441ab52dbed079e9a50410e4da2988 (diff)
downloadeclipse.platform.releng.aggregator-c3cb852dea7f0433ee647d17e41139aaa0a1346a.tar.gz
eclipse.platform.releng.aggregator-c3cb852dea7f0433ee647d17e41139aaa0a1346a.tar.xz
eclipse.platform.releng.aggregator-c3cb852dea7f0433ee647d17e41139aaa0a1346a.zip
Bug 400518 - [CBI] CBI build pulls in "latest" version of 3rd party
bundles from Orbit
-rw-r--r--eclipse-platform-parent/pom.xml8
-rw-r--r--pom.xml4
2 files changed, 10 insertions, 2 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index afc9db7e2..29e5188cd 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -41,7 +41,6 @@
<comparator.repo>http://download.eclipse.org/eclipse/updates/4.4-I-builds</comparator.repo>
- <orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/S20131024145017/repository/</orbit-repo.url>
<jetty-repo.url>http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.12.v20130726/</jetty-repo.url>
<ecf-repo.url>http://download.eclipse.org/rt/ecf/3.7.1/site.p2</ecf-repo.url>
<emf-repo.url>http://download.eclipse.org/modeling/emf/emf/updates/2.10milestones/base/S201310280429/</emf-repo.url>
@@ -205,6 +204,13 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
+ <target>
+ <artifact>
+ <groupId>org.eclipse</groupId>
+ <artifactId>orbit-prereqs</artifactId>
+ <version>4.4.0-SNAPSHOT</version>
+ </artifact>
+ </target>
<environments>
<environment>
<os>linux</os>
diff --git a/pom.xml b/pom.xml
index c143d5f13..23d65e41f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,9 @@
<modules>
<module>eclipse-platform-parent</module>
-
+
+ <module>eclipse.platform.releng.prereqs.orbit</module>
+
<module>eclipse.jdt/</module>
<module>eclipse.jdt.core</module>
<module>eclipse.jdt.core.binaries</module>

Back to the top