mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 00:38:56 +00:00
[mvn] Tycho build + tests passed
This commit is contained in:
parent
84455e77dd
commit
bbc30fccfd
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
<version>IT-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.xtext.testlanguages</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
</properties>
|
||||
<build>
|
||||
<resources>
|
||||
<!-- Add XMI and other to bin jar -->
|
||||
|
|
Loading…
Reference in a new issue