Repository: karaf Updated Branches: refs/heads/master a4c4c70b2 -> 86290690d
Fix typo in deployer docs Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/86290690 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/86290690 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/86290690 Branch: refs/heads/master Commit: 86290690d907bcd7b2e9054a05765d2c4f83461f Parents: a4c4c70 Author: Dominik Przybysz <[email protected]> Authored: Mon Aug 8 15:19:37 2016 +0200 Committer: Dominik Przybysz <[email protected]> Committed: Mon Aug 8 15:19:37 2016 +0200 ---------------------------------------------------------------------- manual/src/main/asciidoc/user-guide/deployers.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/86290690/manual/src/main/asciidoc/user-guide/deployers.adoc ---------------------------------------------------------------------- diff --git a/manual/src/main/asciidoc/user-guide/deployers.adoc b/manual/src/main/asciidoc/user-guide/deployers.adoc index 01a273e..dd44d9b 100644 --- a/manual/src/main/asciidoc/user-guide/deployers.adoc +++ b/manual/src/main/asciidoc/user-guide/deployers.adoc @@ -84,7 +84,7 @@ The `name` and `version` of the file are extracted using a heuristic that will m For example `my-config-1.0.1.xml` will lead to `name = my-config` and `version = 1.0.1`. -The default imported packages are extracted from the spring file definition and includes all classes referenced directly. +The default imported packages are extracted from the blueprint file definition and includes all classes referenced directly. If you need to customize the generated manifest, you can do so by including an xml element in your blueprint configuration:
