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  3f92ce1de1f45ebc3065448b6759336d5b432125 (commit)
       via  2cd15e000ab12db3de2bd7db2836200223949eb3 (commit)
      from  aec2479026a3284c705a9294d7d80ff9feba8513 (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 3f92ce1de1f45ebc3065448b6759336d5b432125
Author: Mauro Talevi <[email protected]>
Date:   Wed Aug 18 15:57:53 2010 +0200

    Renamed CandidateStep to StepCandidate for better clarity.   It highlights 
the candidate nature over the step nature of the class.  Being an internal 
class it does not affect any functionality.

commit 2cd15e000ab12db3de2bd7db2836200223949eb3
Author: Mauro Talevi <[email protected]>
Date:   Wed Aug 18 14:18:02 2010 +0200

    Moved PrioritisingStrategy to live in StepFinder like its implementations.

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

Summary of changes:
 distribution/src/site/content/candidate-steps.html |   99 +++--
 distribution/src/site/content/configuration.html   |    3 +-
 distribution/src/site/content/examples-table.html  |    2 +-
 distribution/src/site/content/finding-steps.html   |   26 +-
 distribution/src/site/content/getting-started.html |    2 +-
 .../src/site/content/parameter-converters.html     |    4 +-
 .../src/site/content/parameter-injection.html      |    2 +-
 .../src/site/content/prioritising-steps.html       |   35 +-
 .../src/site/content/priotising-steps.html         |   33 --
 .../org/jbehave/core/steps/CandidateSteps.java     |   10 +-
 .../core/steps/MarkUnmatchedStepsAsPending.java    |    9 +-
 .../jbehave/core/steps/PrioritisingStrategy.java   |   11 -
 .../{CandidateStep.java => StepCandidate.java}     |   14 +-
 .../java/org/jbehave/core/steps/StepFinder.java    |  129 ++++--
 .../main/java/org/jbehave/core/steps/Stepdoc.java  |   94 ++--
 .../main/java/org/jbehave/core/steps/Steps.java    |  457 ++++++++++----------
 .../core/embedder/StoryRunnerBehaviour.java        |   42 +--
 .../MarkUnmatchedStepsAsPendingBehaviour.java      |   30 +-
 ...pBehaviour.java => StepCandidateBehaviour.java} |  144 +++---
 .../org/jbehave/core/steps/StepsBehaviour.java     |   97 ++---
 20 files changed, 622 insertions(+), 621 deletions(-)
 delete mode 100644 distribution/src/site/content/priotising-steps.html
 delete mode 100644 
jbehave-core/src/main/java/org/jbehave/core/steps/PrioritisingStrategy.java
 rename jbehave-core/src/main/java/org/jbehave/core/steps/{CandidateStep.java 
=> StepCandidate.java} (92%)
 rename 
jbehave-core/src/test/java/org/jbehave/core/steps/{CandidateStepBehaviour.java 
=> StepCandidateBehaviour.java} (72%)


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