Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsbouchet2012-05-29 09:50:01 +0000
committersbouchet2012-05-29 09:50:01 +0000
commitc8c033fa8b79d00f5e9947007b8c95d5f1e7c8de (patch)
tree2f017e71f7efde5e74763b0fe58497be932fe110
parent7eb608b257e5317c1b1bc5ba27c1c1506a1fb54b (diff)
downloadorg.eclipse.eef-c8c033fa8b79d00f5e9947007b8c95d5f1e7c8de.tar.gz
org.eclipse.eef-c8c033fa8b79d00f5e9947007b8c95d5f1e7c8de.tar.xz
org.eclipse.eef-c8c033fa8b79d00f5e9947007b8c95d5f1e7c8de.zip
cleanup
-rw-r--r--tests/org.eclipse.emf.examples.eef.edit/pom.xml28
-rw-r--r--tests/org.eclipse.emf.examples.eef.editor/pom.xml28
-rw-r--r--tests/org.eclipse.emf.examples.eef/pom.xml28
3 files changed, 84 insertions, 0 deletions
diff --git a/tests/org.eclipse.emf.examples.eef.edit/pom.xml b/tests/org.eclipse.emf.examples.eef.edit/pom.xml
new file mode 100644
index 000000000..c0a0a7547
--- /dev/null
+++ b/tests/org.eclipse.emf.examples.eef.edit/pom.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2011 Obeo.
+ 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:
+ Obeo - initial creator
+ -->
+<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/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.emf</groupId>
+ <artifactId>org.eclipse.emf.eef.releng.parent</artifactId>
+ <relativePath>../../releng/org.eclipse.emf.eef.releng.parent</relativePath>
+ <version>2.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.emf.examples.eef.edit</artifactId>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>EEF Example Edit Plug-in</name>
+
+</project>
diff --git a/tests/org.eclipse.emf.examples.eef.editor/pom.xml b/tests/org.eclipse.emf.examples.eef.editor/pom.xml
new file mode 100644
index 000000000..64523a918
--- /dev/null
+++ b/tests/org.eclipse.emf.examples.eef.editor/pom.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2011 Obeo.
+ 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:
+ Obeo - initial creator
+ -->
+<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/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.emf</groupId>
+ <artifactId>org.eclipse.emf.eef.releng.parent</artifactId>
+ <relativePath>../../releng/org.eclipse.emf.eef.releng.parent</relativePath>
+ <version>2.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.emf.examples.eef.editor</artifactId>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>EEF Example Editor Plug-in</name>
+
+</project>
diff --git a/tests/org.eclipse.emf.examples.eef/pom.xml b/tests/org.eclipse.emf.examples.eef/pom.xml
new file mode 100644
index 000000000..be8a648e4
--- /dev/null
+++ b/tests/org.eclipse.emf.examples.eef/pom.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2011 Obeo.
+ 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:
+ Obeo - initial creator
+ -->
+<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/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.emf</groupId>
+ <artifactId>org.eclipse.emf.eef.releng.parent</artifactId>
+ <relativePath>../../releng/org.eclipse.emf.eef.releng.parent</relativePath>
+ <version>2.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.emf.examples.eef</artifactId>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>EEF Example Model Plug-in</name>
+
+</project>

Back to the top