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  2d98e1a6d58ac2d083567275b1afa0aea6b22594 (commit)
       via  b281a7113d81f5d7d977f4055b6238e838fdad42 (commit)
       via  69f960c233335b552aaa32f22b13876d9fa2ae64 (commit)
      from  1981cbbf1418d71e7ddac911d14f9da573a57d56 (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 2d98e1a6d58ac2d083567275b1afa0aea6b22594
Author: Cristiano Gavião <[email protected]>
Date:   Sat Feb 11 23:51:12 2012 -0300

    using jbehave snapshot

commit b281a7113d81f5d7d977f4055b6238e838fdad42
Author: Cristiano Gavião <[email protected]>
Date:   Sat Feb 11 23:38:49 2012 -0300

    moved examples to tycho 0.14.0

commit 69f960c233335b552aaa32f22b13876d9fa2ae64
Author: Cristiano Gavião <[email protected]>
Date:   Sat Feb 11 23:36:13 2012 -0300

    complete taskweb example.

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

Summary of changes:
 ...jbehave-osgi_example_rcpmail_skip_tests.launch} |    0
 ...jbehave-osgi_example_taskweb_skip_tests.launch} |    2 +-
 .../server.equinox.vaadin.product.launch           |   36 +
 jbehave-osgi-examples/pom.xml                      |   13 +
 jbehave-osgi-examples/rcpmail/pom.xml              |    2 -
 .../META-INF/MANIFEST.MF                           |    2 +-
 .../pom.xml                                        |    2 +-
 .../feature.xml                                    |   14 +-
 .../pom.xml                                        |    2 +-
 .../META-INF/MANIFEST.MF                           |   13 +-
 .../pom.xml                                        |    2 +-
 .../TaskManagerApplicationAnnotatedEmbedder.java   |  105 --
 .../vaadin_shiro/it/pages/AuthenticatedHome.java   |   11 -
 .../examples/vaadin_shiro/it/pages/Login.java      |   11 -
 .../vaadin_shiro/it/pages/PageFactory.java         |   33 -
 .../vaadin_shiro/it/steps/AuthenticationSteps.java |    5 -
 .../vaadin_shiro/it/steps/LifecycleSteps.java      |   22 -
 .../src/log4j.xml                                  |   35 -
 .../embedders/EquinoxServerAnnotatedEmbedder.java  |   18 +-
 .../TaskManagerApplicationAnnotatedEmbedder.java   |  155 +++
 .../pages/AbstractTaskWebPage.java                 |   45 +
 .../pages/AuthenticatedHomePage.java               |   11 +
 .../taskweb/integration_tests/pages/Home.java      |   18 +
 .../taskweb/integration_tests/pages/LoginPage.java |   15 +
 .../pages/TaskWebPageFactory.java                  |   27 +
 .../steps/AbstractTaskWebSteps.java                |   20 +
 .../steps/AuthenticationSteps.java                 |   43 +
 .../steps/EquinoxVerificationSteps.java            |    2 +-
 .../ensure_proper_role_authentication.story        |   27 +-
 .../pom.xml                                        |    2 +-
 .../server.equinox.vaadin.product                  |    4 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 .../data/jaas_config.txt                           |   11 -
 .../pom.xml                                        |    2 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 .../pom.xml                                        |    2 +-
 .../shiro.ini                                      |   10 +-
 .../pom.xml                                        |    2 +-
 .../taskweb_indigo_building_pde.target             |   15 +-
 .../taskweb_indigo_building_tycho.target           |  294 +----
 .../taskweb_indigo_local_p2.target                 |   20 +
 .../META-INF/MANIFEST.MF                           |    9 +-
 .../build.properties                               |    4 +-
 .../pom.xml                                        |    2 +-
 .../theme/VAADIN/themes/cvgaviao/css/bubbles.css   | 1395 ++++++++++++++++++++
 .../cvgaviao/icons/application_view_columns.png    |  Bin 0 -> 493 bytes
 .../VAADIN/themes/cvgaviao/icons/color_swatch.png  |  Bin 0 -> 209 bytes
 .../theme/VAADIN/themes/cvgaviao/icons/disk.png    |  Bin 0 -> 620 bytes
 .../theme/VAADIN/themes/cvgaviao/icons/folder.png  |  Bin 0 -> 537 bytes
 .../theme/VAADIN/themes/cvgaviao/icons/package.png |  Bin 0 -> 853 bytes
 .../theme/VAADIN/themes/cvgaviao/icons/printer.png |  Bin 0 -> 731 bytes
 .../theme/VAADIN/themes/cvgaviao/img/hawk.jpg      |  Bin 0 -> 28926 bytes
 .../theme/VAADIN/themes/cvgaviao/styles.css        |   41 +
 .../vaadin-chameleon-theme-1.1.0.jar               |  Bin 67423 -> 0 bytes
 .../META-INF/MANIFEST.MF                           |    2 +-
 .../OSGI-INF/test-vaadin.xml                       |    2 +-
 .../pom.xml                                        |    2 +-
 .../AbstractAuthenticatedCommonPage.java           |  137 ++
 .../application/AuthenticatedMainScreen.java       |   62 -
 .../osgi/examples/taskweb/application/Header.java  |   33 -
 .../examples/taskweb/application/HomePage.java     |  203 +++
 .../examples/taskweb/application/LoginScreen.java  |  116 --
 .../taskweb/application/LoginSubWindow.java        |  105 ++
 .../taskweb/application/TaskManagementPage.java    |  130 ++
 .../taskweb/application/TaskManagerApp.java        |  171 ++-
 jbehave-osgi-examples/taskweb/pom.xml              |   21 +-
 pom.xml                                            |    4 +-
 67 files changed, 2613 insertions(+), 883 deletions(-)
 rename 
jbehave-osgi-examples/eclipse_launchers/{build_jbehave-osgi_example_rcpmail_skiping_tests.launch
 => build_jbehave-osgi_example_rcpmail_skip_tests.launch} (100%)
 copy 
jbehave-osgi-examples/eclipse_launchers/{build_jbehave-osgi_example_taskweb.launch
 => build_jbehave-osgi_example_taskweb_skip_tests.launch} (94%)
 create mode 100644 
jbehave-osgi-examples/eclipse_launchers/server.equinox.vaadin.product.launch
 delete mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/com/c4biz/osgiutils/examples/vaadin_shiro/it/embedders/TaskManagerApplicationAnnotatedEmbedder.java
 delete mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/com/c4biz/osgiutils/examples/vaadin_shiro/it/pages/AuthenticatedHome.java
 delete mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/com/c4biz/osgiutils/examples/vaadin_shiro/it/pages/Login.java
 delete mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/com/c4biz/osgiutils/examples/vaadin_shiro/it/pages/PageFactory.java
 delete mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/com/c4biz/osgiutils/examples/vaadin_shiro/it/steps/AuthenticationSteps.java
 delete mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/com/c4biz/osgiutils/examples/vaadin_shiro/it/steps/LifecycleSteps.java
 delete mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/log4j.xml
 rename 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/{com/c4biz/osgiutils/examples/vaadin_shiro/it
 => 
org/jbehave/osgi/examples/taskweb/integration_tests}/embedders/EquinoxServerAnnotatedEmbedder.java
 (75%)
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/org/jbehave/osgi/examples/taskweb/integration_tests/embedders/TaskManagerApplicationAnnotatedEmbedder.java
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/org/jbehave/osgi/examples/taskweb/integration_tests/pages/AbstractTaskWebPage.java
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/org/jbehave/osgi/examples/taskweb/integration_tests/pages/AuthenticatedHomePage.java
 create 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/LoginPage.java
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/org/jbehave/osgi/examples/taskweb/integration_tests/pages/TaskWebPageFactory.java
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/org/jbehave/osgi/examples/taskweb/integration_tests/steps/AbstractTaskWebSteps.java
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/org/jbehave/osgi/examples/taskweb/integration_tests/steps/AuthenticationSteps.java
 rename 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/{com/c4biz/osgiutils/examples/vaadin_shiro/it
 => 
org/jbehave/osgi/examples/taskweb/integration_tests}/steps/EquinoxVerificationSteps.java
 (95%)
 delete mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.server/data/jaas_config.txt
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.target/taskweb_indigo_local_p2.target
 create 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/icons/application_view_columns.png
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.theme/theme/VAADIN/themes/cvgaviao/icons/color_swatch.png
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.theme/theme/VAADIN/themes/cvgaviao/icons/disk.png
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.theme/theme/VAADIN/themes/cvgaviao/icons/folder.png
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.theme/theme/VAADIN/themes/cvgaviao/icons/package.png
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.theme/theme/VAADIN/themes/cvgaviao/icons/printer.png
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.theme/theme/VAADIN/themes/cvgaviao/img/hawk.jpg
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.theme/theme/VAADIN/themes/cvgaviao/styles.css
 delete mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.theme/vaadin-chameleon-theme-1.1.0.jar
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.vaadin/src/org/jbehave/osgi/examples/taskweb/application/AbstractAuthenticatedCommonPage.java
 delete mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.vaadin/src/org/jbehave/osgi/examples/taskweb/application/AuthenticatedMainScreen.java
 delete mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.vaadin/src/org/jbehave/osgi/examples/taskweb/application/Header.java
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.vaadin/src/org/jbehave/osgi/examples/taskweb/application/HomePage.java
 delete mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.vaadin/src/org/jbehave/osgi/examples/taskweb/application/LoginScreen.java
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.vaadin/src/org/jbehave/osgi/examples/taskweb/application/LoginSubWindow.java
 create mode 100644 
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.vaadin/src/org/jbehave/osgi/examples/taskweb/application/TaskManagementPage.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