You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cm...@apache.org on 2011/08/18 13:06:12 UTC

svn commit: r1159164 - /karaf/sandbox/pieber/karaf-webconsole/trunk/features/src/main/filtered-resources/features.xml

Author: cmoulliard
Date: Thu Aug 18 11:06:12 2011
New Revision: 1159164

URL: http://svn.apache.org/viewvc?rev=1159164&view=rev
Log:
Add feature Webconsole wicket to deploy the features / bundles of the new webconsole

Modified:
    karaf/sandbox/pieber/karaf-webconsole/trunk/features/src/main/filtered-resources/features.xml

Modified: karaf/sandbox/pieber/karaf-webconsole/trunk/features/src/main/filtered-resources/features.xml
URL: http://svn.apache.org/viewvc/karaf/sandbox/pieber/karaf-webconsole/trunk/features/src/main/filtered-resources/features.xml?rev=1159164&r1=1159163&r2=1159164&view=diff
==============================================================================
--- karaf/sandbox/pieber/karaf-webconsole/trunk/features/src/main/filtered-resources/features.xml (original)
+++ karaf/sandbox/pieber/karaf-webconsole/trunk/features/src/main/filtered-resources/features.xml Thu Aug 18 11:06:12 2011
@@ -20,6 +20,12 @@
 
   <repository>mvn:org.ops4j.pax.wicket/features/${ops4j.paxwicket.version}/xml/features</repository>
 
+  <feature name="webconsole-wicket" version="${project.version}" description="Karaf Wicket Webconsole">
+    <feature>webconsole-blueprint</feature>
+    <feature>webconsole-core</feature>
+    <feature>webconsole-osgi</feature>
+    <feature>webconsole-karaf</feature>
+  </feature>
   <!-- Pax-Wicket Core Feature; loading all required features. Do a feature:install paxwicket and you're ready to go -->
   <feature name="webconsole-core" version="${project.version}" description="Karaf Webconsole Core">
     <details>The Webconsole core package provides the base view required for all bundles</details>