Updated Branches: refs/heads/master d81ae5759 -> 6733db889
[KARAF-2747] - The Http-Whiteboard feature is missing a link to the http feature Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/6733db88 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/6733db88 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/6733db88 Branch: refs/heads/master Commit: 6733db889d4214021ad8a7b3bd34b4bdb49000da Parents: d81ae57 Author: anierbeck <[email protected]> Authored: Sat Feb 1 15:17:33 2014 +0100 Committer: anierbeck <[email protected]> Committed: Sat Feb 1 15:17:33 2014 +0100 ---------------------------------------------------------------------- assemblies/features/standard/src/main/feature/feature.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/6733db88/assemblies/features/standard/src/main/feature/feature.xml ---------------------------------------------------------------------- diff --git a/assemblies/features/standard/src/main/feature/feature.xml b/assemblies/features/standard/src/main/feature/feature.xml index 0a1e728..4ada1fd 100644 --- a/assemblies/features/standard/src/main/feature/feature.xml +++ b/assemblies/features/standard/src/main/feature/feature.xml @@ -107,6 +107,7 @@ </feature> <feature name="http-whiteboard" description="Provide HTTP Whiteboard pattern support" version="${project.version}" resolver="(obr)"> + <feature version="${project.version}">http</feature> <feature version="${pax.web.version}">pax-http-whiteboard</feature> </feature>
