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 5a26592ba1434f96cf9339fd9dd6c891473fd748 (commit)
via eaa0290c9b4f9d4429593d33fd160f9222aefea7 (commit)
via 5db6f1adad1016d3f2264870642535c055c8f143 (commit)
via 7473729a4334b7c6f9ca86736cce7aeebda7f17e (commit)
via 14c03c3a117fd2c6f9710d8a33518f8fd30a04ec (commit)
from 5681674bb0065696450966c4cca0a0b5f42a02dc (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 5a26592ba1434f96cf9339fd9dd6c891473fd748
Author: Cristiano GaviaÌo <[email protected]>
Date: Mon Feb 6 18:39:24 2012 -0300
added taskweb vaadin-osgi example.
commit eaa0290c9b4f9d4429593d33fd160f9222aefea7
Author: Cristiano GaviaÌo <[email protected]>
Date: Mon Feb 6 18:38:42 2012 -0300
added selenium osgi configuration.
commit 5db6f1adad1016d3f2264870642535c055c8f143
Author: Cristiano GaviaÌo <[email protected]>
Date: Mon Feb 6 18:38:10 2012 -0300
commented RCPmail example.
commit 7473729a4334b7c6f9ca86736cce7aeebda7f17e
Author: Cristiano GaviaÌo <[email protected]>
Date: Mon Feb 6 18:37:10 2012 -0300
removed examples project from main pom.
moved launchers to examples project.
commit 14c03c3a117fd2c6f9710d8a33518f8fd30a04ec
Author: Cristiano GaviaÌo <[email protected]>
Date: Mon Feb 6 18:34:35 2012 -0300
added test project to jbehave-osgi-service.
-----------------------------------------------------------------------
Summary of changes:
.../META-INF/MANIFEST.MF | 2 +-
.../org.jbehave.osgi.equinox.commands.test/pom.xml | 6 +-
.../META-INF/MANIFEST.MF | 12 +
.../build.properties | 0
.../pom.xml | 8 +-
...st for RCPmail with SWTBot using Jbehave.launch | 0
.../PDE Junit test for RCPmail with SWTBot.launch | 0
.../build_jbehave-osgi_example_rcpmail.launch | 2 +-
...ehave-osgi_example_rcpmail_skiping_tests.launch | 2 +-
.../build_jbehave-osgi_example_taskweb.launch | 4 +-
...ehave-osgi_example_trader_manifest-first.launch | 2 +-
...ild_jbehave-osgi_examples_manifest-first.launch | 2 +-
.../build_jbehave-osgi_examples_pom-first.launch | 2 +-
...ll_jbehave-osgi_example_trader_pom-first.launch | 2 +-
.../install_jbehave-osgi_examples_pom-first.launch | 2 +-
jbehave-osgi-examples/pom.xml | 14 +
.../{MyFirstTest.java => MyFirstSwtBotTest.java} | 2 +-
.../stories/embedder/RCPmailAnnotatedEmbedder.java | 84 ++--
.../META-INF/MANIFEST.MF | 19 +
.../OSGI-INF/l10n/bundle.properties | 8 +
.../OSGI-INF/test-vaadin.xml | 6 +
.../build.properties | 2 +-
.../pom.xml | 13 +-
.../application/AuthenticatedMainScreen.java | 62 +++
.../osgi/examples/taskweb/application/Header.java | 33 ++
.../examples/taskweb/application/LoginScreen.java | 116 ++++
.../taskweb/application/TaskManagerApp.java | 188 +++++++
.../META-INF/MANIFEST.MF | 8 +-
.../OSGI-INF/l10n/bundle.properties | 8 +
.../build.properties | 7 +
.../org.eclipse.equinox.http.jetty.config_.cfg | 1 +
.../pom.xml | 11 +-
.../build.properties | 0
.../feature.properties | 8 +
.../feature.xml | 78 +++
.../pom.xml | 17 +-
.../.gitignore | 0
.../META-INF/MANIFEST.MF | 14 +
.../build.properties | 0
.../pom.xml | 55 +--
.../embedders/EquinoxServerAnnotatedEmbedder.java} | 32 +-
.../TaskManagerApplicationAnnotatedEmbedder.java} | 48 +-
.../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 +
.../it/steps/EquinoxVerificationSteps.java | 5 +
.../vaadin_shiro/it/steps/LifecycleSteps.java | 22 +
.../src/log4j.xml | 0
.../ensure_proper_role_authentication.story | 28 +
.../icons/alt_about.gif | Bin 0 -> 9340 bytes
.../icons/alt_launcher.icns | Bin 0 -> 51159 bytes
.../icons/alt_launcher.ico | Bin 0 -> 26694 bytes
.../icons/alt_launcher.xpm | 307 +++++++++++
.../icons/alt_window_16.gif | Bin 0 -> 637 bytes
.../icons/alt_window_32.gif | Bin 0 -> 1192 bytes
.../pom.xml | 31 +-
.../server.equinox.vaadin.product} | 29 +-
.../META-INF/MANIFEST.MF | 12 +
.../OSGI-INF/l10n/bundle.properties | 8 +
.../build.properties | 0
.../data/jaas_config.txt | 11 +
.../plugin.xml | 15 +-
.../pom.xml | 9 +-
.../examples/taskweb/server/EquinoxServer.java} | 11 +-
.../META-INF/MANIFEST.MF | 8 +
.../OSGI-INF/l10n/bundle.properties | 8 +
.../build.properties | 1 +
.../pom.xml | 9 +-
.../shiro.ini | 12 +
.../pom.xml | 15 +-
.../taskweb_indigo_building_pde.target | 22 +
.../taskweb_indigo_building_tycho.target | 559 +++++++++-----------
.../META-INF/MANIFEST.MF | 36 ++
.../OSGI-INF/l10n/bundle.properties | 8 +
.../build.properties | 1 +
.../pom.xml | 9 +-
.../vaadin-chameleon-theme-1.1.0.jar | Bin 0 -> 67423 bytes
jbehave-osgi-examples/taskweb/pom.xml | 146 +++++
.../osgi/configuration/OsgiConfiguration.java | 7 +
.../osgi/web/SeleniumOsgiConfiguration.java | 80 +++
pom.xml | 60 ---
82 files changed, 1832 insertions(+), 577 deletions(-)
create mode 100644
jbehave-osgi-equinox/org.jbehave.osgi.services.test/META-INF/MANIFEST.MF
copy jbehave-osgi-equinox/{org.jbehave.osgi.equinox.commands.test =>
org.jbehave.osgi.services.test}/build.properties (100%)
copy jbehave-osgi-equinox/{org.jbehave.osgi.equinox.commands.test =>
org.jbehave.osgi.services.test}/pom.xml (90%)
rename eclipse_launchers/RCPmail with SWTBot Test using Jbehave.launch =>
jbehave-osgi-examples/eclipse_launchers/PDE Junit test for RCPmail with SWTBot
using Jbehave.launch (100%)
rename eclipse_launchers/RCPmail with SWTBot Test using Junit.launch =>
jbehave-osgi-examples/eclipse_launchers/PDE Junit test for RCPmail with
SWTBot.launch (100%)
rename eclipse_launchers/build_jbehave-osgi_rcpmail_example.launch =>
jbehave-osgi-examples/eclipse_launchers/build_jbehave-osgi_example_rcpmail.launch
(94%)
rename
eclipse_launchers/build_jbehave-osgi_rcpmail_example_skiping_tests.launch =>
jbehave-osgi-examples/eclipse_launchers/build_jbehave-osgi_example_rcpmail_skiping_tests.launch
(94%)
copy eclipse_launchers/build_jbehave-osgi_equinox.launch =>
jbehave-osgi-examples/eclipse_launchers/build_jbehave-osgi_example_taskweb.launch
(88%)
rename {eclipse_launchers =>
jbehave-osgi-examples/eclipse_launchers}/build_jbehave-osgi_example_trader_manifest-first.launch
(94%)
rename {eclipse_launchers =>
jbehave-osgi-examples/eclipse_launchers}/build_jbehave-osgi_examples_manifest-first.launch
(94%)
rename {eclipse_launchers =>
jbehave-osgi-examples/eclipse_launchers}/build_jbehave-osgi_examples_pom-first.launch
(94%)
rename {eclipse_launchers =>
jbehave-osgi-examples/eclipse_launchers}/install_jbehave-osgi_example_trader_pom-first.launch
(94%)
rename {eclipse_launchers =>
jbehave-osgi-examples/eclipse_launchers}/install_jbehave-osgi_examples_pom-first.launch
(94%)
rename
jbehave-osgi-examples/rcpmail/org.jbehave.osgi.examples.rcpmail.stories/src/org/jbehave/osgi/examples/rcpmail/stories/{MyFirstTest.java
=> MyFirstSwtBotTest.java} (98%)
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.application/META-INF/MANIFEST.MF
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.application/OSGI-INF/l10n/bundle.properties
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.application/OSGI-INF/test-vaadin.xml
copy jbehave-osgi-examples/{rcpmail/org.jbehave.osgi.examples.rcpmail.stories
=> taskweb/org.jbehave.osgi.examples.taskweb.application}/build.properties (78%)
copy
jbehave-osgi-examples/{rcpmail/org.jbehave.osgi.examples.rcpmail.application =>
taskweb/org.jbehave.osgi.examples.taskweb.application}/pom.xml (55%)
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.application/src/org/jbehave/osgi/examples/taskweb/application/AuthenticatedMainScreen.java
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.application/src/org/jbehave/osgi/examples/taskweb/application/Header.java
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.application/src/org/jbehave/osgi/examples/taskweb/application/LoginScreen.java
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.application/src/org/jbehave/osgi/examples/taskweb/application/TaskManagerApp.java
copy
jbehave-osgi-examples/{trader-manifest-first/org.jbehave.osgi.examples.trader.application
=>
taskweb/org.jbehave.osgi.examples.taskweb.configuration}/META-INF/MANIFEST.MF
(58%)
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.configuration/OSGI-INF/l10n/bundle.properties
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.configuration/build.properties
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.configuration/config/org.eclipse.equinox.http.jetty.config_.cfg
copy
jbehave-osgi-examples/{trader-manifest-first/org.jbehave.osgi.examples.trader.application
=> taskweb/org.jbehave.osgi.examples.taskweb.configuration}/pom.xml (56%)
copy {jbehave-osgi-equinox/org.jbehave.osgi.equinox.features.core =>
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.feature}/build.properties
(100%)
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.feature/feature.properties
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.feature/feature.xml
copy jbehave-osgi-examples/{rcpmail/org.jbehave.osgi.examples.rcpmail.feature
=> taskweb/org.jbehave.osgi.examples.taskweb.feature}/pom.xml (50%)
copy jbehave-osgi-examples/{rcpmail/org.jbehave.osgi.examples.rcpmail.stories
=> taskweb/org.jbehave.osgi.examples.taskweb.integration_tests}/.gitignore
(100%)
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/META-INF/MANIFEST.MF
copy jbehave-osgi-examples/{rcpmail/org.jbehave.osgi.examples.rcpmail.stories
=>
taskweb/org.jbehave.osgi.examples.taskweb.integration_tests}/build.properties
(100%)
copy
jbehave-osgi-examples/{trader-manifest-first/org.jbehave.osgi.examples.trader.stories
=> taskweb/org.jbehave.osgi.examples.taskweb.integration_tests}/pom.xml (58%)
copy
jbehave-osgi-examples/{trader-manifest-first/org.jbehave.osgi.examples.trader.stories/src/org/jbehave/osgi/examples/trader/stories/TraderAnnotatedEmbedder.java
=>
taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/com/c4biz/osgiutils/examples/vaadin_shiro/it/embedders/EquinoxServerAnnotatedEmbedder.java}
(67%)
copy
jbehave-osgi-examples/{trader-manifest-first/org.jbehave.osgi.examples.trader.stories/src/org/jbehave/osgi/examples/trader/stories/TraderAnnotatedEmbedder.java
=>
taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/com/c4biz/osgiutils/examples/vaadin_shiro/it/embedders/TaskManagerApplicationAnnotatedEmbedder.java}
(59%)
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/com/c4biz/osgiutils/examples/vaadin_shiro/it/pages/AuthenticatedHome.java
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/com/c4biz/osgiutils/examples/vaadin_shiro/it/pages/Login.java
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/com/c4biz/osgiutils/examples/vaadin_shiro/it/pages/PageFactory.java
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/com/c4biz/osgiutils/examples/vaadin_shiro/it/steps/AuthenticationSteps.java
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/com/c4biz/osgiutils/examples/vaadin_shiro/it/steps/EquinoxVerificationSteps.java
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/src/com/c4biz/osgiutils/examples/vaadin_shiro/it/steps/LifecycleSteps.java
copy jbehave-osgi-examples/{rcpmail/org.jbehave.osgi.examples.rcpmail.stories
=> taskweb/org.jbehave.osgi.examples.taskweb.integration_tests}/src/log4j.xml
(100%)
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/stories/application/ensure_proper_role_authentication.story
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.integration_tests/stories/server_product/ensure_equinox_is_running_properly.story
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.product/icons/alt_about.gif
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.product/icons/alt_launcher.icns
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.product/icons/alt_launcher.ico
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.product/icons/alt_launcher.xpm
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.product/icons/alt_window_16.gif
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.product/icons/alt_window_32.gif
copy
jbehave-osgi-examples/{trader-manifest-first/org.jbehave.osgi.examples.trader.product
=> taskweb/org.jbehave.osgi.examples.taskweb.product}/pom.xml (69%)
copy
jbehave-osgi-examples/{trader-manifest-first/org.jbehave.osgi.examples.trader.product/trader.equinox.product
=>
taskweb/org.jbehave.osgi.examples.taskweb.product/server.equinox.vaadin.product}
(50%)
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.server/META-INF/MANIFEST.MF
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.server/OSGI-INF/l10n/bundle.properties
copy
jbehave-osgi-examples/{trader-manifest-first/org.jbehave.osgi.examples.trader.application
=> taskweb/org.jbehave.osgi.examples.taskweb.server}/build.properties (100%)
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.server/data/jaas_config.txt
copy
jbehave-osgi-examples/{trader-manifest-first/org.jbehave.osgi.examples.trader.application
=> taskweb/org.jbehave.osgi.examples.taskweb.server}/plugin.xml (51%)
copy
jbehave-osgi-examples/{trader-manifest-first/org.jbehave.osgi.examples.trader.application
=> taskweb/org.jbehave.osgi.examples.taskweb.server}/pom.xml (55%)
copy
jbehave-osgi-examples/{trader-manifest-first/org.jbehave.osgi.examples.trader.application/src/main/java/org/jbehave/osgi/examples/trader/application/JBehaveTraderServerApplication.java
=>
taskweb/org.jbehave.osgi.examples.taskweb.server/src/main/java/org/jbehave/osgi/examples/taskweb/server/EquinoxServer.java}
(50%)
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.shiroini/META-INF/MANIFEST.MF
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.shiroini/OSGI-INF/l10n/bundle.properties
copy {jbehave-osgi-equinox/org.jbehave.osgi.equinox.commands =>
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.shiroini}/build.properties
(80%)
copy
jbehave-osgi-examples/{trader-manifest-first/org.jbehave.osgi.examples.trader.application
=> taskweb/org.jbehave.osgi.examples.taskweb.shiroini}/pom.xml (55%)
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.shiroini/shiro.ini
copy {jbehave-osgi-equinox/org.jbehave.osgi.equinox.target =>
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.target}/pom.xml
(64%)
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.target/taskweb_indigo_building_pde.target
copy
jbehave-osgi-equinox/org.jbehave.osgi.equinox.target/jbehave-osgi-indigo.target
=>
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.target/taskweb_indigo_building_tycho.target
(53%)
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.theme/META-INF/MANIFEST.MF
create mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.theme/OSGI-INF/l10n/bundle.properties
copy {jbehave-osgi-equinox/org.jbehave.osgi.equinox.commands =>
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.theme}/build.properties
(69%)
copy
jbehave-osgi-examples/{trader-manifest-first/org.jbehave.osgi.examples.trader.application
=> taskweb/org.jbehave.osgi.examples.taskweb.theme}/pom.xml (55%)
create 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/pom.xml
create mode 100644
jbehave-osgi-web/src/main/java/org/jbehave/osgi/web/SeleniumOsgiConfiguration.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>