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 6be1b7fbd5c5b52703222be25144192c36da603e (commit)
from b7fa1ed825fe06e5a3f5262a3adf69c09c70519a (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 6be1b7fbd5c5b52703222be25144192c36da603e
Author: Mauro Talevi <[email protected]>
Date: Thu Sep 29 19:34:32 2011 +0530
JBEHAVE-607: Added support for implementing steps in scala classes.
-----------------------------------------------------------------------
Summary of changes:
examples/pom.xml | 1 +
examples/scala/pom.xml | 114 ++++++++++++++++++++
.../org/jbehave/examples/scala/ScalaStories.java} | 18 ++--
.../org/jbehave/examples/scala/stories/scala.story | 5 +
examples/scala/src/main/scala/Ladder.scala | 20 ++++
{jbehave-pico => jbehave-scala}/pom.xml | 17 ++--
.../core/configuration/scala/ScalaContext.java | 72 ++++++++++++
.../core/steps/scala/ScalaStepsFactory.java | 10 +-
pom.xml | 1 +
9 files changed, 237 insertions(+), 21 deletions(-)
create mode 100755 examples/scala/pom.xml
copy
examples/{groovy/src/main/java/org/jbehave/examples/groovy/GroovyStories.java
=> scala/src/main/java/org/jbehave/examples/scala/ScalaStories.java} (58%)
create mode 100644
examples/scala/src/main/java/org/jbehave/examples/scala/stories/scala.story
create mode 100644 examples/scala/src/main/scala/Ladder.scala
copy {jbehave-pico => jbehave-scala}/pom.xml (50%)
create mode 100755
jbehave-scala/src/main/java/org/jbehave/core/configuration/scala/ScalaContext.java
copy
jbehave-groovy/src/main/java/org/jbehave/core/steps/groovy/GroovyStepsFactory.java
=>
jbehave-scala/src/main/java/org/jbehave/core/steps/scala/ScalaStepsFactory.java
(69%)
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>