You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2011/01/27 10:59:52 UTC

svn commit: r1064067 - in /karaf/trunk/deployer: pom.xml war/pom.xml war/src/main/java/org/apache/karaf/deployer/war/WarDeploymentListener.java war/src/main/resources/OSGI-INF/blueprint/war-deployer.xml

Author: gnodet
Date: Thu Jan 27 09:59:52 2011
New Revision: 1064067

URL: http://svn.apache.org/viewvc?rev=1064067&view=rev
Log:
[KARAF-338] We use the war deployer from pax-web

Removed:
    karaf/trunk/deployer/war/pom.xml
    karaf/trunk/deployer/war/src/main/java/org/apache/karaf/deployer/war/WarDeploymentListener.java
    karaf/trunk/deployer/war/src/main/resources/OSGI-INF/blueprint/war-deployer.xml
Modified:
    karaf/trunk/deployer/pom.xml

Modified: karaf/trunk/deployer/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/deployer/pom.xml?rev=1064067&r1=1064066&r2=1064067&view=diff
==============================================================================
--- karaf/trunk/deployer/pom.xml (original)
+++ karaf/trunk/deployer/pom.xml Thu Jan 27 09:59:52 2011
@@ -36,7 +36,6 @@
         <module>spring</module>
         <module>blueprint</module>
         <module>features</module>
-        <module>war</module>
         <module>kar</module>
         <module>wrap</module>
     </modules>