Classpath inclusion/exclusion rules changed by buildship import

Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
This commit is contained in:
Karsten Thoms 2016-11-29 15:32:57 +01:00
parent 4b5bcc1d6f
commit c4ba710623
3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@
<attribute name="FROM_GRADLE_MODEL" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="suites">
<classpathentry including="**/*.java|**/*.xtend" kind="src" path="suites">
<attributes>
<attribute name="FROM_GRADLE_MODEL" value="true"/>
</attributes>

View file

@ -10,7 +10,7 @@
<attribute name="FROM_GRADLE_MODEL" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="resources">
<classpathentry excluding="**/*.java|**/*.xtend|**/*.xtendbin|**/*._trace" kind="src" path="resources">
<attributes>
<attribute name="FROM_GRADLE_MODEL" value="true"/>
</attributes>

View file

@ -22,7 +22,7 @@
<attribute name="FROM_GRADLE_MODEL" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="packrat">
<classpathentry including="**/*.java|**/*.xtend" kind="src" path="packrat">
<attributes>
<attribute name="FROM_GRADLE_MODEL" value="true"/>
</attributes>