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/02/27 22:30:48 UTC

incubator-tamaya-sandbox git commit: TAMAYA-238: Added OSGI package to exported packages.

Repository: incubator-tamaya-sandbox
Updated Branches:
  refs/heads/master 275cd625b -> 0d3b982d1


TAMAYA-238: Added OSGI package to exported packages.


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

Branch: refs/heads/master
Commit: 0d3b982d1458254af73c2894b8422e09c82f385c
Parents: 275cd62
Author: anatole <an...@apache.org>
Authored: Mon Feb 27 23:30:38 2017 +0100
Committer: anatole <an...@apache.org>
Committed: Mon Feb 27 23:30:38 2017 +0100

----------------------------------------------------------------------
 osgi/common/bnd.bnd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/0d3b982d/osgi/common/bnd.bnd
----------------------------------------------------------------------
diff --git a/osgi/common/bnd.bnd b/osgi/common/bnd.bnd
index 12952bb..a0474f5 100644
--- a/osgi/common/bnd.bnd
+++ b/osgi/common/bnd.bnd
@@ -1,7 +1,8 @@
 Export-Package: \
 	org.apache.tamaya.osgi
 Bundle-Activator: org.apache.tamaya.osgi.Activator
-Export-Service:   org.osgi.service.cm.ConfigurationAdmin
+Export-Service:   org.apache.tamaya.osgi,\
+                  org.osgi.service.cm.ConfigurationAdmin
 Import-Package: \
     org.osgi.service.cm,\
     org.osgi.framework,\