Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2013-02-25 16:29:37 +0000
committerLakshmi Shanmugam2013-02-28 08:26:19 +0000
commit8792c2dd3d4e2cf6ac083c8a810742d9d5ab4e71 (patch)
treef5615c1d7f1a54c6f732f8b56e04f699c58dc75c
parenta8cffe709727bd59ba0d9473c059e13d355129fa (diff)
downloadeclipse.platform.swt-8792c2dd3d4e2cf6ac083c8a810742d9d5ab4e71.tar.gz
eclipse.platform.swt-8792c2dd3d4e2cf6ac083c8a810742d9d5ab4e71.tar.xz
eclipse.platform.swt-8792c2dd3d4e2cf6ac083c8a810742d9d5ab4e71.zip
Bug 394831 - [cbi] Platform parent should be renamed
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 00237862e1..a32e7d3937 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,9 +17,9 @@
<parent>
<groupId>org.eclipse</groupId>
- <artifactId>eclipse-parent</artifactId>
+ <artifactId>eclipse-platform-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <relativePath>../eclipse-parent</relativePath>
+ <relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>eclipse.platform.swt</groupId>

Back to the top