blob: 9994420002721b00108c88ad63831e338574dea1 [file]
<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>
<name>CodeCompansator - JDT Runtime feature</name>
<groupId>org.eclipse.fx.code.compensator</groupId>
<artifactId>org.eclipse.fx.code.compensator.jdt.runtime.feature</artifactId>
<packaging>eclipse-feature</packaging>
<parent>
<groupId>org.eclipse.fx.code.compensator</groupId>
<artifactId>org.eclipse.fx.code.compensator.jdt.runtime.releng</artifactId>
<relativePath>../org.eclipse.fx.code.compensator.jdt.runtime.releng/pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
</parent>
</project>