Author: gnodet
Date: Thu Jan 27 10:37:40 2011
New Revision: 1064075

URL: http://svn.apache.org/viewvc?rev=1064075&view=rev
Log:
[KARAF-420] Automatically import paxlogging packages when deploying a war

Modified:
    karaf/trunk/features/assembly/standard/src/main/resources/features.xml

Modified: karaf/trunk/features/assembly/standard/src/main/resources/features.xml
URL: 
http://svn.apache.org/viewvc/karaf/trunk/features/assembly/standard/src/main/resources/features.xml?rev=1064075&r1=1064074&r2=1064075&view=diff
==============================================================================
--- karaf/trunk/features/assembly/standard/src/main/resources/features.xml 
(original)
+++ karaf/trunk/features/assembly/standard/src/main/resources/features.xml Thu 
Jan 27 10:37:40 2011
@@ -107,6 +107,9 @@
         <bundle>mvn:org.ops4j.pax.web/pax-web-jetty/${pax.web.version}</bundle>
     </feature>
     <feature name="war" version="${project.version}" resolver="(obr)">
+        <config name="org.ops4j.pax.url.war">
+            org.ops4j.pax.url.war.importPaxLoggingPackages=true
+        </config>
         <feature>http</feature>
         <bundle 
start-level='30'>mvn:org.apache.karaf.shell/org.apache.karaf.shell.web/${project.version}</bundle>
         <bundle>mvn:org.ops4j.pax.web/pax-web-jsp/${pax.web.version}</bundle>


Reply via email to