Skip to main content
summaryrefslogtreecommitdiffstats
blob: 70f844b36b37c711ed98073f7e6de606ed889a16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project>
	<modelVersion>4.0.0</modelVersion>

	<parent>
		<artifactId>org.eclipse.papyrus.releng</artifactId>
		<groupId>org.eclipse.papyrus</groupId>
		<version>0.0.1-SNAPSHOT</version>
	</parent>

	<artifactId>org.eclipse.papyrus.main.target.parent</artifactId>
	<packaging>pom</packaging>

	<modules>
		<module>portable</module>
		<module>eclipse</module>
	</modules>
</project>

Back to the top