Author: sergeyb
Date: Tue Jan 19 16:52:16 2010
New Revision: 900840
URL: http://svn.apache.org/viewvc?rev=900840&view=rev
Log:
Removing cxf-rt-transports-http-osgi module from jaxrs and minimal bundles
Modified:
cxf/trunk/distribution/bundle/jaxrs/Readme.txt
cxf/trunk/distribution/bundle/jaxrs/pom.xml
cxf/trunk/distribution/bundle/minimal/Readme.txt
cxf/trunk/distribution/bundle/minimal/pom.xml
Modified: cxf/trunk/distribution/bundle/jaxrs/Readme.txt
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/jaxrs/Readme.txt?rev=900840&r1=900839&r2=900840&view=diff
==============================================================================
--- cxf/trunk/distribution/bundle/jaxrs/Readme.txt (original)
+++ cxf/trunk/distribution/bundle/jaxrs/Readme.txt Tue Jan 19 16:52:16 2010
@@ -49,6 +49,7 @@
cxf-rt-frontend-jaxws
cxf-rt-frontend-js
cxf-rt-frontend-simple
+cxf-rt-transports-http-osgi
If your code depends on any of the above modules then
please use either an all-inclusive cxf-bundle bundle or
Modified: cxf/trunk/distribution/bundle/jaxrs/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/jaxrs/pom.xml?rev=900840&r1=900839&r2=900840&view=diff
==============================================================================
--- cxf/trunk/distribution/bundle/jaxrs/pom.xml (original)
+++ cxf/trunk/distribution/bundle/jaxrs/pom.xml Tue Jan 19 16:52:16 2010
@@ -57,12 +57,7 @@
<artifactId>cxf-rt-transports-http</artifactId>
<version>${pom.version}</version>
</dependency>
- <dependency>
- <groupId>${pom.groupId}</groupId>
- <artifactId>cxf-rt-transports-http-osgi</artifactId>
- <version>${pom.version}</version>
- </dependency>
-
+
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
Modified: cxf/trunk/distribution/bundle/minimal/Readme.txt
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/minimal/Readme.txt?rev=900840&r1=900839&r2=900840&view=diff
==============================================================================
--- cxf/trunk/distribution/bundle/minimal/Readme.txt (original)
+++ cxf/trunk/distribution/bundle/minimal/Readme.txt Tue Jan 19 16:52:16 2010
@@ -42,8 +42,8 @@
cxf-rt-bindings-xml
cxf-rt-bindings-http
cxf-rt-frontend-js
-cxf-rt-frontend-jaxrs
cxf-rt-javascript
+cxf-rt-transports-http-osgi
If your code depends on any of the above modules then please use
an all-inclusive cxf-bundle bundle or cxf-bundle-jaxrs bundle instead,
Modified: cxf/trunk/distribution/bundle/minimal/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/minimal/pom.xml?rev=900840&r1=900839&r2=900840&view=diff
==============================================================================
--- cxf/trunk/distribution/bundle/minimal/pom.xml (original)
+++ cxf/trunk/distribution/bundle/minimal/pom.xml Tue Jan 19 16:52:16 2010
@@ -66,11 +66,7 @@
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>${pom.version}</version>
</dependency>
- <dependency>
- <groupId>${pom.groupId}</groupId>
- <artifactId>cxf-rt-transports-http-osgi</artifactId>
- <version>${pom.version}</version>
- </dependency>
+
<dependency>
<groupId>${pom.groupId}</groupId>