xtext-core/org.eclipse.xtext.testlanguages/pom.xml

13 lines
620 B
XML
Raw Permalink Normal View History

<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>
<groupId>org.eclipse.xtext</groupId>
<artifactId>org.eclipse.xtext.tycho.plugin.parent</artifactId>
<version>2.19.0-SNAPSHOT</version>
<relativePath>../../xtext-eclipse/releng/org.eclipse.xtext.tycho.plugin.parent</relativePath>
</parent>
<artifactId>org.eclipse.xtext.testlanguages</artifactId>
<packaging>eclipse-plugin</packaging>
</project>