Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 3832 invoked from network); 4 Oct 2010 16:29:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Oct 2010 16:29:42 -0000 Received: (qmail 33403 invoked by uid 500); 4 Oct 2010 16:29:42 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 33286 invoked by uid 500); 4 Oct 2010 16:29:41 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 33279 invoked by uid 99); 4 Oct 2010 16:29:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Oct 2010 16:29:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Oct 2010 16:29:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6EFE923889BB; Mon, 4 Oct 2010 16:29:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1004310 - in /cxf/trunk: distribution/manifest/pom.xml distribution/pom.xml distribution/src/main/release/lib/WHICH_JARS parent/pom.xml rt/frontend/jaxrs/pom.xml rt/management-web/pom.xml systests/jaxrs/pom.xml Date: Mon, 04 Oct 2010 16:29:19 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101004162919.6EFE923889BB@eris.apache.org> Author: dkulp Date: Mon Oct 4 16:29:18 2010 New Revision: 1004310 URL: http://svn.apache.org/viewvc?rev=1004310&view=rev Log: Mark abdera optional Update WHICH_JARS Remove some other unused jars Modified: cxf/trunk/distribution/manifest/pom.xml cxf/trunk/distribution/pom.xml cxf/trunk/distribution/src/main/release/lib/WHICH_JARS cxf/trunk/parent/pom.xml cxf/trunk/rt/frontend/jaxrs/pom.xml cxf/trunk/rt/management-web/pom.xml cxf/trunk/systests/jaxrs/pom.xml Modified: cxf/trunk/distribution/manifest/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/manifest/pom.xml?rev=1004310&r1=1004309&r2=1004310&view=diff ============================================================================== --- cxf/trunk/distribution/manifest/pom.xml (original) +++ cxf/trunk/distribution/manifest/pom.xml Mon Oct 4 16:29:18 2010 @@ -285,16 +285,10 @@ commons-logging commons-logging - - - org.apache.ant - ant - com.sun.xml.fastinfoset FastInfoset - Modified: cxf/trunk/distribution/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/pom.xml?rev=1004310&r1=1004309&r2=1004310&view=diff ============================================================================== --- cxf/trunk/distribution/pom.xml (original) +++ cxf/trunk/distribution/pom.xml Mon Oct 4 16:29:18 2010 @@ -317,11 +317,6 @@ com.sun.xml.fastinfoset FastInfoset - - - org.apache.ant - ant - 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=1004310&r1=1004309&r2=1004310&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/release/lib/WHICH_JARS (original) +++ cxf/trunk/distribution/src/main/release/lib/WHICH_JARS Mon Oct 4 16:29:18 2010 @@ -37,6 +37,8 @@ For Java2WSDL and WSDL2Java: - oro.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] @@ -63,6 +65,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 @@ -75,8 +80,11 @@ 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) @@ -84,7 +92,10 @@ For JMS transport - geronimo-jms.jar (Or the Sun equivalent) - spring-jms.jar - spring-tx.jar +- commons-pool.jar For CORBA support: - antlr.jar +For JavaScript functionality: +- js.jar Modified: cxf/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1004310&r1=1004309&r2=1004310&view=diff ============================================================================== --- cxf/trunk/parent/pom.xml (original) +++ cxf/trunk/parent/pom.xml Mon Oct 4 16:29:18 2010 @@ -809,8 +809,13 @@ org.springframework.security + spring-security-core + 2.0.4 + + + org.springframework.security spring-security-core-tiger - 2.0.5.RELEASE + 2.0.4 org.springframework @@ -837,7 +842,7 @@ org.springframework.security spring-security-acl - 3.0.3.RELEASE + 2.0.4 org.springframework @@ -891,12 +896,6 @@ commons-httpclient commons-httpclient 3.1 - - - commons-codec - commons-codec - - commons-codec @@ -1083,6 +1082,26 @@ javax.servlet servlet-api + + org.apache.abdera + abdera-client + + + org.apache.abdera + abdera-server + + + org.apache.abdera + abdera-extensions-html + + + org.apache.geronimo.specs + geronimo-activation_1.0.2_spec + + + stax + stax-api + Modified: cxf/trunk/rt/frontend/jaxrs/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/rt/frontend/jaxrs/pom.xml?rev=1004310&r1=1004309&r2=1004310&view=diff ============================================================================== --- cxf/trunk/rt/frontend/jaxrs/pom.xml (original) +++ cxf/trunk/rt/frontend/jaxrs/pom.xml Mon Oct 4 16:29:18 2010 @@ -95,42 +95,19 @@ org.apache.abdera abdera-core ${abdera.version} + true org.apache.abdera abdera-parser ${abdera.version} - - - jaxen - jaxen + true org.apache.abdera abdera-extensions-json ${abdera.version} - - - org.apache.abdera - abdera-client - - - org.apache.abdera - abdera-server - - - org.apache.abdera - abdera-extensions-html - - - org.apache.geronimo.specs - geronimo-activation_1.0.2_spec - - - stax - stax-api - - + true ${servlet-api.group} Modified: cxf/trunk/rt/management-web/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/rt/management-web/pom.xml?rev=1004310&r1=1004309&r2=1004310&view=diff ============================================================================== --- cxf/trunk/rt/management-web/pom.xml (original) +++ cxf/trunk/rt/management-web/pom.xml Mon Oct 4 16:29:18 2010 @@ -42,6 +42,24 @@ commons-lang commons-lang + + org.apache.abdera + abdera-core + ${abdera.version} + true + + + org.apache.abdera + abdera-parser + ${abdera.version} + true + + + org.apache.abdera + abdera-extensions-json + ${abdera.version} + true + org.apache.cxf cxf-common-utilities Modified: cxf/trunk/systests/jaxrs/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/systests/jaxrs/pom.xml?rev=1004310&r1=1004309&r2=1004310&view=diff ============================================================================== --- cxf/trunk/systests/jaxrs/pom.xml (original) +++ cxf/trunk/systests/jaxrs/pom.xml Mon Oct 4 16:29:18 2010 @@ -65,6 +65,21 @@ + org.apache.abdera + abdera-core + ${abdera.version} + + + org.apache.abdera + abdera-parser + ${abdera.version} + + + org.apache.abdera + abdera-extensions-json + ${abdera.version} + + org.apache.ant ant @@ -266,6 +281,11 @@ org.springframework.security + spring-security-core + test + + + org.springframework.security spring-security-core-tiger test