2016-11-23 13:36:33 +00:00
|
|
|
<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/maven-v4_0_0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>xtext-core.target</artifactId>
|
|
|
|
<packaging>eclipse-target-definition</packaging>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.eclipse.xtext</groupId>
|
|
|
|
<artifactId>xtext-core.releng</artifactId>
|
2018-05-22 21:46:05 +00:00
|
|
|
<version>2.15.0-SNAPSHOT</version>
|
2016-11-23 13:36:33 +00:00
|
|
|
<relativePath>..</relativePath>
|
|
|
|
</parent>
|
|
|
|
</project>
|