Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2013-02-25 16:29:37 +0000
committerSilenio Quarti2013-02-25 16:29:37 +0000
commit637879167435325110c10a199802c1122303fe08 (patch)
tree48c4a9fb2abaa6cccf7ab96cb9e3a4f4427f7865 /pom.xml
parent829e056ada0477b2744c55d81fe415f4b28f33de (diff)
downloadeclipse.platform.swt-637879167435325110c10a199802c1122303fe08.tar.gz
eclipse.platform.swt-637879167435325110c10a199802c1122303fe08.tar.xz
eclipse.platform.swt-637879167435325110c10a199802c1122303fe08.zip
Bug 394831 - [cbi] Platform parent should be renamed
Diffstat (limited to 'pom.xml')
-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