Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eclipse-platform-parent/pom.xml (renamed from eclipse-parent/pom.xml)0
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml2
-rw-r--r--pom.xml2
3 files changed, 2 insertions, 2 deletions
diff --git a/eclipse-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 809a2739b..809a2739b 100644
--- a/eclipse-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml
index cd7a295d5..16cf42b0c 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml
@@ -18,7 +18,7 @@
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <relativePath>../eclipse-platform-parent</relativePath>
+ <relativePath>../../eclipse-platform-parent</relativePath>
</parent>
<artifactId>eclipse-junit-tests</artifactId>
diff --git a/pom.xml b/pom.xml
index 559a345f2..b216fa0bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<packaging>pom</packaging>
<modules>
- <module>eclipse-parent</module>
+ <module>eclipse-platform-parent</module>
<module>eclipse.jdt/</module>
<module>eclipse.jdt.core</module>

Back to the top