Repository: incubator-tamaya-sandbox Updated Branches: refs/heads/master 0d3b982d1 -> e5856f28d
TAMAYA-238: Fixed invalid bnd descr. 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/e5856f28 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/e5856f28 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/e5856f28 Branch: refs/heads/master Commit: e5856f28d57897b5c20d0d96b784298b45810baf Parents: 0d3b982 Author: anatole <[email protected]> Authored: Mon Feb 27 23:31:26 2017 +0100 Committer: anatole <[email protected]> Committed: Mon Feb 27 23:31:26 2017 +0100 ---------------------------------------------------------------------- osgi/common/bnd.bnd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/e5856f28/osgi/common/bnd.bnd ---------------------------------------------------------------------- diff --git a/osgi/common/bnd.bnd b/osgi/common/bnd.bnd index a0474f5..12952bb 100644 --- a/osgi/common/bnd.bnd +++ b/osgi/common/bnd.bnd @@ -1,8 +1,7 @@ Export-Package: \ org.apache.tamaya.osgi Bundle-Activator: org.apache.tamaya.osgi.Activator -Export-Service: org.apache.tamaya.osgi,\ - org.osgi.service.cm.ConfigurationAdmin +Export-Service: org.osgi.service.cm.ConfigurationAdmin Import-Package: \ org.osgi.service.cm,\ org.osgi.framework,\
