Francois Le Fevre - CEA | 405caed | 2015-10-16 13:26:15 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <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" |
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | <parent> |
| 6 | <groupId>org.eclipse.papyrus.sysml</groupId> |
| 7 | <artifactId>org.eclipse.papyrus.sysml14.gui</artifactId> |
Vincent Lorenzo | 7185369 | 2020-11-09 09:25:53 +0100 | [diff] [blame^] | 8 | <version>2.0.0-SNAPSHOT</version> |
Francois Le Fevre - CEA | 405caed | 2015-10-16 13:26:15 +0200 | [diff] [blame] | 9 | </parent> |
| 10 | <artifactId>org.eclipse.papyrus.sysml14.ui.tests</artifactId> |
| 11 | <packaging>eclipse-test-plugin</packaging> |
Francois Le Fevre - CEA | 72363d2 | 2015-11-10 14:14:05 +0100 | [diff] [blame] | 12 | <name>org.eclipse.papyrus.sysml14.ui.tests</name> |
| 13 | <description>All unit tests related to the user interface.</description> |
Francois Le Fevre - CEA | 405caed | 2015-10-16 13:26:15 +0200 | [diff] [blame] | 14 | </project> |