You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2015/06/23 07:48:06 UTC

karaf git commit: [KARAF-3793] Add pax-http-jetty feature in the webconsole feature (workaround)

Repository: karaf
Updated Branches:
  refs/heads/master 6574c0de0 -> f4a9340bb


[KARAF-3793] Add pax-http-jetty feature in the webconsole feature (workaround)


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/f4a9340b
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/f4a9340b
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/f4a9340b

Branch: refs/heads/master
Commit: f4a9340bb45cdc571ea4d870f763d4271e7634fc
Parents: 6574c0d
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Tue Jun 23 07:47:33 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Tue Jun 23 07:47:33 2015 +0200

----------------------------------------------------------------------
 assemblies/features/standard/src/main/feature/feature.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/f4a9340b/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 8628795..5144b2b 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -382,6 +382,7 @@
         <config name="org.apache.karaf.webconsole">
             realm=karaf
         </config>
+        <feature>pax-http-jetty</feature>
         <feature>http</feature>
         <feature>aries-blueprint</feature>
         <bundle start-level="30">mvn:org.apache.felix/org.apache.felix.metatype/${felix.metatype.version}</bundle>