Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2012-06-20 14:44:15 +0000
committerMike Rennie2012-09-13 15:35:20 +0000
commitf15ea43ea91b1265c55e6757f610ac40f7fed84b (patch)
treedcaad55b485df3fb50155f62ae7b58d779ec007a
parentf15dad4b2469d762a1ea2db4320e70154f85b689 (diff)
downloadeclipse.jdt.debug-f15ea43ea91b1265c55e6757f610ac40f7fed84b.tar.gz
eclipse.jdt.debug-f15ea43ea91b1265c55e6757f610ac40f7fed84b.tar.xz
eclipse.jdt.debug-f15ea43ea91b1265c55e6757f610ac40f7fed84b.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 108030656..084d796e7 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.debug</groupId>

Back to the top