Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 91722 invoked from network); 1 Apr 2011 16:52:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Apr 2011 16:52:31 -0000 Received: (qmail 3658 invoked by uid 500); 1 Apr 2011 16:52:31 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 3617 invoked by uid 500); 1 Apr 2011 16:52:31 -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 3610 invoked by uid 99); 1 Apr 2011 16:52:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Apr 2011 16:52:31 +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; Fri, 01 Apr 2011 16:52:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1EBD123889EA; Fri, 1 Apr 2011 16:52:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1087803 - in /cxf/trunk: distribution/karaf/features/pom.xml distribution/karaf/features/src/main/resources/features.xml parent/pom.xml Date: Fri, 01 Apr 2011 16:52:09 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110401165209.1EBD123889EA@eris.apache.org> Author: dkulp Date: Fri Apr 1 16:52:08 2011 New Revision: 1087803 URL: http://svn.apache.org/viewvc?rev=1087803&view=rev Log: Update for Karaf 2.2/Aries blueprint 0.3/etc... Modified: cxf/trunk/distribution/karaf/features/pom.xml cxf/trunk/distribution/karaf/features/src/main/resources/features.xml cxf/trunk/parent/pom.xml Modified: cxf/trunk/distribution/karaf/features/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/karaf/features/pom.xml?rev=1087803&r1=1087802&r2=1087803&view=diff ============================================================================== --- cxf/trunk/distribution/karaf/features/pom.xml (original) +++ cxf/trunk/distribution/karaf/features/pom.xml Fri Apr 1 16:52:08 2011 @@ -32,7 +32,7 @@ pom CXF :: Apache Karaf :: Features - + org.osgi @@ -45,7 +45,7 @@ pax-logging-api ${cxf.pax.logging.version} provided - + org.ops4j.pax.logging pax-logging-service @@ -64,87 +64,105 @@ ${cxf.felix.configadmin.version} provided + + javax.mail + mail + ${cxf.javax.mail.version} + provided + - + + + java.net.maven2 + http://download.java.net/maven/2 + java.net maven 2 repo + + false + + + true + + + - - - src/main/resources - true - - - - - org.apache.maven.plugins - maven-resources-plugin - - - filter - generate-resources - - resources - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - attach-artifacts - package - - attach-artifact - - - - - target/classes/features.xml - xml - features - - - - - - - + + + src/main/resources + true + + + + + org.apache.maven.plugins + maven-resources-plugin + + + filter + generate-resources + + resources + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + + attach-artifact + + + + + target/classes/features.xml + xml + features + + + + + + + - - validate - - - - org.apache.karaf.tooling - features-maven-plugin - ${karaf-version} - - ${project.build.directory}/classes/features.xml - ${project.build.directory}/classes/config.properties - - - - validate - process-resources - - validate - - - - - - org.slf4j - slf4j-simple - 1.4.3 - - - - - + + validate + + + + org.apache.karaf.tooling + features-maven-plugin + ${karaf-version} + + ${project.build.directory}/classes/features.xml + ${project.build.directory}/classes/config.properties + + + + validate + process-resources + + validate + + + + + + org.slf4j + slf4j-simple + 1.4.3 + + + + + - + Modified: cxf/trunk/distribution/karaf/features/src/main/resources/features.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/karaf/features/src/main/resources/features.xml?rev=1087803&r1=1087802&r2=1087803&view=diff ============================================================================== --- cxf/trunk/distribution/karaf/features/src/main/resources/features.xml (original) +++ cxf/trunk/distribution/karaf/features/src/main/resources/features.xml Fri Apr 1 16:52:08 2011 @@ -17,8 +17,7 @@ limitations under the License. --> - mvn:org.apache.karaf/apache-karaf/${cxf.karaf.version}/xml/features - + mvn:org.apache.karaf.assemblies.features/standard/${cxf.karaf.version}/xml/features mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/${cxf.servicemix.specs.version} @@ -30,7 +29,6 @@ mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxws-api-2.2/${cxf.servicemix.specs.version} mvn:http://download.java.net/maven/2!javax.mail/mail/${cxf.javax.mail.version} mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr311-api-1.1/${cxf.servicemix.specs.version} - mvn:org.apache.geronimo.specs/geronimo-servlet_3.0_spec/${cxf.geronimo.servlet.version} @@ -47,16 +45,9 @@ mvn:org.springframework/spring-tx/${cxf.spring.version} mvn:org.springframework/spring-web/${cxf.spring.version} - - spring - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.cglib/${cxf.cglib.bundle.version} - mvn:org.springframework.osgi/spring-osgi-io/${cxf.spring.osgi.version} - mvn:org.springframework.osgi/spring-osgi-core/${cxf.spring.osgi.version} - mvn:org.springframework.osgi/spring-osgi-extender/${cxf.spring.osgi.version} - mvn:org.springframework.osgi/spring-osgi-annotation/${cxf.spring.osgi.version} - mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.spring/${cxf.karaf.version} - - + + mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/${cxf.geronimo.servlet25.version} + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.asm/${cxf.asm.bundle.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} @@ -104,13 +95,13 @@ mvn:org.codehaus.woodstox/woodstox-core-asl/${cxf.woodstox.core.version} cxf-jaxb - spring-dm http war spring + spring-dm spring-jms wss4j - jetty7 + jetty abdera mvn:org.apache.neethi/neethi/${cxf.neethi.version} Modified: cxf/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1087803&r1=1087802&r2=1087803&view=diff ============================================================================== --- cxf/trunk/parent/pom.xml (original) +++ cxf/trunk/parent/pom.xml Fri Apr 1 16:52:08 2011 @@ -101,6 +101,7 @@ 1.1.1 1.1.3 1.0 + 1.1.2 1.4 2.6 @@ -110,9 +111,9 @@ 1.2.7_3 - 0.2-incubating + 0.3 4.2.0 - 2.1.4 + 2.2.0 1.6.0 2.0.5 1.2.4