You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cs...@apache.org on 2012/04/10 18:26:50 UTC

svn commit: r1311838 - in /karaf/trunk/bundle: management/ pom.xml

Author: cschneider
Date: Tue Apr 10 16:26:50 2012
New Revision: 1311838

URL: http://svn.apache.org/viewvc?rev=1311838&view=rev
Log:
KARAF-963 Removing bundle management module as it is not needed anymore

Removed:
    karaf/trunk/bundle/management/
Modified:
    karaf/trunk/bundle/pom.xml

Modified: karaf/trunk/bundle/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/bundle/pom.xml?rev=1311838&r1=1311837&r2=1311838&view=diff
==============================================================================
--- karaf/trunk/bundle/pom.xml (original)
+++ karaf/trunk/bundle/pom.xml Tue Apr 10 16:26:50 2012
@@ -36,7 +36,6 @@
     <modules>
         <module>core</module>
         <module>command</module>
-        <module>management</module>
         <module>springstate</module>
     </modules>