Author: dkulp
Date: Wed Apr 13 00:18:30 2011
New Revision: 1091617
URL: http://svn.apache.org/viewvc?rev=1091617&view=rev
Log:
Remote refs to http-osgi
Modified:
cxf/trunk/distribution/bundle/all/pom.xml
cxf/trunk/distribution/bundle/jaxrs/Readme.txt
cxf/trunk/distribution/bundle/minimal/Readme.txt
cxf/trunk/distribution/pom.xml
Modified: cxf/trunk/distribution/bundle/all/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/all/pom.xml?rev=1091617&r1=1091616&r2=1091617&view=diff
==============================================================================
--- cxf/trunk/distribution/bundle/all/pom.xml (original)
+++ cxf/trunk/distribution/bundle/all/pom.xml Wed Apr 13 00:18:30 2011
@@ -165,11 +165,6 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>cxf-rt-transports-http-osgi</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>${project.version}</version>
</dependency>
Modified: cxf/trunk/distribution/bundle/jaxrs/Readme.txt
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/jaxrs/Readme.txt?rev=1091617&r1=1091616&r2=1091617&view=diff
==============================================================================
--- cxf/trunk/distribution/bundle/jaxrs/Readme.txt (original)
+++ cxf/trunk/distribution/bundle/jaxrs/Readme.txt Wed Apr 13 00:18:30 2011
@@ -48,7 +48,6 @@ cxf-rt-databinding-jaxb
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/minimal/Readme.txt
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/minimal/Readme.txt?rev=1091617&r1=1091616&r2=1091617&view=diff
==============================================================================
--- cxf/trunk/distribution/bundle/minimal/Readme.txt (original)
+++ cxf/trunk/distribution/bundle/minimal/Readme.txt Wed Apr 13 00:18:30 2011
@@ -43,7 +43,6 @@ cxf-rt-bindings-xml
cxf-rt-bindings-http
cxf-rt-frontend-js
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/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/pom.xml?rev=1091617&r1=1091616&r2=1091617&view=diff
==============================================================================
--- cxf/trunk/distribution/pom.xml (original)
+++ cxf/trunk/distribution/pom.xml Wed Apr 13 00:18:30 2011
@@ -159,11 +159,6 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>cxf-rt-transports-http-osgi</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>${project.version}</version>
</dependency>