Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-11-20 09:36:39 +0000
committerDavid Williams2013-11-20 09:36:39 +0000
commit08c89491efa504777c7c7344a58f121b8009617b (patch)
tree969f18fa047fc6e2e9631a3d78066e7ae1af6738 /eclipse.platform.releng.prereqs.orbit/pom.xml
parent736ae8bc5e7f0fa904a1d157b900c7cfbb7f449b (diff)
downloadeclipse.platform.releng.aggregator-08c89491efa504777c7c7344a58f121b8009617b.tar.gz
eclipse.platform.releng.aggregator-08c89491efa504777c7c7344a58f121b8009617b.tar.xz
eclipse.platform.releng.aggregator-08c89491efa504777c7c7344a58f121b8009617b.zip
Bug 400518 - [CBI] CBI build pulls in "latest" version of 3rd party
bundles from Orbit
Diffstat (limited to 'eclipse.platform.releng.prereqs.orbit/pom.xml')
-rw-r--r--eclipse.platform.releng.prereqs.orbit/pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/eclipse.platform.releng.prereqs.orbit/pom.xml b/eclipse.platform.releng.prereqs.orbit/pom.xml
new file mode 100644
index 000000000..0920ea90c
--- /dev/null
+++ b/eclipse.platform.releng.prereqs.orbit/pom.xml
@@ -0,0 +1,19 @@
+<project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.eclipse</groupId>
+ <artifactId>orbit-prereqs</artifactId>
+ <version>4.4.0-SNAPSHOT</version>
+ <packaging>eclipse-target-definition</packaging>
+ <name>orbit-prereqs</name>
+
+ <parent>
+ <groupId>org.eclipse</groupId>
+ <artifactId>eclipse-platform-parent</artifactId>
+ <version>4.4.0-SNAPSHOT</version>
+ <relativePath>../eclipse-platform-parent</relativePath>
+ </parent>
+
+</project> \ No newline at end of file

Back to the top