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  3e93c2675f215a2d4f6c505497c633c7bb2da818 (commit)
      from  e07a6ed67d111446da1d5e3cbc1a3a9f65e6bd62 (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 3e93c2675f215a2d4f6c505497c633c7bb2da818
Author: Mauro Talevi <[email protected]>
Date:   Mon Nov 15 10:25:06 2010 +0100

    JBEHAVE-388: Support composition of steps via @Composite annotation.

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

Summary of changes:
 .../org/jbehave/examples/trader/TraderStory.java   |    3 +-
 .../examples/trader/steps/CompositeSteps.java      |   29 +++++
 .../stories/{AndStep.java => StepComposition.java} |    2 +-
 .../examples/trader/stories/step_composition.story |    1 +
 .../annotations/{Aliases.java => Composite.java}   |    8 +-
 .../core/steps/MarkUnmatchedStepsAsPending.java    |   58 +++++----
 .../java/org/jbehave/core/steps/StepCandidate.java |   36 ++++++
 .../java/org/jbehave/core/steps/StepCreator.java   |   35 ++++--
 .../main/java/org/jbehave/core/steps/Steps.java    |   36 +++---
 .../MarkUnmatchedStepsAsPendingBehaviour.java      |   39 ++++++
 .../jbehave/core/steps/StepCandidateBehaviour.java |  129 +++++++++++++-------
 11 files changed, 275 insertions(+), 101 deletions(-)
 create mode 100644 
examples/trader/src/main/java/org/jbehave/examples/trader/steps/CompositeSteps.java
 copy 
examples/trader/src/main/java/org/jbehave/examples/trader/stories/{AndStep.java 
=> StepComposition.java} (65%)
 create mode 100644 
examples/trader/src/main/java/org/jbehave/examples/trader/stories/step_composition.story
 copy jbehave-core/src/main/java/org/jbehave/core/annotations/{Aliases.java => 
Composite.java} (79%)


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