This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "jbehave-core".
The branch, master has been updated
via 5592982df3abce56d6057f3ef30727b2ffde2e37 (commit)
from 0292b73d513e7baf6cb5164b73e752ba33528cd5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5592982df3abce56d6057f3ef30727b2ffde2e37
Author: Mauro Talevi <[email protected]>
Date: Tue Jun 21 15:10:56 2011 +0200
JBEHAVE-540: Renamed reporter to ANSIConsoleOutput to better reflect the
more generic nature of ANSI code decoration.
-----------------------------------------------------------------------
Summary of changes:
.../org/jbehave/examples/groovy/GroovyStories.java | 10 +-
.../java/org/jbehave/core/reporters/ANSIColor.java | 44 -------
.../jbehave/core/reporters/ANSIConsoleOutput.java | 126 ++++++++++++++++++++
.../core/reporters/ColoredConsoleOutput.java | 80 -------------
.../java/org/jbehave/core/reporters/Format.java | 4 +-
.../core/reporters/ANSIConsoleOutputBehaviour.java | 73 +++++++++++
.../reporters/ColoredConsoleOutputBehaviour.java | 82 -------------
7 files changed, 206 insertions(+), 213 deletions(-)
delete mode 100644
jbehave-core/src/main/java/org/jbehave/core/reporters/ANSIColor.java
create mode 100644
jbehave-core/src/main/java/org/jbehave/core/reporters/ANSIConsoleOutput.java
delete mode 100644
jbehave-core/src/main/java/org/jbehave/core/reporters/ColoredConsoleOutput.java
create mode 100644
jbehave-core/src/test/java/org/jbehave/core/reporters/ANSIConsoleOutputBehaviour.java
delete mode 100644
jbehave-core/src/test/java/org/jbehave/core/reporters/ColoredConsoleOutputBehaviour.java
hooks/post-receive
--
jbehave-core
<hr/>
<p>
To unsubscribe from this list please visit:
</p>
<p>
<a
href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a>