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 20bf48f134281ac96ef079b865660f5134cf9bfd (commit)
via f7ce5370ff9f5a89516763877ebec82ce2c23dd8 (commit)
via ccf6a6508ee0d59651c2383a230434689accd806 (commit)
via eede781ce8aa9a8d26ac3139bf88e5102fc0e40e (commit)
via a3c62f55f36d4a63df02e92beeb7b4d7b18a843b (commit)
from 2d98e1a6d58ac2d083567275b1afa0aea6b22594 (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 20bf48f134281ac96ef079b865660f5134cf9bfd
Author: Cristiano GaviaÌo <[email protected]>
Date: Tue Feb 14 10:29:45 2012 -0300
renamed trader example project name.
commit f7ce5370ff9f5a89516763877ebec82ce2c23dd8
Author: Cristiano GaviaÌo <[email protected]>
Date: Tue Feb 14 10:29:04 2012 -0300
change version to 0.0.2 to be released.
commit ccf6a6508ee0d59651c2383a230434689accd806
Author: Cristiano GaviaÌo <[email protected]>
Date: Tue Feb 14 10:27:18 2012 -0300
removed target project. now its using p2 direct.
commit eede781ce8aa9a8d26ac3139bf88e5102fc0e40e
Author: Cristiano GaviaÌo <[email protected]>
Date: Tue Feb 14 10:26:34 2012 -0300
removed dependencies feature project, moved the deps to the core feature.
commit a3c62f55f36d4a63df02e92beeb7b4d7b18a843b
Author: Cristiano GaviaÌo <[email protected]>
Date: Tue Feb 14 10:22:34 2012 -0300
renamed rcp examples project.
-----------------------------------------------------------------------
Summary of changes:
.../META-INF/MANIFEST.MF | 2 +-
.../org.jbehave.osgi.equinox.commands.test/pom.xml | 2 +-
.../META-INF/MANIFEST.MF | 2 +-
.../org.jbehave.osgi.equinox.commands/pom.xml | 2 +-
.../feature.xml | 103 ++++++-
.../org.jbehave.osgi.equinox.features.core/pom.xml | 8 +-
.../build.properties | 1 -
.../feature.xml | 122 -------
.../org.jbehave.osgi.equinox.features.deps/pom.xml | 16 -
.../feature.xml | 68 ++++-
.../org.jbehave.osgi.equinox.features.web/pom.xml | 2 +-
.../org.jbehave.osgi.equinox.p2/category.xml | 3 -
.../org.jbehave.osgi.equinox.p2/pom.xml | 37 ++-
.../jbehave-osgi-indigo.target | 337 --------------------
.../org.jbehave.osgi.equinox.target/pom.xml | 40 ---
jbehave-osgi-equinox/pom.xml | 63 +---
.../.gitignore | 0
.../META-INF/MANIFEST.MF | 7 +-
.../build.properties | 0
.../pom.xml | 4 +-
.../src/log4j.xml | 0
.../runner/SwtbotAnnotatedEmbedderRunner.java | 0
.../rcpmail/stories/MyFirstSwtBotTest.java | 0
.../stories/embedder/RCPmailAnnotatedEmbedder.java | 0
.../rcpmail/stories/steps/RCPmailCoreSteps.java | 0
.../stories/rcpmail/rcpmail.story | 0
jbehave-osgi-examples/rcpmail/pom.xml | 4 +-
.../taskweb_indigo_local_p2.target | 20 --
.../.gitignore | 0
.../META-INF/MANIFEST.MF | 6 +-
.../build.properties | 0
.../pom.xml | 9 +-
.../src/log4j.xml | 0
.../trader/stories/TraderAnnotatedEmbedder.java | 0
.../trader/stories/TraderAnnotatedPathRunner.java | 0
.../trader-manifest-first/pom.xml | 10 +-
jbehave-osgi-services/pom.xml | 2 +-
jbehave-osgi-web/pom.xml | 75 ++---
pom.xml | 2 +-
39 files changed, 256 insertions(+), 691 deletions(-)
delete mode 100644
jbehave-osgi-equinox/org.jbehave.osgi.equinox.features.deps/build.properties
delete mode 100644
jbehave-osgi-equinox/org.jbehave.osgi.equinox.features.deps/feature.xml
delete mode 100644
jbehave-osgi-equinox/org.jbehave.osgi.equinox.features.deps/pom.xml
delete mode 100644
jbehave-osgi-equinox/org.jbehave.osgi.equinox.target/jbehave-osgi-indigo.target
delete mode 100644 jbehave-osgi-equinox/org.jbehave.osgi.equinox.target/pom.xml
rename
jbehave-osgi-examples/rcpmail/{org.jbehave.osgi.examples.rcpmail.stories =>
org.jbehave.osgi.examples.rcpmail.integration_tests}/.gitignore (100%)
rename
jbehave-osgi-examples/rcpmail/{org.jbehave.osgi.examples.rcpmail.stories =>
org.jbehave.osgi.examples.rcpmail.integration_tests}/META-INF/MANIFEST.MF (81%)
rename
jbehave-osgi-examples/rcpmail/{org.jbehave.osgi.examples.rcpmail.stories =>
org.jbehave.osgi.examples.rcpmail.integration_tests}/build.properties (100%)
rename
jbehave-osgi-examples/rcpmail/{org.jbehave.osgi.examples.rcpmail.stories =>
org.jbehave.osgi.examples.rcpmail.integration_tests}/pom.xml (96%)
rename
jbehave-osgi-examples/rcpmail/{org.jbehave.osgi.examples.rcpmail.stories =>
org.jbehave.osgi.examples.rcpmail.integration_tests}/src/log4j.xml (100%)
rename
jbehave-osgi-examples/rcpmail/{org.jbehave.osgi.examples.rcpmail.stories =>
org.jbehave.osgi.examples.rcpmail.integration_tests}/src/org/jbehave/osgi/examples/rcpmail/runner/SwtbotAnnotatedEmbedderRunner.java
(100%)
rename
jbehave-osgi-examples/rcpmail/{org.jbehave.osgi.examples.rcpmail.stories =>
org.jbehave.osgi.examples.rcpmail.integration_tests}/src/org/jbehave/osgi/examples/rcpmail/stories/MyFirstSwtBotTest.java
(100%)
rename
jbehave-osgi-examples/rcpmail/{org.jbehave.osgi.examples.rcpmail.stories =>
org.jbehave.osgi.examples.rcpmail.integration_tests}/src/org/jbehave/osgi/examples/rcpmail/stories/embedder/RCPmailAnnotatedEmbedder.java
(100%)
rename
jbehave-osgi-examples/rcpmail/{org.jbehave.osgi.examples.rcpmail.stories =>
org.jbehave.osgi.examples.rcpmail.integration_tests}/src/org/jbehave/osgi/examples/rcpmail/stories/steps/RCPmailCoreSteps.java
(100%)
rename
jbehave-osgi-examples/rcpmail/{org.jbehave.osgi.examples.rcpmail.stories =>
org.jbehave.osgi.examples.rcpmail.integration_tests}/stories/rcpmail/rcpmail.story
(100%)
delete mode 100644
jbehave-osgi-examples/taskweb/org.jbehave.osgi.examples.taskweb.target/taskweb_indigo_local_p2.target
rename
jbehave-osgi-examples/trader-manifest-first/{org.jbehave.osgi.examples.trader.stories
=> org.jbehave.osgi.examples.trader.integration_tests}/.gitignore (100%)
rename
jbehave-osgi-examples/trader-manifest-first/{org.jbehave.osgi.examples.trader.stories
=> org.jbehave.osgi.examples.trader.integration_tests}/META-INF/MANIFEST.MF
(72%)
rename
jbehave-osgi-examples/trader-manifest-first/{org.jbehave.osgi.examples.trader.stories
=> org.jbehave.osgi.examples.trader.integration_tests}/build.properties (100%)
rename
jbehave-osgi-examples/trader-manifest-first/{org.jbehave.osgi.examples.trader.stories
=> org.jbehave.osgi.examples.trader.integration_tests}/pom.xml (92%)
rename
jbehave-osgi-examples/trader-manifest-first/{org.jbehave.osgi.examples.trader.stories
=> org.jbehave.osgi.examples.trader.integration_tests}/src/log4j.xml (100%)
rename
jbehave-osgi-examples/trader-manifest-first/{org.jbehave.osgi.examples.trader.stories
=>
org.jbehave.osgi.examples.trader.integration_tests}/src/org/jbehave/osgi/examples/trader/stories/TraderAnnotatedEmbedder.java
(100%)
rename
jbehave-osgi-examples/trader-manifest-first/{org.jbehave.osgi.examples.trader.stories
=>
org.jbehave.osgi.examples.trader.integration_tests}/src/org/jbehave/osgi/examples/trader/stories/TraderAnnotatedPathRunner.java
(100%)
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>