This is an automated email from the git hooks/post-receive script. eugene-guest pushed a commit to annotated tag OpenBSD in repository testng.
commit 2fc56c50d3a6470c5db3925dc595f3f95fa26691 Author: cguillaume <[email protected]> Date: Sun May 10 11:08:55 2015 -0700 put default stage value in dtd --- src/main/resources/testng-1.0.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/testng-1.0.dtd b/src/main/resources/testng-1.0.dtd index cab3df5..aea40cc 100755 --- a/src/main/resources/testng-1.0.dtd +++ b/src/main/resources/testng-1.0.dtd @@ -65,7 +65,7 @@ Cedric Beust & Alexandru Popescu verbose CDATA #IMPLIED parallel (false | methods | tests | classes | instances) "false" parent-module CDATA #IMPLIED - guice-stage (DEVELOPMENT | PRODUCTION | TOOL) #IMPLIED + guice-stage (DEVELOPMENT | PRODUCTION | TOOL) "DEVELOPMENT" configfailurepolicy (skip | continue) "skip" thread-count CDATA "5" annotations CDATA #IMPLIED -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

