Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2013-09-06 13:15:01 +0000
committerGerrit Code Review @ Eclipse.org2013-09-12 14:58:37 +0000
commite315236c1d2f253da97d35a16970e381e38c15a5 (patch)
tree95446d3855494c2cec4afb60001de790e7188c45 /pom.xml
parent3edb74946fe400d62d88cf43eb245e0b012c9bce (diff)
downloadrt.equinox.p2-e315236c1d2f253da97d35a16970e381e38c15a5.tar.gz
rt.equinox.p2-e315236c1d2f253da97d35a16970e381e38c15a5.tar.xz
rt.equinox.p2-e315236c1d2f253da97d35a16970e381e38c15a5.zip
Bug 416731 - root pom does not have to have parent pomI20130912-2000
Bundles/features should use parent pom defined in org.eclipse.equinox.p2.releng. Change-Id: I732daaa14e2939005e8c7fc8121eb50ea5654521 Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 6825f2f4a..1b8048007 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,13 +12,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.eclipse</groupId>
- <artifactId>eclipse-platform-parent</artifactId>
- <version>4.4.0-SNAPSHOT</version>
- <relativePath>../eclipse-platform-parent</relativePath>
- </parent>
-
<groupId>org.eclipse.platform</groupId>
<artifactId>rt.equinox.p2</artifactId>
<version>4.4.0-SNAPSHOT</version>

Back to the top