Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2012-06-20 14:45:00 +0000
committerJayaprakash Arthanareeswaran2012-10-19 04:49:11 +0000
commit0e1528bf1d29095201230cf016504c2679f9a777 (patch)
tree2311e1fa57c2430f3a59de43d8b582257d8d9379
parent8d289827936a7aefa380de617aa94717336bfefe (diff)
downloadeclipse.jdt.core-0e1528bf1d29095201230cf016504c2679f9a777.tar.gz
eclipse.jdt.core-0e1528bf1d29095201230cf016504c2679f9a777.tar.xz
eclipse.jdt.core-0e1528bf1d29095201230cf016504c2679f9a777.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