You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2017/09/28 20:12:33 UTC

[19/45] incubator-tamaya-sandbox git commit: TAMAYA-274: Fixed basic service loading in OSGI. Added missing requirements.

TAMAYA-274: Fixed basic service loading in OSGI. Added missing requirements.


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/c345b5c2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/c345b5c2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/c345b5c2

Branch: refs/heads/master
Commit: c345b5c2c0c8541c13930585392c7e7c59be012f
Parents: 5925c34
Author: anatole <an...@apache.org>
Authored: Sun Sep 17 01:51:20 2017 +0200
Committer: anatole <an...@apache.org>
Committed: Sun Sep 17 01:51:20 2017 +0200

----------------------------------------------------------------------
 consul/bnd.bnd | 4 +++-
 etcd/bnd.bnd   | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/c345b5c2/consul/bnd.bnd
----------------------------------------------------------------------
diff --git a/consul/bnd.bnd b/consul/bnd.bnd
index 8c328f7..bb6123a 100644
--- a/consul/bnd.bnd
+++ b/consul/bnd.bnd
@@ -23,7 +23,9 @@ Export-Package: \
 	org.apache.tamaya.consul
 Import-Package: \
     org.apache.tamaya,\
-    org.apache.tamaya.spi
+    org.apache.tamaya.spi,\
+    org.apache.tamaya.mutableconfig,\
+    org.apache.tamaya.mutableconfig.spi
 Export-Service: \
     org.apache.tamaya.spi.PropertySource
     
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/c345b5c2/etcd/bnd.bnd
----------------------------------------------------------------------
diff --git a/etcd/bnd.bnd b/etcd/bnd.bnd
index 792c69c..027e033 100644
--- a/etcd/bnd.bnd
+++ b/etcd/bnd.bnd
@@ -23,7 +23,9 @@ Export-Package: \
 	org.apache.tamaya.etcd
 Import-Package: \
     org.apache.tamaya,\
-    org.apache.tamaya.spi
+    org.apache.tamaya.spi,\
+    org.apache.tamaya.mutableconfig\
+    org.apache.tamaya.mutableconfig.spi
 Export-Service: \
     org.apache.tamaya.spi.PropertySource
     
\ No newline at end of file