Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f9bb32e28ff9cdbcce438eb14c93bbd548c4a835 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	
	<parent>
		<artifactId>org.eclipse.jpt.jpadiagrameditor_parent</artifactId>
		<groupId>org.eclipse.jpt.jpadiagrameditor</groupId>
		<version>1.2.0-SNAPSHOT</version>
		<relativePath>../../development/org.eclipse.jpt.jpadiagrameditor.releng/pom.xml</relativePath>
	</parent>
	
	<artifactId>org.eclipse.jpt.jpadiagrameditor.feature</artifactId>
	<packaging>eclipse-feature</packaging>
	<name>JPA Diagram Editor Feature</name>
	
</project>

Back to the top