Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a46d5526a55cdb786386982b9b23c99074688259 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<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>
  <artifactId>org.eclipse.ease.releng.target</artifactId>
  <packaging>eclipse-target-definition</packaging>
  <parent>
  	<groupId>org.eclipse.ease</groupId>
  	<artifactId>org.eclipse.ease.releng</artifactId>
  	<version>0.10.0-SNAPSHOT</version>
  	<relativePath>../org.eclipse.ease.releng</relativePath>
  </parent>
</project>

Back to the top