Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael ADAM2016-11-15 16:03:26 +0000
committerNicolas FAUVERGUE2018-07-04 07:05:34 +0000
commit341e81823a153a646f96a82373180a9b54dc2c06 (patch)
tree3db3cb7b9b8e0b29b06384026b118e6e91db8129 /tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/pom.xml
parent0fbf7ca7a7841daac25c05a95b6bb998c1ffb94e (diff)
downloadorg.eclipse.papyrus-341e81823a153a646f96a82373180a9b54dc2c06.tar.gz
org.eclipse.papyrus-341e81823a153a646f96a82373180a9b54dc2c06.tar.xz
org.eclipse.papyrus-341e81823a153a646f96a82373180a9b54dc2c06.zip
Bug 507470 - [Documentation View] Test shall be done for the new
documentation view. Change-Id: Idea85cd39e6d4e64da780bb1f5275285f6686269 Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net> Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
Diffstat (limited to 'tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/pom.xml')
-rw-r--r--tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/pom.xml b/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/pom.xml
new file mode 100644
index 00000000000..d06c9f940a3
--- /dev/null
+++ b/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus.tests.releng</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ <relativePath>../../../../../../releng/main-tests</relativePath>
+ </parent>
+ <groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus.views.documentation.tests</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>

Back to the top