[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/f9a03a36 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/f9a03a36 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/f9a03a36 Branch: refs/heads/master Commit: f9a03a363eda9a47cafb4f857fa3276672fa270c Parents: 431b579 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 11:10:36 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/f9a03a36/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 b8a7a57..788189d 100644 --- a/manual/src/main/webapp/users-guide/obr.conf +++ b/manual/src/main/webapp/users-guide/obr.conf @@ -350,6 +350,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.
