[spring-extensions] branch maint-5 updated: Set Eclipse classpath test bit for test folders.

Scott Cantor cantor.2 at osu.edu
Fri Sep 21 12:46:21 EDT 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-5
in repository spring-extensions.

View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=b1af6f236eedaaeba7136929fbf13ab7f825ada4

The following commit(s) were added to refs/heads/maint-5 by this push:
       new  b1af6f2   Set Eclipse classpath test bit for test folders.
b1af6f2 is described below

commit b1af6f236eedaaeba7136929fbf13ab7f825ada4
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 e43402f..794ca6d 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