Skip to main content
summaryrefslogtreecommitdiffstats
blob: b0b1cff07ca26e9b0d32de804795d7adfedc53eb (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>
	<version>1.0.100-SNAPSHOT</version>
	
	<parent>
		<artifactId>org.eclipse.jpt.jpadiagrameditor_parent</artifactId>
		<groupId>org.eclipse.jpt.jpadiagrameditor</groupId>
		<version>1.1.0-SNAPSHOT</version>
		<relativePath>../../development/org.eclipse.jpt.jpadiagrameditor.releng/pom.xml</relativePath>
	</parent>
	
	<artifactId>org.eclipse.jpt.jpadiagrameditor.ui</artifactId>
	<packaging>eclipse-plugin</packaging>
	<name>JPA Diagram Editor Plug-in</name>	
</project>

Back to the top