Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2012-06-20 14:40:37 +0000
committerSilenio Quarti2012-09-12 16:09:16 +0000
commit537dd3af1c3e6c071482a20aee1f169cb7fae254 (patch)
tree0a5cd00b6bb15c5269490ca08137bdd682143376
parent258484bfd93a1f85380417bf890275422490df4a (diff)
downloadeclipse.platform.swt-537dd3af1c3e6c071482a20aee1f169cb7fae254.tar.gz
eclipse.platform.swt-537dd3af1c3e6c071482a20aee1f169cb7fae254.tar.xz
eclipse.platform.swt-537dd3af1c3e6c071482a20aee1f169cb7fae254.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 7321a7285a..c89cf16f27 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.platform.swt</groupId>

Back to the top