Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 968ff851c8e24f3526265d8ae71086a7bf667571 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<project>
	<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.uml.internationalization.main.test</artifactId>
	<version>1.0.0-SNAPSHOT</version>
	<packaging>pom</packaging>
	<name>Papyrus Internationalization Test for UML</name>
	<description>Papyrus Internationalization are a set of plugins dedicated to manage internationalization labels and language in relation with models.</description>

	<modules>
		<module>org.eclipse.papyrus.uml.internationalization.tests</module>
		<module>org.eclipse.papyrus.uml.internationalization.controlmode.tests</module>
	</modules>

</project>

Back to the top