Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoulwen Le Fur2012-11-08 16:00:48 +0000
committerGoulwen Le Fur2012-11-08 16:00:48 +0000
commit46208a33d7171118bf37d5b8dd10851afb7b2d45 (patch)
treede580bb58ed3a8905e53ec31235ff408ea63f5e9 /tests/org.eclipse.emf.eef.tests.nonreg.editor
parentd7c0a2cc8d881c7c5d0126004aa761e29b6c5394 (diff)
downloadorg.eclipse.eef-46208a33d7171118bf37d5b8dd10851afb7b2d45.tar.gz
org.eclipse.eef-46208a33d7171118bf37d5b8dd10851afb7b2d45.tar.xz
org.eclipse.eef-46208a33d7171118bf37d5b8dd10851afb7b2d45.zip
UPDATED: Working on SWTBot tests.
Diffstat (limited to 'tests/org.eclipse.emf.eef.tests.nonreg.editor')
-rw-r--r--tests/org.eclipse.emf.eef.tests.nonreg.editor/pom.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/org.eclipse.emf.eef.tests.nonreg.editor/pom.xml b/tests/org.eclipse.emf.eef.tests.nonreg.editor/pom.xml
new file mode 100644
index 000000000..14d40a6c6
--- /dev/null
+++ b/tests/org.eclipse.emf.eef.tests.nonreg.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>1.2.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.emf.eef.tests.nonreg.editor</artifactId>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>EEF Non Reg Editor Plug-in</name>
+
+</project>

Back to the top