Repository: karaf Updated Branches: refs/heads/karaf-3.0.x cb2f61264 -> 64278398a
[KARAF-2974] Document the syntax to use to identify bundles in the OBR MBean Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/91ae802c Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/91ae802c Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/91ae802c Branch: refs/heads/karaf-3.0.x Commit: 91ae802c8a8377a72e387d562a15bebb7e9e8ab8 Parents: cb2f612 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sat May 17 11:10:36 2014 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sat May 17 18:41:56 2014 +0200 ---------------------------------------------------------------------- manual/src/main/webapp/users-guide/obr.conf | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/91ae802c/manual/src/main/webapp/users-guide/obr.conf ---------------------------------------------------------------------- diff --git a/manual/src/main/webapp/users-guide/obr.conf b/manual/src/main/webapp/users-guide/obr.conf index f3b268d..f6a0fd0 100644 --- a/manual/src/main/webapp/users-guide/obr.conf +++ b/manual/src/main/webapp/users-guide/obr.conf @@ -279,6 +279,8 @@ h3. Operations If {{start}} is {{true}}, the bundles are automatically started. If {{deployOptional}} is {{true}}, even the optional requirements will be resolved by the OBR service (meaning installing more bundles to satisfy the optional requirements). +The name to identify a bundle uses the following syntax: {{symbolic_name,version}} where version is optional. + h2. Apache Karaf Cave In addition of being an OBR client, Apache Karaf can act as an OBR repositories server, thanks to Apache Karaf Cave.
