[xmlsectool] branch master updated: Mark test folders for Eclipse.
Scott Cantor
cantor.2 at osu.edu
Thu Sep 27 12:09:09 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository xmlsectool.
View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=43e1a75bfcf92dd6cc7748a2273ff920f922cc63
The following commit(s) were added to refs/heads/master by this push:
new 43e1a75 Mark test folders for Eclipse.
43e1a75 is described below
commit 43e1a75bfcf92dd6cc7748a2273ff920f922cc63
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 27 12:09:06 2018 -0400
Mark test folders for Eclipse.
---
.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