You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/09/24 23:24:40 UTC

svn commit: r1389599 - /cxf/trunk/distribution/src/main/release/lib/WHICH_JARS

Author: dkulp
Date: Mon Sep 24 21:24:40 2012
New Revision: 1389599

URL: http://svn.apache.org/viewvc?rev=1389599&view=rev
Log:
Add some stuff to WHICH_JARS

Modified:
    cxf/trunk/distribution/src/main/release/lib/WHICH_JARS

Modified: cxf/trunk/distribution/src/main/release/lib/WHICH_JARS
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/lib/WHICH_JARS?rev=1389599&r1=1389598&r2=1389599&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/lib/WHICH_JARS (original)
+++ cxf/trunk/distribution/src/main/release/lib/WHICH_JARS Mon Sep 24 21:24:40 2012
@@ -92,7 +92,7 @@ For JAX-RS support:
 - commons-codec.jar (Needed for Abdera)
 - jaxen.jar (Needed for Abdera)
 - axiom* (Needed for Abdera)
-- jsr311-api.jar
+- javax.ws.rs-apijar
 - jettison.jar (Needed for JSON services only)
 - oauth*.jar (Needed for OAuth support)
 
@@ -101,6 +101,16 @@ For JMS transport
 - spring-jms.jar
 - spring-tx.jar
 
+For the UDP transport
+- mina-core.jar
+
+For the Async HTTP client transport
+- commons-codec.jar
+- httpasyncclient.jar
+- httpcore.jar
+- httpclient.jar
+- httpcore-nio-4.2.2.jar
+
 For CORBA support:
 - antlr.jar
 
@@ -121,4 +131,10 @@ For the WS-Notification Service:
 For the CXF Security Token Service:
  - cxf-services-sts-core.jar
 
+For the WS-Discovery Service
+ - cxf-ws-discovery-api.jar
+ - cxf-ws-discovery-service.jar
+
+
+