Author: dkulp
Date: Mon Oct 4 16:33:21 2010
New Revision: 1004319
URL: http://svn.apache.org/viewvc?rev=1004319&view=rev
Log:
Merged revisions 1004310 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1004310 | dkulp | 2010-10-04 12:29:18 -0400 (Mon, 04 Oct 2010) | 3 lines
Update WHICH_JARS
Remove some other unused jars
........
Modified:
cxf/branches/2.2.x-fixes/ (props changed)
cxf/branches/2.2.x-fixes/distribution/manifest/pom.xml
cxf/branches/2.2.x-fixes/distribution/pom.xml
cxf/branches/2.2.x-fixes/distribution/src/main/release/lib/WHICH_JARS
Propchange: cxf/branches/2.2.x-fixes/
('svn:mergeinfo' removed)
Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: cxf/branches/2.2.x-fixes/distribution/manifest/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/manifest/pom.xml?rev=1004319&r1=1004318&r2=1004319&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/distribution/manifest/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/distribution/manifest/pom.xml Mon Oct 4 16:33:21
2010
@@ -270,16 +270,10 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
-
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant</artifactId>
- </dependency>
<dependency>
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>FastInfoset</artifactId>
</dependency>
-
</dependencies>
<build>
Modified: cxf/branches/2.2.x-fixes/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/pom.xml?rev=1004319&r1=1004318&r2=1004319&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/distribution/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/distribution/pom.xml Mon Oct 4 16:33:21 2010
@@ -286,11 +286,6 @@
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>FastInfoset</artifactId>
</dependency>
-
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant</artifactId>
- </dependency>
</dependencies>
<build>
Modified: cxf/branches/2.2.x-fixes/distribution/src/main/release/lib/WHICH_JARS
URL:
http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/src/main/release/lib/WHICH_JARS?rev=1004319&r1=1004318&r2=1004319&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/distribution/src/main/release/lib/WHICH_JARS
(original)
+++ cxf/branches/2.2.x-fixes/distribution/src/main/release/lib/WHICH_JARS Mon
Oct 4 16:33:21 2010
@@ -35,6 +35,8 @@ For Java2WSDL and WSDL2Java:
- velocity.jar
- commons-collections.jar
- commons-lang.jar
+- cxf-xjc*.jar (optional, these are xjc extensions for providing enhanced
+ JAXB code generation)
For JAX-WS support:
- geronimo-ws-metadata.jar [6]
@@ -62,6 +64,9 @@ For standalone HTTP support:
For Aegis support:
- jdom.jar (optional, if you want to map xsd:anyType to JDOM)
+For XmlBeans databinding support:
+- xmlbeans.jar
+
For WS-Security support:
- bcprov-jdk15.jar
- xalan.jar
@@ -74,15 +79,21 @@ For HTTP Binding support:
- jettison.jar (Needed for JSON services only)
For JAX-RS support:
-- abdera*
-- axiom*
+- abdera* (optional: for AtomPub support, but also needed for the
+ Management log browser console)
+- commons-codec.jar (Needed for Abdera)
+- jaxen.jar (Needed for Abdera)
+- axiom* (Needed for Abdera)
- jsr311-api.jar
- jettison.jar (Needed for JSON services only)
For JMS transport
- geronimo-jms.jar (Or the Sun equivalent)
- spring-jms.jar
+- commons-pool.jar
For CORBA support:
- antlr.jar
+For JavaScript functionality:
+- js.jar