diff options
Diffstat (limited to 'tests/org.eclipse.gmf.tests.lite/pom.xml')
-rw-r--r-- | tests/org.eclipse.gmf.tests.lite/pom.xml | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/tests/org.eclipse.gmf.tests.lite/pom.xml b/tests/org.eclipse.gmf.tests.lite/pom.xml index 686a2d29e..0af8ce94a 100644 --- a/tests/org.eclipse.gmf.tests.lite/pom.xml +++ b/tests/org.eclipse.gmf.tests.lite/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.tests</groupId> <artifactId>org.eclipse.gmf.tests.lite</artifactId> <packaging>eclipse-test-plugin</packaging> <version>2.0.200-SNAPSHOT</version> <parent> <groupId>org.eclipse.gmf</groupId> - <artifactId>org.eclipse.gmf.tooling-parent</artifactId> + <artifactId>tests</artifactId> <version>2.4.0-SNAPSHOT</version> - <relativePath>../../releng/org.eclipse.gmf.tooling-parent</relativePath> + <relativePath>../</relativePath> </parent> <build> |