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  137515b9e9717d666753cf3fda61656cc2abb843 (commit)
       via  39a10879a53d3fbdfa8918b12abcf9e13dff78f2 (commit)
       via  603ee856d8da5a3b38308ad359d3437c8122a9f5 (commit)
       via  f1a64321bf5d51a7c27bd1b753f7c47bb7607b41 (commit)
      from  5908271b1c2aa1bacb95c15433d9bd96e8fe076b (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 137515b9e9717d666753cf3fda61656cc2abb843
Author: Mauro Talevi <[email protected]>
Date:   Sun Oct 17 13:58:13 2010 +0200

    JBEHAVE-365: Added doc page on using groovy.

commit 39a10879a53d3fbdfa8918b12abcf9e13dff78f2
Author: Mauro Talevi <[email protected]>
Date:   Sun Oct 17 13:50:21 2010 +0200

    JBEHAVE-365: Added example of using StoryFinder to lookup groovy resources.

commit 603ee856d8da5a3b38308ad359d3437c8122a9f5
Author: Mauro Talevi <[email protected]>
Date:   Sun Oct 17 13:29:30 2010 +0200

    JBEHAVE-365: Added unit testing of GroovyStepsFactory.

commit f1a64321bf5d51a7c27bd1b753f7c47bb7607b41
Author: Mauro Talevi <[email protected]>
Date:   Sun Oct 17 12:09:23 2010 +0200

    JBEHAVE-365:  Created jbehave-groovy module with GroovyStepsFactory.

-----------------------------------------------------------------------

Summary of changes:
 distribution/src/site/content/sitemap.xml          |    1 +
 distribution/src/site/content/using-groovy.html    |   76 ++++++++++++++++++++
 examples/pom.xml                                   |    2 +-
 examples/trader-groovy/pom.xml                     |    6 +-
 .../examples/groovy/TraderGroovyStories.java       |   46 +++---------
 {jbehave-ant => jbehave-groovy}/pom.xml            |   14 ++--
 .../core/steps/groovy/GroovyStepsFactory.java      |   59 +++++++++++++++
 .../steps/groovy/GroovyStepsFactoryBehaviour.java  |   36 +++++++++
 .../core/steps/groovy/annotatedSteps.groovy        |    2 +-
 .../jbehave/core/steps/groovy/invalidSteps.groovy  |    7 ++
 .../core/steps/groovy/notAnnotatedSteps.groovy     |   17 +++++
 pom.xml                                            |    1 +
 12 files changed, 221 insertions(+), 46 deletions(-)
 create mode 100644 distribution/src/site/content/using-groovy.html
 copy {jbehave-ant => jbehave-groovy}/pom.xml (52%)
 create mode 100644 
jbehave-groovy/src/main/java/org/jbehave/core/steps/groovy/GroovyStepsFactory.java
 create mode 100644 
jbehave-groovy/src/test/java/org/jbehave/core/steps/groovy/GroovyStepsFactoryBehaviour.java
 copy 
examples/trader-groovy/src/main/groovy/org/jbehave/examples/groovy/steps/ExampleGroovySteps.groovy
 => 
jbehave-groovy/src/test/java/org/jbehave/core/steps/groovy/annotatedSteps.groovy
 (94%)
 create mode 100644 
jbehave-groovy/src/test/java/org/jbehave/core/steps/groovy/invalidSteps.groovy
 create mode 100644 
jbehave-groovy/src/test/java/org/jbehave/core/steps/groovy/notAnnotatedSteps.groovy


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>

Reply via email to