Author: anierbeck
Date: Sun Jan 16 06:04:57 2011
New Revision: 1059493

URL: http://svn.apache.org/viewvc?rev=1059493&view=rev
Log:
[KARAF-211] - osgi:list to other command to display context-path for web 
applications or a new war command for that web:list implementation 
- The Web command does use the WebEvents of pax web instead of eventadmin 
events. 

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=1059493&r1=1059492&r2=1059493&view=diff
==============================================================================
--- karaf/trunk/features/assembly/standard/src/main/resources/features.xml 
(original)
+++ karaf/trunk/features/assembly/standard/src/main/resources/features.xml Sun 
Jan 16 06:04:57 2011
@@ -108,7 +108,6 @@
     </feature>
     <feature name="war" version="${project.version}" resolver="(obr)">
         <feature>http</feature>
-        <feature>eventadmin</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>
         
<bundle>mvn:org.ops4j.pax.web/pax-web-extender-war/${pax.web.version}</bundle>


Reply via email to