Author: dkulp
Date: Wed Sep 28 14:21:04 2011
New Revision: 1176890
URL: http://svn.apache.org/viewvc?rev=1176890&view=rev
Log:
Move some modules out of distribution and into an osgi directory
Added:
cxf/trunk/osgi/
cxf/trunk/osgi/bundle/
- copied from r1176882, cxf/trunk/distribution/bundle/
cxf/trunk/osgi/karaf/
- copied from r1176882, cxf/trunk/distribution/karaf/
Removed:
cxf/trunk/distribution/bundle/
cxf/trunk/distribution/karaf/
Modified:
cxf/trunk/distribution/pom.xml
cxf/trunk/osgi/karaf/commands/pom.xml
cxf/trunk/osgi/karaf/features/pom.xml
cxf/trunk/osgi/karaf/pom.xml
cxf/trunk/pom.xml
Modified: cxf/trunk/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/pom.xml?rev=1176890&r1=1176889&r2=1176890&view=diff
==============================================================================
--- cxf/trunk/distribution/pom.xml (original)
+++ cxf/trunk/distribution/pom.xml Wed Sep 28 14:21:04 2011
@@ -44,8 +44,6 @@
</properties>
<modules>
- <module>bundle</module>
- <module>karaf</module>
<module>manifest</module>
</modules>
Modified: cxf/trunk/osgi/karaf/commands/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/osgi/karaf/commands/pom.xml?rev=1176890&r1=1176882&r2=1176890&view=diff
==============================================================================
--- cxf/trunk/osgi/karaf/commands/pom.xml (original)
+++ cxf/trunk/osgi/karaf/commands/pom.xml Wed Sep 28 14:21:04 2011
@@ -30,8 +30,8 @@
<groupId>org.apache.cxf.karaf</groupId>
<artifactId>cxf-karaf-commands</artifactId>
<packaging>bundle</packaging>
- <name>CXF :: Apache Karaf :: Commands</name>
- <description>CXF :: Apache Karaf :: Commands</description>
+ <name>Apache CXF Karaf Commands</name>
+ <description>Apache CXF Karaf Commands</description>
<dependencies>
<!-- cxf -->
Modified: cxf/trunk/osgi/karaf/features/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/osgi/karaf/features/pom.xml?rev=1176890&r1=1176882&r2=1176890&view=diff
==============================================================================
--- cxf/trunk/osgi/karaf/features/pom.xml (original)
+++ cxf/trunk/osgi/karaf/features/pom.xml Wed Sep 28 14:21:04 2011
@@ -30,8 +30,8 @@
<groupId>org.apache.cxf.karaf</groupId>
<artifactId>apache-cxf</artifactId>
<packaging>pom</packaging>
- <name>CXF :: Apache Karaf :: Features</name>
- <description>CXF :: Apache Karaf :: Features</description>
+ <name>Apache CXF Karaf Features</name>
+ <description>Apache CXF Karaf Features</description>
<!-- The validate plugin will export these provided dependencies bundles'
export packages first -->
<dependencies>
Modified: cxf/trunk/osgi/karaf/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/osgi/karaf/pom.xml?rev=1176890&r1=1176882&r2=1176890&view=diff
==============================================================================
--- cxf/trunk/osgi/karaf/pom.xml (original)
+++ cxf/trunk/osgi/karaf/pom.xml Wed Sep 28 14:21:04 2011
@@ -31,8 +31,8 @@
<artifactId>karaf-parent</artifactId>
<packaging>pom</packaging>
<version>2.5.0-SNAPSHOT</version>
- <name>CXF :: Apache Karaf</name>
- <description>CXF :: Apache Karaf</description>
+ <name>Apache CXF Karaf Parent</name>
+ <description>Apache CXF Karaf Parent</description>
<modules>
<module>features</module>
Modified: cxf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=1176890&r1=1176889&r2=1176890&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Wed Sep 28 14:21:04 2011
@@ -180,6 +180,8 @@
<module>integration</module>
<module>maven-plugins</module>
<module>services</module>
+ <module>osgi/karaf</module>
+ <module>osgi/bundle</module>
<module>systests</module>
</modules>