TAMAYA-307: Readded collections module.
Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/636dbb56 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/636dbb56 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/636dbb56 Branch: refs/heads/master Commit: 636dbb56c485a01acf8692e7ba8e9d37acd04db0 Parents: 99ce49e Author: anatole <[email protected]> Authored: Thu Sep 21 18:22:44 2017 +0200 Committer: anatole <[email protected]> Committed: Thu Sep 21 18:22:44 2017 +0200 ---------------------------------------------------------------------- collections/bnd.bnd | 26 ++++++++++++++++++++++++++ pom.xml | 1 + 2 files changed, 27 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/636dbb56/collections/bnd.bnd ---------------------------------------------------------------------- diff --git a/collections/bnd.bnd b/collections/bnd.bnd new file mode 100644 index 0000000..0018594 --- /dev/null +++ b/collections/bnd.bnd @@ -0,0 +1,26 @@ +-buildpath: \ + osgi.annotation; version=6.0.0,\ + osgi.core; version=6.0,\ + osgi.cmpn; version=6.0 + +-testpath: \ + ${junit} + +javac.source: 1.8 +javac.target: 1.8 + +Bundle-Version: ${version}.${tstamp} +Bundle-Name: Apache Tamaya - Collections Support +Bundle-SymbolicName: org.apache.tamaya.collections +Bundle-Description: Apacha Tamaya Config - Collections Support +Bundle-Category: Implementation +Bundle-Copyright: (C) Apache Foundation +Bundle-License: Apache Licence version 2 +Bundle-Vendor: Apache Software Foundation +Bundle-ContactAddress: [email protected] +Bundle-DocURL: http://tamaya.apache.org +Export-Package: \ + org.apache.tamaya.collections +Import-Package: \ + org.apache.tamaya,\ + org.apache.tamaya.spi http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/636dbb56/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ba3f3c7..6206b00 100644 --- a/pom.xml +++ b/pom.xml @@ -738,6 +738,7 @@ under the License. </build> <modules> + <module>collections</module> <module>hazelcast</module> <module>apache-commons</module> <module>jodatime</module>
