mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[build config] integrated '...testlanguages.ide' into tycho build, added it to '...xtext.tests.feature'
Signed-off-by: Christian Schneider <christian.schneider@itemis.de>
This commit is contained in:
parent
7f699c85c8
commit
cd118f791f
1 changed files with 14 additions and 0 deletions
14
tests/org.eclipse.xtext.testlanguages.ide/pom.xml
Normal file
14
tests/org.eclipse.xtext.testlanguages.ide/pom.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<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>
|
||||
<parent>
|
||||
<groupId>org.eclipse.xtext</groupId>
|
||||
<artifactId>org.eclipse.xtext.tycho.parent</artifactId>
|
||||
<version>2.9.0-SNAPSHOT</version>
|
||||
<relativePath>../../maven/org.eclipse.xtext.tycho.parent</relativePath>
|
||||
</parent>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
||||
<groupId>org.eclipse.xtext</groupId>
|
||||
<artifactId>org.eclipse.xtext.testlanguages.ide</artifactId>
|
||||
</project>
|
Loading…
Reference in a new issue