TAMAYA-238: Added OSGI bnd files. Removed explicit versions.
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/0bcff9ca Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/0bcff9ca Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/0bcff9ca Branch: refs/heads/master Commit: 0bcff9cacfe6ad33d4d0be2ebd6667cf12c3a99f Parents: be54177 Author: anatole <[email protected]> Authored: Tue Feb 28 00:26:09 2017 +0100 Committer: anatole <[email protected]> Committed: Tue Feb 28 00:26:09 2017 +0100 ---------------------------------------------------------------------- apache-commons/bnd.bnd | 3 ++- configured-sysprops/bnd.bnd | 3 ++- consul/bnd.bnd | 3 ++- etcd/bnd.bnd | 3 ++- hazelcast/bnd.bnd | 3 ++- jodatime/bnd.bnd | 3 ++- management/bnd.bnd | 3 ++- metamodel/bnd.bnd | 3 ++- propertysources/bnd.bnd | 3 ++- server/bnd.bnd | 3 ++- ui/base/bnd.bnd | 3 ++- ui/mutableconfig/bnd.bnd | 3 ++- uom/bnd.bnd | 3 +++ usagetracker/bnd.bnd | 3 ++- validation/bnd.bnd | 3 ++- 15 files changed, 31 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/0bcff9ca/apache-commons/bnd.bnd ---------------------------------------------------------------------- diff --git a/apache-commons/bnd.bnd b/apache-commons/bnd.bnd index 2e5837e..bd8886b 100644 --- a/apache-commons/bnd.bnd +++ b/apache-commons/bnd.bnd @@ -1,2 +1,3 @@ Export-Package: \ - org.apache.tamaya.commons \ No newline at end of file + org.apache.tamaya.commons +Bundle-SymbolicName: org.apache.tamaya.commons \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/0bcff9ca/configured-sysprops/bnd.bnd ---------------------------------------------------------------------- diff --git a/configured-sysprops/bnd.bnd b/configured-sysprops/bnd.bnd index 97daf88..2e77ed2 100644 --- a/configured-sysprops/bnd.bnd +++ b/configured-sysprops/bnd.bnd @@ -1,2 +1,3 @@ Export-Package: \ - org.apache.tamaya.sysprops \ No newline at end of file + org.apache.tamaya.sysprops +Bundle-SymbolicName: org.apache.tamaya.sysprops \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/0bcff9ca/consul/bnd.bnd ---------------------------------------------------------------------- diff --git a/consul/bnd.bnd b/consul/bnd.bnd index 47b26c8..356dd76 100644 --- a/consul/bnd.bnd +++ b/consul/bnd.bnd @@ -1,2 +1,3 @@ Export-Package: \ - org.apache.tamaya.consul \ No newline at end of file + org.apache.tamaya.consul +Bundle-SymbolicName: org.apache.tamaya.consul \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/0bcff9ca/etcd/bnd.bnd ---------------------------------------------------------------------- diff --git a/etcd/bnd.bnd b/etcd/bnd.bnd index fc51493..8df8b56 100644 --- a/etcd/bnd.bnd +++ b/etcd/bnd.bnd @@ -1,2 +1,3 @@ Export-Package: \ - org.apache.tamaya.etcd \ No newline at end of file + org.apache.tamaya.etcd +Bundle-SymbolicName: org.apache.tamaya.etcd \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/0bcff9ca/hazelcast/bnd.bnd ---------------------------------------------------------------------- diff --git a/hazelcast/bnd.bnd b/hazelcast/bnd.bnd index 1a7a3a7..9cd5ed2 100644 --- a/hazelcast/bnd.bnd +++ b/hazelcast/bnd.bnd @@ -1,2 +1,3 @@ Export-Package: \ - org.apache.tamaya.hazelcast \ No newline at end of file + org.apache.tamaya.hazelcast +Bundle-SymbolicName: org.apache.tamaya.hazelcast \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/0bcff9ca/jodatime/bnd.bnd ---------------------------------------------------------------------- diff --git a/jodatime/bnd.bnd b/jodatime/bnd.bnd index ecd9d5d..ff2e3ac 100644 --- a/jodatime/bnd.bnd +++ b/jodatime/bnd.bnd @@ -1,2 +1,3 @@ Export-Package: \ - org.apache.tamaya.jodatime \ No newline at end of file + org.apache.tamaya.jodatime +Bundle-SymbolicName: org.apache.tamaya.jodatime \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/0bcff9ca/management/bnd.bnd ---------------------------------------------------------------------- diff --git a/management/bnd.bnd b/management/bnd.bnd index 9a99750..b7fe8b3 100644 --- a/management/bnd.bnd +++ b/management/bnd.bnd @@ -1,2 +1,3 @@ Export-Package: \ - org.apache.tamaya.management \ No newline at end of file + org.apache.tamaya.management +Bundle-SymbolicName: org.apache.tamaya.management \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/0bcff9ca/metamodel/bnd.bnd ---------------------------------------------------------------------- diff --git a/metamodel/bnd.bnd b/metamodel/bnd.bnd index c61ef5e..81155c1 100644 --- a/metamodel/bnd.bnd +++ b/metamodel/bnd.bnd @@ -1,4 +1,5 @@ Export-Package: \ org.apache.tamaya.metamodel,\ org.apache.tamaya.metamodel.dsl,\ - org.apache.tamaya.metamodel.spi \ No newline at end of file + org.apache.tamaya.metamodel.spi +Bundle-SymbolicName: org.apache.tamaya.metamodel \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/0bcff9ca/propertysources/bnd.bnd ---------------------------------------------------------------------- diff --git a/propertysources/bnd.bnd b/propertysources/bnd.bnd index 22420aa..ce86061 100644 --- a/propertysources/bnd.bnd +++ b/propertysources/bnd.bnd @@ -1,2 +1,3 @@ Export-Package: \ - org.apache.tamaya.propertysources \ No newline at end of file + org.apache.tamaya.propertysources +Bundle-SymbolicName: org.apache.tamaya.propertysources \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/0bcff9ca/server/bnd.bnd ---------------------------------------------------------------------- diff --git a/server/bnd.bnd b/server/bnd.bnd index 5e15dba..0a7371a 100644 --- a/server/bnd.bnd +++ b/server/bnd.bnd @@ -1,3 +1,4 @@ Export-Package: \ org.apache.tamaya.server,\ - org.apache.tamaya.server.spi \ No newline at end of file + org.apache.tamaya.server.spi +Bundle-SymbolicName: org.apache.tamaya.server \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/0bcff9ca/ui/base/bnd.bnd ---------------------------------------------------------------------- diff --git a/ui/base/bnd.bnd b/ui/base/bnd.bnd index ce176f3..397b100 100644 --- a/ui/base/bnd.bnd +++ b/ui/base/bnd.bnd @@ -2,4 +2,5 @@ Export-Package: \ org.apache.tamaya.ui,\ org.apache.tamaya.ui.event,\ org.apache.tamaya.ui.spi,\ - org.apache.tamaya.ui.views \ No newline at end of file + org.apache.tamaya.ui.views +Bundle-SymbolicName: org.apache.tamaya.ui \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/0bcff9ca/ui/mutableconfig/bnd.bnd ---------------------------------------------------------------------- diff --git a/ui/mutableconfig/bnd.bnd b/ui/mutableconfig/bnd.bnd index 9394567..a86aff9 100644 --- a/ui/mutableconfig/bnd.bnd +++ b/ui/mutableconfig/bnd.bnd @@ -1,2 +1,3 @@ Export-Package: \ - org.apache.tamaya.ui.mutableconfig \ No newline at end of file + org.apache.tamaya.ui.mutableconfig +Bundle-SymbolicName: org.apache.tamaya.ui.mutableconfig \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/0bcff9ca/uom/bnd.bnd ---------------------------------------------------------------------- diff --git a/uom/bnd.bnd b/uom/bnd.bnd new file mode 100644 index 0000000..ae1b4b1 --- /dev/null +++ b/uom/bnd.bnd @@ -0,0 +1,3 @@ +Export-Package: \ + org.apache.tamaya.uom +Bundle-SymbolicName: org.apache.tamaya.uom \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/0bcff9ca/usagetracker/bnd.bnd ---------------------------------------------------------------------- diff --git a/usagetracker/bnd.bnd b/usagetracker/bnd.bnd index 5aa0155..89b854c 100644 --- a/usagetracker/bnd.bnd +++ b/usagetracker/bnd.bnd @@ -1,3 +1,4 @@ Export-Package: \ org.apache.tamaya.usagetracker,\ - org.apache.tamaya.usagetracker.spi \ No newline at end of file + org.apache.tamaya.usagetracker.spi +Bundle-SymbolicName: org.apache.tamaya.usagetracker http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/0bcff9ca/validation/bnd.bnd ---------------------------------------------------------------------- diff --git a/validation/bnd.bnd b/validation/bnd.bnd index bb9e43a..e8be357 100644 --- a/validation/bnd.bnd +++ b/validation/bnd.bnd @@ -1,3 +1,4 @@ Export-Package: \ org.apache.tamaya.validation,\ - org.apache.tamaya.validation.spi \ No newline at end of file + org.apache.tamaya.validation.spi +Bundle-SymbolicName: org.apache.tamaya.validation
