[java-support] branch maint-7 updated: Set Eclipse classpath test bit for test folders.

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


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

scantor pushed a commit to branch maint-7
in repository java-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=c76c879c327ea1842f5ea23c5ddf0c01945c0ca1

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

commit c76c879c327ea1842f5ea23c5ddf0c01945c0ca1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Sep 21 12:45:31 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