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-osgi".

The branch, master has been updated
       via  7a50a0c25154235f7410fdc1110f1c1f253e4023 (commit)
       via  c3c83d15d367ba0e6ecd8ae36a8c254ac510d7d2 (commit)
       via  21dbac0e074bf5efeb26bafe8085833b4a530703 (commit)
       via  cdd87eb39a15f49d8011a1e312709bec64cbdbde (commit)
       via  fe77632874e046f35a4f5f9b13d5ce74a182e98e (commit)
      from  d8233fe7083c5e979e6e6f04d400b685c218f729 (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 7a50a0c25154235f7410fdc1110f1c1f253e4023
Author: Cristiano Gavião <cvgav...@gmail.com>
Date:   Mon Feb 20 16:33:34 2012 -0300

    added a jbehave maven integration test project.

commit c3c83d15d367ba0e6ecd8ae36a8c254ac510d7d2
Author: Cristiano Gavião <cvgav...@gmail.com>
Date:   Mon Feb 20 16:32:47 2012 -0300

    fixed integration tests.

commit 21dbac0e074bf5efeb26bafe8085833b4a530703
Author: Cristiano Gavião <cvgav...@gmail.com>
Date:   Mon Feb 20 16:32:30 2012 -0300

    updated target platform files.

commit cdd87eb39a15f49d8011a1e312709bec64cbdbde
Author: Cristiano Gavião <cvgav...@gmail.com>
Date:   Mon Feb 20 16:31:47 2012 -0300

    fixed vaadin application.

commit fe77632874e046f35a4f5f9b13d5ce74a182e98e
Author: Cristiano Gavião <cvgav...@gmail.com>
Date:   Mon Feb 20 16:31:02 2012 -0300

    updated launchers.

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

Summary of changes:
 .../Jbehave Maven TaskWeb Embedder Run.launch      |   10 +-
 .../TaskWeb Authentication Story.launch            |    4 +-
 .../TaskWeb Equinox Check Story.launch             |   13 +-
 .../build_jbehave-osgi_example_taskweb.launch      |    2 +-
 .../server.equinox.vaadin.product.launch           |    6 +-
 .../META-INF/MANIFEST.MF                           |   18 +-
 .../pom.xml                                        |   40 +-
 .../embedders/EquinoxServerAnnotatedEmbedder.java  |    2 +
 .../TaskManagerApplicationAnnotatedEmbedder.java   |    8 +-
 .../pages/AbstractTaskWebPage.java                 |   61 +-
 .../pages/AuthenticatedHomePage.java               |   11 -
 .../taskweb/integration_tests/pages/Home.java      |   18 -
 .../taskweb/integration_tests/pages/HomePage.java  |   37 +
 .../taskweb/integration_tests/pages/LoginPage.java |   31 +-
 .../pages/TaskManagementPage.java                  |   40 +
 .../pages/TaskWebPageFactory.java                  |   13 +-
 .../steps/AuthenticationSteps.java                 |   80 +-
 .../ensure_proper_role_authentication.story        |   45 +-
 ...rg.jbehave.osgi.examples.taskweb.stories.launch |   20 +
 .../pom.xml                                        |   71 +
 .../TaskManagerApplicationAnnotatedEmbedder.java   |   61 +-
 .../ensure_proper_role_authentication.story        |   46 +
 .../taskweb_indigo_building_pde.target             |   20 +-
 .../taskweb_indigo_building_tycho.target           |  118 ++-
 .../theme/VAADIN/themes/cvgaviao/css/bubbles.css   | 1395 --------------------
 .../theme/VAADIN/themes/cvgaviao/favicon.ico       |  Bin 0 -> 766 bytes
 .../theme/VAADIN/themes/cvgaviao/styles.css        |   13 +-
 .../AbstractAuthenticatedCommonPage.java           |   36 +-
 .../examples/taskweb/application/HomePage.java     |  202 ++--
 .../taskweb/application/LoginComponent.java        |  256 ++++
 .../taskweb/application/LoginSubWindow.java        |  148 ++-
 .../taskweb/application/TaskManagementPage.java    |    5 +-
 .../taskweb/application/TaskManagerApp.java        |  156 ++--
 33 files changed, 1143 insertions(+), 1843 deletions(-)
 copy eclipse_launchers/clean_jbehave-osgi_equinox.launch => 
jbehave-osgi-examples/eclipse_launchers/Jbehave Maven TaskWeb Embedder 
Run.launch (69%)
 delete mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/org/jbehave/osgi/examples/taskweb/integration_tests/pages/AuthenticatedHomePage.java
 delete mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/org/jbehave/osgi/examples/taskweb/integration_tests/pages/Home.java
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/org/jbehave/osgi/examples/taskweb/integration_tests/pages/HomePage.java
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/org/jbehave/osgi/examples/taskweb/integration_tests/pages/TaskManagementPage.java
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.stories/org.jbehave.osgi.examples.taskweb.stories.launch
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.stories/pom.xml
 copy 
jbehave-osgi-examples/taskweb/{org.jbehave.osgi.examples.taskweb.integration_tests/src/org/jbehave/osgi/examples/taskweb/integration_tests/embedders
 => 
org.jbehave.osgi.examples.taskweb.stories/src/main/java/org/jbehave/osgi/examples/taskweb/stories}/TaskManagerApplicationAnnotatedEmbedder.java
 (57%)
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.stories/src/main/resources/org/jbehave/osgi/examples/taskweb/stories/ensure_proper_role_authentication.story
 delete mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.theme/theme/VAADIN/themes/cvgaviao/css/bubbles.css
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.theme/theme/VAADIN/themes/cvgaviao/favicon.ico
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.vaadin/src/org/jbehave/osgi/examples/taskweb/application/LoginComponent.java


hooks/post-receive
-- 
jbehave-osgi

<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>
</p>

Reply via email to