Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 46733 invoked from network); 15 Mar 2011 06:56:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Mar 2011 06:56:21 -0000 Received: (qmail 53043 invoked by uid 500); 15 Mar 2011 06:56:21 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 52999 invoked by uid 500); 15 Mar 2011 06:56:21 -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 52990 invoked by uid 99); 15 Mar 2011 06:56:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Mar 2011 06:56:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Tue, 15 Mar 2011 06:56:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4E30C2388A2C; Tue, 15 Mar 2011 06:55:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1081674 - in /cxf/branches/2.3.x-fixes: ./ distribution/karaf/features/src/main/resources/features.xml Date: Tue, 15 Mar 2011 06:55:52 -0000 To: commits@cxf.apache.org From: ningjiang@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110315065552.4E30C2388A2C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ningjiang Date: Tue Mar 15 06:55:51 2011 New Revision: 1081674 URL: http://svn.apache.org/viewvc?rev=1081674&view=rev Log: Merged revisions 1081665 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1081665 | ningjiang | 2011-03-15 12:12:24 +0800 (Tue, 15 Mar 2011) | 1 line CXF-3333 clean up the apache-cxf feature file ........ Modified: cxf/branches/2.3.x-fixes/ (props changed) cxf/branches/2.3.x-fixes/distribution/karaf/features/src/main/resources/features.xml Propchange: cxf/branches/2.3.x-fixes/ ------------------------------------------------------------------------------ svn:mergeinfo = /cxf/trunk:1081665 Propchange: cxf/branches/2.3.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.3.x-fixes/distribution/karaf/features/src/main/resources/features.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/karaf/features/src/main/resources/features.xml?rev=1081674&r1=1081673&r2=1081674&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/distribution/karaf/features/src/main/resources/features.xml (original) +++ cxf/branches/2.3.x-fixes/distribution/karaf/features/src/main/resources/features.xml Tue Mar 15 06:55:51 2011 @@ -21,36 +21,31 @@ mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/${aopalliance-bundle-version} mvn:org.springframework/spring-asm/${cxf.spring.version} mvn:org.springframework/spring-aop/${cxf.spring.version} - mvn:org.springframework/spring-aspects/${cxf.spring.version} mvn:org.springframework/spring-core/${cxf.spring.version} mvn:org.springframework/spring-beans/${cxf.spring.version} mvn:org.springframework/spring-context/${cxf.spring.version} mvn:org.springframework/spring-context-support/${cxf.spring.version} mvn:org.springframework/spring-expression/${cxf.spring.version} - + mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/${servlet-api-2.5-version} mvn:org.eclipse.jetty/jetty-util/${cxf.jetty.version} mvn:org.eclipse.jetty/jetty-io/${cxf.jetty.version} mvn:org.eclipse.jetty/jetty-http/${cxf.jetty.version} - mvn:org.eclipse.jetty/jetty-client/${cxf.jetty.version} mvn:org.eclipse.jetty/jetty-continuation/${cxf.jetty.version} - mvn:org.eclipse.jetty/jetty-jmx/${cxf.jetty.version} mvn:org.eclipse.jetty/jetty-server/${cxf.jetty.version} mvn:org.eclipse.jetty/jetty-security/${cxf.jetty.version} mvn:org.eclipse.jetty/jetty-servlet/${cxf.jetty.version} - mvn:org.eclipse.jetty/jetty-servlets/${cxf.jetty.version} mvn:org.eclipse.jetty/jetty-xml/${cxf.jetty.version} - mvn:org.eclipse.jetty/jetty-webapp/${cxf.jetty.version} - + mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/${servicemix-specs-version} mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxb-api-2.2/${servicemix-specs-version} mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.stax-api-1.0/${servicemix-specs-version} mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-impl/${jaxb-bundle-version} - - + + mvn:org.apache.abdera/abdera-core/${cxf.abdera.version} mvn:org.apache.abdera/abdera-extensions-main/${cxf.abdera.version} @@ -58,7 +53,7 @@ mvn:org.apache.abdera/abdera-parser/${cxf.abdera.version} mvn:commons-codec/commons-codec/${commons-codec-version} mvn:http://download.java.net/maven/2!javax.mail/mail/${javax-mail-version} - jaxb + jaxb mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/${geronimo-jms-spec-version} @@ -98,8 +93,8 @@ mvn:org.apache.cxf/cxf-bundle/${pom.version} mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-io/${commons-io-bundle-version} mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.abdera/${abdera-bundle-version} - spring - jetty7 - jaxb + spring + jetty7 + jaxb