mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00
13 lines
620 B
XML
13 lines
620 B
XML
![]() |
<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>
|