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 1501bb0cfaf258737417b08f1c86296f02edff84 (commit) via a3c8bacc74e09268411707f2c11148d8a159b288 (commit) from 6e1a3143e4363f643adbfeb0a8468909460445bd (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 1501bb0cfaf258737417b08f1c86296f02edff84 Author: Mauro Talevi <mauro.tal...@aquilonia.org> Date: Wed Nov 24 20:59:20 2010 +0100 JBEHAVE-234: Added examples of use AnnotatedPathRunner. commit a3c8bacc74e09268411707f2c11148d8a159b288 Author: Mauro Talevi <mauro.tal...@aquilonia.org> Date: Wed Nov 24 20:39:08 2010 +0100 JBEHAVE-234: Added extensions of AnnotatedPathRunner for use with DI containers. ----------------------------------------------------------------------- Summary of changes: .../guice/AnnotatedPathRunnerUsingGuice.java | 4 +- ...Pico.java => AnnotatedPathRunnerUsingPico.java} | 36 ++++++------------ ...ng.java => AnnotatedPathRunnerUsingSpring.java} | 24 +++---------- .../examples/trader/spring/configuration.xml | 2 +- examples/trader/pom.xml | 2 +- ...der.java => TraderAnnotatedEmbedderRunner.java} | 12 +++--- ...mbedder.java => TraderAnnotatedPathRunner.java} | 39 ++++++++------------ .../org/jbehave/examples/trader/TraderStory.java | 2 +- .../core/junit/guice/GuiceAnnotatedPathRunner.java | 21 +++++++++++ .../core/junit/pico/PicoAnnotatedPathRunner.java | 21 +++++++++++ .../junit/spring/SpringAnnotatedPathRunner.java | 21 +++++++++++ 11 files changed, 106 insertions(+), 78 deletions(-) copy examples/trader-pico/src/main/java/org/jbehave/examples/trader/pico/{AnnotatedEmbedderUsingPico.java => AnnotatedPathRunnerUsingPico.java} (81%) copy examples/trader-spring/src/main/java/org/jbehave/examples/trader/spring/{AnnotatedEmbedderUsingSpring.java => AnnotatedPathRunnerUsingSpring.java} (56%) copy examples/trader/src/main/java/org/jbehave/examples/trader/{AnnotatedTraderEmbedder.java => TraderAnnotatedEmbedderRunner.java} (87%) rename examples/trader/src/main/java/org/jbehave/examples/trader/{AnnotatedTraderEmbedder.java => TraderAnnotatedPathRunner.java} (73%) create mode 100644 jbehave-guice/src/main/java/org/jbehave/core/junit/guice/GuiceAnnotatedPathRunner.java create mode 100644 jbehave-pico/src/main/java/org/jbehave/core/junit/pico/PicoAnnotatedPathRunner.java create mode 100644 jbehave-spring/src/main/java/org/jbehave/core/junit/spring/SpringAnnotatedPathRunner.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>