Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2012-06-20 14:56:57 +0000
committerPaul Webster2012-09-12 14:25:49 +0000
commitfd1071024bca78b66c6b4fec24e58c2854a19620 (patch)
treef16c630b63ccf2d3b4660c2185e6195bf6accf6b
parent869c22cc014e0daa623423b17ae793895520cb24 (diff)
downloadeclipse.platform-fd1071024bca78b66c6b4fec24e58c2854a19620.tar.gz
eclipse.platform-fd1071024bca78b66c6b4fec24e58c2854a19620.tar.xz
eclipse.platform-fd1071024bca78b66c6b4fec24e58c2854a19620.zip
Bug 383072 - problem with parents
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 82a7aef3d..317bf4ea5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,6 +19,7 @@
<groupId>org.eclipse</groupId>
<artifactId>eclipse-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
+ <relativePath>../eclipse-parent</relativePath>
</parent>
<groupId>org.eclipse.platform</groupId>

Back to the top