hacks for jdt tests

This commit is contained in:
Julian Dolby 2015-04-06 14:41:47 -04:00
parent 699ef371bc
commit 95f1711280
1 changed files with 5 additions and 4 deletions

View File

@ -63,11 +63,12 @@
<profiles>
<profile>
<id>macosx</id>
<id>linux</id>
<activation>
<os>
<family>unix</family>
</os>
<os>
<family>unix</family>
<name>Linux</name>
</os>
</activation>
<build>
<plugins>