[spring-extensions] 02/02: Set Eclipse classpath test bit for test folders.
Ian Young
ian at iay.org.uk
Thu Sep 27 12:01:09 EDT 2018
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=98bd7498fcdaa30fa72015d312331e66ee214da2
commit 98bd7498fcdaa30fa72015d312331e66ee214da2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Sep 21 12:46:19 2018 -0400
Set Eclipse classpath test bit for test folders.
---
.classpath | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.classpath b/.classpath
index fae1a2b..271ce0c 100644
--- a/.classpath
+++ b/.classpath
@@ -13,12 +13,14 @@
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<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">
<attributes>
+ <attribute name="test" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list