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 <[email protected]> Authored: Mon Feb 27 23:30:38 2017 +0100 Committer: anatole <[email protected]> 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,\
