diff options
author | mistria | 2011-07-26 16:01:27 +0000 |
---|---|---|
committer | mistria | 2011-07-26 16:01:27 +0000 |
commit | c23dfa71a96178fa270b864698aa86fce1d5d528 (patch) | |
tree | 127ec8995cdd47ad88f23e2f1700b09eb3810710 /plugins/org.eclipse.gmf.tooldef | |
parent | e43ba62b97bbda6cda1a3303550a32421eb7393d (diff) | |
download | org.eclipse.gmf-tooling-c23dfa71a96178fa270b864698aa86fce1d5d528.tar.gz org.eclipse.gmf-tooling-c23dfa71a96178fa270b864698aa86fce1d5d528.tar.xz org.eclipse.gmf-tooling-c23dfa71a96178fa270b864698aa86fce1d5d528.zip |
333270: Improved pom organization and artifact naming
Diffstat (limited to 'plugins/org.eclipse.gmf.tooldef')
-rw-r--r-- | plugins/org.eclipse.gmf.tooldef/pom.xml | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/plugins/org.eclipse.gmf.tooldef/pom.xml b/plugins/org.eclipse.gmf.tooldef/pom.xml index 3d5b03680..e3eb3d8de 100644 --- a/plugins/org.eclipse.gmf.tooldef/pom.xml +++ b/plugins/org.eclipse.gmf.tooldef/pom.xml @@ -1,16 +1,26 @@ +<!-- + * Copyright (c) 2011 PetalsLink + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Mickael istria (PetalsLink) +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>org.eclipse.gmf</groupId> + <groupId>org.eclipse.gmf.plugins</groupId> <artifactId>org.eclipse.gmf.tooldef</artifactId> <version>2.0.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <parent> <groupId>org.eclipse.gmf</groupId> - <artifactId>org.eclipse.gmf.tooling-parent</artifactId> + <artifactId>plugins</artifactId> <version>2.4.0-SNAPSHOT</version> - <relativePath>../../releng/org.eclipse.gmf.tooling-parent</relativePath> + <relativePath>../</relativePath> </parent> <build> |