You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2013/04/12 17:43:58 UTC

svn commit: r1467317 - in /cxf/dosgi/trunk: distribution/pom.xml distribution/single-bundle/ systests2/pom.xml

Author: cschneider
Date: Fri Apr 12 15:43:58 2013
New Revision: 1467317

URL: http://svn.apache.org/r1467317
Log:
DOSGI-170 Remove single bundle distro

Removed:
    cxf/dosgi/trunk/distribution/single-bundle/
Modified:
    cxf/dosgi/trunk/distribution/pom.xml
    cxf/dosgi/trunk/systests2/pom.xml

Modified: cxf/dosgi/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/pom.xml?rev=1467317&r1=1467316&r2=1467317&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/pom.xml (original)
+++ cxf/dosgi/trunk/distribution/pom.xml Fri Apr 12 15:43:58 2013
@@ -40,7 +40,6 @@
     <modules>
       <module>features</module>
       <module>multi-bundle</module>
-      <module>single-bundle</module>
       <module>sources</module>
     </modules> 
 </project>

Modified: cxf/dosgi/trunk/systests2/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests2/pom.xml?rev=1467317&r1=1467316&r2=1467317&view=diff
==============================================================================
--- cxf/dosgi/trunk/systests2/pom.xml (original)
+++ cxf/dosgi/trunk/systests2/pom.xml Fri Apr 12 15:43:58 2013
@@ -37,7 +37,6 @@
 
     <modules>
         <module>common</module>
-        <module>single-bundle</module>
         <module>multi-bundle</module>
     </modules>
 </project>