diff options
author | Silenio Quarti <silenio_quarti@ca.ibm.com> | 2013-02-25 11:29:37 -0500 |
---|---|---|
committer | Silenio Quarti <silenio_quarti@ca.ibm.com> | 2013-02-25 11:29:37 -0500 |
commit | 637879167435325110c10a199802c1122303fe08 (patch) | |
tree | 48c4a9fb2abaa6cccf7ab96cb9e3a4f4427f7865 | |
parent | 829e056ada0477b2744c55d81fe415f4b28f33de (diff) | |
download | eclipse.platform.swt-637879167435325110c10a199802c1122303fe08.tar.gz eclipse.platform.swt-637879167435325110c10a199802c1122303fe08.tar.xz eclipse.platform.swt-637879167435325110c10a199802c1122303fe08.zip |
Bug 394831 - [cbi] Platform parent should be renamed
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |