Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2013-02-25 06:45:17 +0000
committerJayaprakash Arthanareeswaran2013-02-25 06:45:17 +0000
commit74baa0028e0fd0c274a452a089ddcb1a2dd720fb (patch)
treedb86c552de1ab554ca7f8344cf005c0f5f33b923
parentd4439cb5c0e8a9724624f9ae7a501cbadcb13f2f (diff)
downloadeclipse.jdt.core.binaries-74baa0028e0fd0c274a452a089ddcb1a2dd720fb.tar.gz
eclipse.jdt.core.binaries-74baa0028e0fd0c274a452a089ddcb1a2dd720fb.tar.xz
eclipse.jdt.core.binaries-74baa0028e0fd0c274a452a089ddcb1a2dd720fb.zip
Fix for 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 c9ee7df..ab14aaf 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.jdt.core.binaries</groupId>

Back to the top