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

	<parent>
		<relativePath>../../releng/org.eclipse.emf.parsley.parent/pom.xml</relativePath>
		<groupId>org.eclipse.emf.parsley</groupId>
		<artifactId>org.eclipse.emf.parsley.parent</artifactId>
		<version>0.5.1-SNAPSHOT</version>
	</parent>

	<artifactId>org.eclipse.emf.parsley.editors</artifactId>
	<packaging>eclipse-plugin</packaging>

</project>

Back to the top