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

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

	<artifactId>org.eclipse.papyrus.dev.portable.target</artifactId>
	<packaging>eclipse-target-definition</packaging>
</project>

Back to the top