Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2012-06-20 14:45:00 +0000
committerJayaprakash Arthanareeswaran2012-10-16 13:02:55 +0000
commit8c13fa7bc0dbbfeb9b4ff80ff0ba65ec319c2f85 (patch)
tree20780f2904412816b7ce07105881f5ada4bb9835
parent6543ce51629b1130701339a6bcbd6b37248d667e (diff)
downloadeclipse.jdt.core-8c13fa7bc0dbbfeb9b4ff80ff0ba65ec319c2f85.tar.gz
eclipse.jdt.core-8c13fa7bc0dbbfeb9b4ff80ff0ba65ec319c2f85.tar.xz
eclipse.jdt.core-8c13fa7bc0dbbfeb9b4ff80ff0ba65ec319c2f85.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 1e1f49dc6b..d287e22cc8 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>eclipse.jdt.core</groupId>

Back to the top