Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Villiger2019-08-07 16:20:32 +0000
committerMatthias Villiger2019-08-07 16:22:47 +0000
commitfaadee7d54a53db5e5d984d2bbb181421b47ec86 (patch)
tree7d9432350826d12807d404c8f5c5a926379448d6
parent5f7eef8d71d19370bd024be3b5b8725b3d97dcc3 (diff)
downloadorg.eclipse.scout.sdk-faadee7d54a53db5e5d984d2bbb181421b47ec86.tar.gz
org.eclipse.scout.sdk-faadee7d54a53db5e5d984d2bbb181421b47ec86.tar.xz
org.eclipse.scout.sdk-faadee7d54a53db5e5d984d2bbb181421b47ec86.zip
Update Eclipse meta data
-rw-r--r--org.eclipse.scout.sdk.core.s.test/.classpath8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.scout.sdk.core.s.test/.classpath b/org.eclipse.scout.sdk.core.s.test/.classpath
index 418b2673d..635dc4b25 100644
--- a/org.eclipse.scout.sdk.core.s.test/.classpath
+++ b/org.eclipse.scout.sdk.core.s.test/.classpath
@@ -13,23 +13,23 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
- <classpathentry kind="src" output="target/test-classes" path="src/test/shared">
+ <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="test" value="true"/>
- <attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
- <classpathentry kind="src" output="target/test-classes" path="src/test/client">
+ <classpathentry kind="src" output="target/test-classes" path="src/test/shared">
<attributes>
<attribute name="test" value="true"/>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
- <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
+ <classpathentry kind="src" output="target/test-classes" path="src/test/client">
<attributes>
<attribute name="test" value="true"/>
+ <attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>

Back to the top