You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ni...@apache.org on 2011/02/23 10:23:01 UTC

svn commit: r1073651 - in /cxf/trunk/distribution: ./ karaf/ karaf/features/ karaf/features/src/ karaf/features/src/main/ karaf/features/src/main/resources/

Author: ningjiang
Date: Wed Feb 23 09:23:00 2011
New Revision: 1073651

URL: http://svn.apache.org/viewvc?rev=1073651&view=rev
Log:
CXF-3333 add cxf-all features for Karaf

Added:
    cxf/trunk/distribution/karaf/
    cxf/trunk/distribution/karaf/features/
    cxf/trunk/distribution/karaf/features/pom.xml   (with props)
    cxf/trunk/distribution/karaf/features/src/
    cxf/trunk/distribution/karaf/features/src/main/
    cxf/trunk/distribution/karaf/features/src/main/resources/
    cxf/trunk/distribution/karaf/features/src/main/resources/config.properties   (with props)
    cxf/trunk/distribution/karaf/features/src/main/resources/features.xml   (with props)
    cxf/trunk/distribution/karaf/pom.xml   (with props)
Modified:
    cxf/trunk/distribution/pom.xml

Added: cxf/trunk/distribution/karaf/features/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/karaf/features/pom.xml?rev=1073651&view=auto
==============================================================================
--- cxf/trunk/distribution/karaf/features/pom.xml (added)
+++ cxf/trunk/distribution/karaf/features/pom.xml Wed Feb 23 09:23:00 2011
@@ -0,0 +1,210 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <!--
+
+        Licensed to the Apache Software Foundation (ASF) under one or more
+        contributor license agreements.  See the NOTICE file distributed with
+        this work for additional information regarding copyright ownership.
+        The ASF licenses this file to You under the Apache License, Version 2.0
+        (the "License"); you may not use this file except in compliance with
+        the License.  You may obtain a copy of the License at
+
+           http://www.apache.org/licenses/LICENSE-2.0
+
+        Unless required by applicable law or agreed to in writing, software
+        distributed under the License is distributed on an "AS IS" BASIS,
+        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+        See the License for the specific language governing permissions and
+        limitations under the License.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.cxf</groupId>
+        <artifactId>karaf</artifactId>
+        <version>2.4.0-SNAPSHOT</version>
+    </parent>
+
+    <groupId>org.apache.camel.karaf</groupId>
+    <artifactId>apache-cxf</artifactId>
+    <packaging>pom</packaging>
+    <name>CXF :: Apache Karaf :: Features</name>
+
+    <!-- some of the bundles is located at: http://repo1.maven.org/maven2/org/apache/servicemix/bundles/ -->
+    <properties>
+      <abdera-bundle-version>0.4.0-incubating_3</abdera-bundle-version>
+      <ant-bundle-version>1.7.0_3</ant-bundle-version>
+      <antlr-bundle-version>2.7.7_2</antlr-bundle-version>
+      <aopalliance-bundle-version>1.0_3</aopalliance-bundle-version>
+      <asm-bundle-version>2.2.3_3</asm-bundle-version>
+      <bcel-bundle-version>5.2_2</bcel-bundle-version>
+      <cglib-version>2.1_3_6</cglib-version>
+      <commons-beanutils-bundle-version>1.7.0_3</commons-beanutils-bundle-version>
+      <commons-csv-version>1.0-r706899_3</commons-csv-version>
+      <commons-codec-version>1.4</commons-codec-version>
+      <commons-collections-version>3.2.1</commons-collections-version>
+      <commons-io-bundle-version>1.3.2_3</commons-io-bundle-version>
+      <commons-jxpath-version>1.3</commons-jxpath-version>
+      <commons-lang-version>2.4</commons-lang-version>
+      <commons-net-version>2.0</commons-net-version>
+      <commons-management-version>1.0</commons-management-version>
+      <commons-pool-bundle-version>1.5.4_1</commons-pool-bundle-version>
+      <dom4j-bundle-version>1.6.1_2</dom4j-bundle-version>
+      <el-api-1.0-version>1.0.1</el-api-1.0-version>
+      <fastinfoset-version>1.2.7_2</fastinfoset-version>
+      <features.file>features.xml</features.file>
+      <felix.configadmin.version>1.2.4</felix.configadmin.version>
+      <felix.framework.version>2.0.5</felix.framework.version>
+      <geronimo-el-version>1.0.1</geronimo-el-version>
+      <geronimo-jsp-version>1.0.1</geronimo-jsp-version>
+      <geronimo-ws-metadata-spec-version>1.1.2</geronimo-ws-metadata-spec-version>
+      <gernimo-annotation-spec-version>1.1.1</gernimo-annotation-spec-version>
+      <geronimo-jms-spec-version>1.1.1</geronimo-jms-spec-version>
+      <javax-mail-version>1.4.3</javax-mail-version>
+      <jdom-bundle-version>1.1_2</jdom-bundle-version>
+      <jettison-bundle-version>1.2</jettison-bundle-version>
+      <jaxb-bundle-version>2.2.1.1_1</jaxb-bundle-version>
+      <neethi-bundle-version>2.0.4_2</neethi-bundle-version>
+      <opensaml-version>1.1_3</opensaml-version>
+      <oro-bundle-version>2.0.8_3</oro-bundle-version>
+      <oscache-bundle-version>2.4_3</oscache-bundle-version>
+      <osgi.compendium.version>4.2.0</osgi.compendium.version>
+      <pax.web.version>0.7.2</pax.web.version>
+      <pax-logging-version>1.6.0</pax-logging-version>
+      <quartz-bundle-version>1.8.3_2</quartz-bundle-version>
+      <jaxws.api.version>2.2</jaxws.api.version>
+      <servlet-api-2.5-version>1.1.2</servlet-api-2.5-version>
+      <servicemix-specs-version>1.7.0</servicemix-specs-version>
+      <velocity-bundle-version>1.7_1</velocity-bundle-version>
+      <xalan-bundle-version>2.7.1_2</xalan-bundle-version>
+      <xerces-bundle-version>2.9.1_3</xerces-bundle-version>
+      <xmlbeans-bundle-version>2.5.0_1</xmlbeans-bundle-version>
+      <xmlschema-version>1.4.5</xmlschema-version>
+      <xmlsec-bundle-version>1.4.4_1</xmlsec-bundle-version>
+      <xmlresolver-bundle-version>1.2_2</xmlresolver-bundle-version>
+      <xstream-bundle-version>1.3_3</xstream-bundle-version>
+      <woodstox-core-bundle-version>4.0.8</woodstox-core-bundle-version>
+      <stax2-api-bundle-version>3.0.1</stax2-api-bundle-version>
+      <saaj-impl-version>1.3.2_1</saaj-impl-version>
+      <wsdl4j-bundle-version>1.6.2_2</wsdl4j-bundle-version>
+      <wss4j-version>1.5.11</wss4j-version>
+    </properties>
+    
+    <!-- The validate plugin will export these provided dependencies bundles' export packages first -->  
+    <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+            <version>4.2.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.ops4j.pax.logging</groupId>
+            <artifactId>pax-logging-api</artifactId>
+            <version>${pax-logging-version}</version>
+            <scope>provided</scope>
+        </dependency>        
+        <dependency>
+            <groupId>org.ops4j.pax.logging</groupId>
+            <artifactId>pax-logging-service</artifactId>
+            <version>${pax-logging-version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.framework</artifactId>
+            <version>${felix.framework.version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.configadmin</artifactId>
+            <version>${felix.configadmin.version}</version>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+      <resources>
+        <resource>
+          <directory>src/main/resources</directory>
+          <filtering>true</filtering>
+        </resource>
+      </resources>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <executions>
+             <execution>
+                <id>filter</id>
+                <phase>generate-resources</phase>
+                <goals>
+                  <goal>resources</goal>
+                </goals>
+             </execution>
+          </executions>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+            <artifactId>build-helper-maven-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>attach-artifacts</id>
+                <phase>package</phase>
+                <goals>
+                  <goal>attach-artifact</goal>
+                </goals>
+                <configuration>
+                  <artifacts>
+                    <artifact>
+                      <file>target/classes/features.xml</file>
+                       <type>xml</type>
+                       <classifier>features</classifier>
+                     </artifact>
+                   </artifacts>
+                 </configuration>
+               </execution>
+           </executions>
+         </plugin>
+      </plugins>
+    </build>
+
+    <profiles>
+       <profile>
+          <id>validate</id>
+          <build>
+             <plugins>
+                <plugin>
+                   <groupId>org.apache.karaf.tooling</groupId>
+                   <artifactId>features-maven-plugin</artifactId>
+                   <version>${karaf-version}</version>
+                   <configuration>
+                       <file>${project.build.directory}/classes/${features.file}</file>
+                       <karafConfig>${project.build.directory}/classes/config.properties</karafConfig>
+                   </configuration>
+                   <executions>
+                     <execution>
+                       <id>validate</id>
+                       <phase>process-resources</phase>
+                       <goals>
+                         <goal>validate</goal>
+                       </goals>
+                     </execution>
+                   </executions>
+                   <dependencies>
+                    <dependency>
+                     <groupId>org.slf4j</groupId>
+                     <artifactId>slf4j-simple</artifactId>
+                     <version>1.4.3</version>
+                </dependency>
+                 </dependencies>
+               </plugin>
+              </plugins>
+           </build>
+        </profile>
+     </profiles>
+
+</project>

Propchange: cxf/trunk/distribution/karaf/features/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/distribution/karaf/features/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/distribution/karaf/features/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: cxf/trunk/distribution/karaf/features/src/main/resources/config.properties
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/karaf/features/src/main/resources/config.properties?rev=1073651&view=auto
==============================================================================
--- cxf/trunk/distribution/karaf/features/src/main/resources/config.properties (added)
+++ cxf/trunk/distribution/karaf/features/src/main/resources/config.properties Wed Feb 23 09:23:00 2011
@@ -0,0 +1,334 @@
+################################################################################
+#
+#    Licensed to the Apache Software Foundation (ASF) under one or more
+#    contributor license agreements.  See the NOTICE file distributed with
+#    this work for additional information regarding copyright ownership.
+#    The ASF licenses this file to You under the Apache License, Version 2.0
+#    (the "License"); you may not use this file except in compliance with
+#    the License.  You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#    Unless required by applicable law or agreed to in writing, software
+#    distributed under the License is distributed on an "AS IS" BASIS,
+#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#    See the License for the specific language governing permissions and
+#    limitations under the License.
+#
+################################################################################
+
+#
+# Framework config properties.
+#
+org.osgi.framework.system.packages=org.osgi.framework; version=1.5.0, \
+ org.osgi.framework.launch; version=1.0.0, \
+ org.osgi.framework.hooks.service; version=1.0.0, \
+ org.osgi.service.packageadmin; version=1.2.0, \
+ org.osgi.service.startlevel; version=1.1.0, \
+ org.osgi.service.url; version=1.0.0, \
+ org.osgi.util.tracker; version=1.3.0 \
+ ${jre-${java.specification.version}} 
+
+org.osgi.framework.bootdelegation=sun.*,com.sun*,javax.transaction,javax.transaction.*
+
+# Standard package set.  Note that:
+#   - some com.sun.org.apache.* are exported
+#   - com.sun.jndi.ldap package is exported
+#   - javax.transaction* is exported with a mandatory attribute 
+jre-1.5=, \
+ com.sun.org.apache.xalan.internal.xsltc.trax, \
+ com.sun.org.apache.xerces.internal.dom, \
+ com.sun.org.apache.xerces.internal.jaxp, \
+ com.sun.org.apache.xerces.internal.xni, \
+ com.sun.jndi.ldap, \
+ javax.accessibility, \
+ javax.activity, \
+ javax.crypto, \
+ javax.crypto.interfaces, \
+ javax.crypto.spec, \
+ javax.imageio, \
+ javax.imageio.event, \
+ javax.imageio.metadata, \
+ javax.imageio.plugins.bmp, \
+ javax.imageio.plugins.jpeg, \
+ javax.imageio.spi, \
+ javax.imageio.stream, \
+ javax.management, \
+ javax.management.loading, \
+ javax.management.modelmbean, \
+ javax.management.monitor, \
+ javax.management.openmbean, \
+ javax.management.relation, \
+ javax.management.remote, \
+ javax.management.remote.rmi, \
+ javax.management.timer, \
+ javax.naming, \
+ javax.naming.directory, \
+ javax.naming.event, \
+ javax.naming.ldap, \
+ javax.naming.spi, \
+ javax.net, \
+ javax.net.ssl, \
+ javax.print, \
+ javax.print.attribute, \
+ javax.print.attribute.standard, \
+ javax.print.event, \
+ javax.rmi, \
+ javax.rmi.CORBA, \
+ javax.rmi.ssl, \
+ javax.security.auth, \
+ javax.security.auth.callback, \
+ javax.security.auth.kerberos, \
+ javax.security.auth.login, \
+ javax.security.auth.spi, \
+ javax.security.auth.x500, \
+ javax.security.cert, \
+ javax.security.sasl, \
+ javax.sound.midi, \
+ javax.sound.midi.spi, \
+ javax.sound.sampled, \
+ javax.sound.sampled.spi, \
+ javax.sql, \
+ javax.sql.rowset, \
+ javax.sql.rowset.serial, \
+ javax.sql.rowset.spi, \
+ javax.swing, \
+ javax.swing.border, \
+ javax.swing.colorchooser, \
+ javax.swing.event, \
+ javax.swing.filechooser, \
+ javax.swing.plaf, \
+ javax.swing.plaf.basic, \
+ javax.swing.plaf.metal, \
+ javax.swing.plaf.multi, \
+ javax.swing.plaf.synth, \
+ javax.swing.table, \
+ javax.swing.text, \
+ javax.swing.text.html, \
+ javax.swing.text.html.parser, \
+ javax.swing.text.rtf, \
+ javax.swing.tree, \
+ javax.swing.undo, \
+ javax.transaction; javax.transaction.xa; partial=true; mandatory:=partial, \
+ javax.xml, \
+ javax.xml.datatype, \
+ javax.xml.namespace, \
+ javax.xml.parsers, \
+ javax.xml.transform, \
+ javax.xml.transform.dom, \
+ javax.xml.transform.sax, \
+ javax.xml.transform.stream, \
+ javax.xml.validation, \
+ javax.xml.xpath, \
+ org.ietf.jgss, \
+ org.omg.CORBA, \
+ org.omg.CORBA_2_3, \
+ org.omg.CORBA_2_3.portable, \
+ org.omg.CORBA.DynAnyPackage, \
+ org.omg.CORBA.ORBPackage, \
+ org.omg.CORBA.portable, \
+ org.omg.CORBA.TypeCodePackage, \
+ org.omg.CosNaming, \
+ org.omg.CosNaming.NamingContextExtPackage, \
+ org.omg.CosNaming.NamingContextPackage, \
+ org.omg.Dynamic, \
+ org.omg.DynamicAny, \
+ org.omg.DynamicAny.DynAnyFactoryPackage, \
+ org.omg.DynamicAny.DynAnyPackage, \
+ org.omg.IOP, \
+ org.omg.IOP.CodecFactoryPackage, \
+ org.omg.IOP.CodecPackage, \
+ org.omg.Messaging, \
+ org.omg.PortableInterceptor, \
+ org.omg.PortableInterceptor.ORBInitInfoPackage, \
+ org.omg.PortableServer, \
+ org.omg.PortableServer.CurrentPackage, \
+ org.omg.PortableServer.POAManagerPackage, \
+ org.omg.PortableServer.POAPackage, \
+ org.omg.PortableServer.portable, \
+ org.omg.PortableServer.ServantLocatorPackage, \
+ org.omg.SendingContext, \
+ org.omg.stub.java.rmi, \
+ org.omg.stub.javax.management.remote.rmi, \
+ org.w3c.dom, \
+ org.w3c.dom.bootstrap, \
+ org.w3c.dom.css, \
+ org.w3c.dom.events, \
+ org.w3c.dom.html, \
+ org.w3c.dom.ls, \
+ org.w3c.dom.ranges, \
+ org.w3c.dom.stylesheets, \
+ org.w3c.dom.traversal, \
+ org.w3c.dom.views, \
+ org.xml.sax, \
+ org.xml.sax.ext, \
+ org.xml.sax.helpers
+
+# Standard package set.  Note that:
+#   - some com.sun.org.apache.* are exported
+#   - com.sun.jndi.ldap package is exported
+#   - javax.transaction* is exported with a mandatory attribute 
+#   - javax.activation, javax.annotation*, javax.jws*, javax.script*, javax.xml.bind*, javax.xml.soap, javax.xml.ws* packages are not exported
+jre-1.6=, \
+ com.sun.org.apache.xalan.internal.xsltc.trax, \
+ com.sun.org.apache.xerces.internal.dom, \
+ com.sun.org.apache.xerces.internal.jaxp, \
+ com.sun.org.apache.xerces.internal.xni, \
+ com.sun.jndi.ldap, \
+ javax.accessibility, \
+# javax.activation, \
+ javax.activity, \
+# javax.annotation, \
+# javax.annotation.processing, \
+ javax.crypto, \
+ javax.crypto.interfaces, \
+ javax.crypto.spec, \
+ javax.imageio, \
+ javax.imageio.event, \
+ javax.imageio.metadata, \
+ javax.imageio.plugins.bmp, \
+ javax.imageio.plugins.jpeg, \
+ javax.imageio.spi, \
+ javax.imageio.stream, \
+# javax.jws, \
+# javax.jws.soap, \
+ javax.lang.model, \
+ javax.lang.model.element, \
+ javax.lang.model.type, \
+ javax.lang.model.util, \
+ javax.management, \
+ javax.management.loading, \
+ javax.management.modelmbean, \
+ javax.management.monitor, \
+ javax.management.openmbean, \
+ javax.management.relation, \
+ javax.management.remote, \
+ javax.management.remote.rmi, \
+ javax.management.timer, \
+ javax.naming, \
+ javax.naming.directory, \
+ javax.naming.event, \
+ javax.naming.ldap, \
+ javax.naming.spi, \
+ javax.net, \
+ javax.net.ssl, \
+ javax.print, \
+ javax.print.attribute, \
+ javax.print.attribute.standard, \
+ javax.print.event, \
+ javax.rmi, \
+ javax.rmi.CORBA, \
+ javax.rmi.ssl, \
+ javax.script, \
+ javax.security.auth, \
+ javax.security.auth.callback, \
+ javax.security.auth.kerberos, \
+ javax.security.auth.login, \
+ javax.security.auth.spi, \
+ javax.security.auth.x500, \
+ javax.security.cert, \
+ javax.security.sasl, \
+ javax.sound.midi, \
+ javax.sound.midi.spi, \
+ javax.sound.sampled, \
+ javax.sound.sampled.spi, \
+ javax.sql, \
+ javax.sql.rowset, \
+ javax.sql.rowset.serial, \
+ javax.sql.rowset.spi, \
+ javax.swing, \
+ javax.swing.border, \
+ javax.swing.colorchooser, \
+ javax.swing.event, \
+ javax.swing.filechooser, \
+ javax.swing.plaf, \
+ javax.swing.plaf.basic, \
+ javax.swing.plaf.metal, \
+ javax.swing.plaf.multi, \
+ javax.swing.plaf.synth, \
+ javax.swing.table, \
+ javax.swing.text, \
+ javax.swing.text.html, \
+ javax.swing.text.html.parser, \
+ javax.swing.text.rtf, \
+ javax.swing.tree, \
+ javax.swing.undo, \
+ javax.tools, \
+ javax.transaction; javax.transaction.xa; partial=true; mandatory:=partial, \
+ javax.xml, \
+# javax.xml.bind, \
+# javax.xml.bind.annotation, \
+# javax.xml.bind.annotation.adapters, \
+# javax.xml.bind.attachment, \
+# javax.xml.bind.helpers, \
+# javax.xml.bind.util, \
+ javax.xml.crypto, \
+ javax.xml.crypto.dom, \
+ javax.xml.crypto.dsig, \
+ javax.xml.crypto.dsig.dom, \
+ javax.xml.crypto.dsig.keyinfo, \
+ javax.xml.crypto.dsig.spec, \
+ javax.xml.datatype, \
+ javax.xml.namespace, \
+ javax.xml.parsers, \
+# javax.xml.soap, \
+# javax.xml.stream, \
+# javax.xml.stream.events, \
+# javax.xml.stream.util, \
+ javax.xml.transform, \
+ javax.xml.transform.dom, \
+ javax.xml.transform.sax, \
+ javax.xml.transform.stax, \
+ javax.xml.transform.stream, \
+ javax.xml.validation, \
+# javax.xml.ws, \
+# javax.xml.ws.handler, \
+# javax.xml.ws.handler.soap, \
+# javax.xml.ws.http, \
+# javax.xml.ws.soap, \
+# javax.xml.ws.spi, \
+ javax.xml.xpath, \
+ org.ietf.jgss, \
+ org.omg.CORBA, \
+ org.omg.CORBA_2_3, \
+ org.omg.CORBA_2_3.portable, \
+ org.omg.CORBA.DynAnyPackage, \
+ org.omg.CORBA.ORBPackage, \
+ org.omg.CORBA.portable, \
+ org.omg.CORBA.TypeCodePackage, \
+ org.omg.CosNaming, \
+ org.omg.CosNaming.NamingContextExtPackage, \
+ org.omg.CosNaming.NamingContextPackage, \
+ org.omg.Dynamic, \
+ org.omg.DynamicAny, \
+ org.omg.DynamicAny.DynAnyFactoryPackage, \
+ org.omg.DynamicAny.DynAnyPackage, \
+ org.omg.IOP, \
+ org.omg.IOP.CodecFactoryPackage, \
+ org.omg.IOP.CodecPackage, \
+ org.omg.Messaging, \
+ org.omg.PortableInterceptor, \
+ org.omg.PortableInterceptor.ORBInitInfoPackage, \
+ org.omg.PortableServer, \
+ org.omg.PortableServer.CurrentPackage, \
+ org.omg.PortableServer.POAManagerPackage, \
+ org.omg.PortableServer.POAPackage, \
+ org.omg.PortableServer.portable, \
+ org.omg.PortableServer.ServantLocatorPackage, \
+ org.omg.SendingContext, \
+ org.omg.stub.java.rmi, \
+ org.omg.stub.javax.management.remote.rmi, \
+ org.w3c.dom, \
+ org.w3c.dom.bootstrap, \
+ org.w3c.dom.css, \
+ org.w3c.dom.events, \
+ org.w3c.dom.html, \
+ org.w3c.dom.ls, \
+ org.w3c.dom.ranges, \
+ org.w3c.dom.stylesheets, \
+ org.w3c.dom.traversal, \
+ org.w3c.dom.views, \
+ org.w3c.dom.xpath, \
+ org.xml.sax, \
+ org.xml.sax.ext, \
+ org.xml.sax.helpers

Propchange: cxf/trunk/distribution/karaf/features/src/main/resources/config.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/distribution/karaf/features/src/main/resources/config.properties
------------------------------------------------------------------------------
    svn:executable = *

Propchange: cxf/trunk/distribution/karaf/features/src/main/resources/config.properties
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/distribution/karaf/features/src/main/resources/config.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 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=1073651&view=auto
==============================================================================
--- cxf/trunk/distribution/karaf/features/src/main/resources/features.xml (added)
+++ cxf/trunk/distribution/karaf/features/src/main/resources/features.xml Wed Feb 23 09:23:00 2011
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 
+      Licensed to the Apache Software Foundation (ASF) under one or more
+      contributor license agreements.  See the NOTICE file distributed with
+      this work for additional information regarding copyright ownership.
+      The ASF licenses this file to You under the Apache License, Version 2.0
+      (the "License"); you may not use this file except in compliance with
+      the License.  You may obtain a copy of the License at
+ 
+         http://www.apache.org/licenses/LICENSE-2.0
+ 
+      Unless required by applicable law or agreed to in writing, software
+      distributed under the License is distributed on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+      See the License for the specific language governing permissions and
+      limitations under the License.
+-->
+<features>
+  <feature name='spring' version='${cxf.spring.version}'>
+    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/${aopalliance-bundle-version}</bundle>
+    <bundle>mvn:org.springframework/spring-asm/${cxf.spring.version}</bundle>
+    <bundle>mvn:org.springframework/spring-aop/${cxf.spring.version}</bundle>
+    <bundle>mvn:org.springframework/spring-aspects/${cxf.spring.version}</bundle>
+    <bundle>mvn:org.springframework/spring-core/${cxf.spring.version}</bundle>
+    <bundle>mvn:org.springframework/spring-beans/${cxf.spring.version}</bundle>
+    <bundle>mvn:org.springframework/spring-context/${cxf.spring.version}</bundle>
+    <bundle>mvn:org.springframework/spring-context-support/${cxf.spring.version}</bundle>
+    <bundle>mvn:org.springframework/spring-expression/${cxf.spring.version}</bundle>
+  </feature>
+  <feature name='jetty7' version='${pom.version}'>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/${servlet-api-2.5-version}</bundle>
+    <bundle>mvn:org.eclipse.jetty/jetty-util/${cxf.jetty.version}</bundle>
+    <bundle>mvn:org.eclipse.jetty/jetty-io/${cxf.jetty.version}</bundle>
+    <bundle>mvn:org.eclipse.jetty/jetty-http/${cxf.jetty.version}</bundle>
+    <bundle>mvn:org.eclipse.jetty/jetty-client/${cxf.jetty.version}</bundle>
+    <bundle>mvn:org.eclipse.jetty/jetty-continuation/${cxf.jetty.version}</bundle>
+    <bundle>mvn:org.eclipse.jetty/jetty-jmx/${cxf.jetty.version}</bundle>
+    <bundle>mvn:org.eclipse.jetty/jetty-server/${cxf.jetty.version}</bundle>
+    <bundle>mvn:org.eclipse.jetty/jetty-security/${cxf.jetty.version}</bundle>
+    <bundle>mvn:org.eclipse.jetty/jetty-servlet/${cxf.jetty.version}</bundle>
+    <bundle>mvn:org.eclipse.jetty/jetty-servlets/${cxf.jetty.version}</bundle>
+    <bundle>mvn:org.eclipse.jetty/jetty-xml/${cxf.jetty.version}</bundle>
+    <bundle>mvn:org.eclipse.jetty/jetty-webapp/${cxf.jetty.version}</bundle>
+  </feature>
+  <feature name='jaxb' version='${pom.version}'>
+    <bundle>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/${servicemix-specs-version}</bundle>
+<bundle>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxb-api-2.2/${servicemix-specs-version}</bundle>
+<bundle>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.stax-api-1.0/${servicemix-specs-version}</bundle>
+<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-impl/${jaxb-bundle-version}</bundle>
+  </feature>
+  <!-- Current the abdera bundle is work as expect -->
+  <feature name='abdera' version='${pom.version}'>
+    <bundle>mvn:org.apache.abdera/abdera-core/${cxf.abdera.version}</bundle>
+    <!--bundle>mvn:org.apache.abdera/abdera-extensions-json/${cxf.abdera.version}</bundle-->
+    <bundle>mvn:org.apache.abdera/abdera-extensions-main/${cxf.abdera.version}</bundle>
+    <bundle>mvn:org.apache.abdera/abdera-i18n/${cxf.abdera.version}</bundle>
+    <bundle>mvn:org.apache.abdera/abdera-parser/${cxf.abdera.version}</bundle>
+    <bundle>mvn:commons-codec/commons-codec/${commons-codec-version}</bundle>
+    <bundle>mvn:http://download.java.net/maven/2!javax.mail/mail/${javax-mail-version}</bundle> 
+    <feature version='${pom.version}'>jaxb</feature>
+  </feature>
+  <feature name='cxf-all' version='${pom.version}'>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/${geronimo-jms-spec-version}</bundle>
+    <bundle>mvn:org.springframework/spring-jms/${cxf.spring.version}</bundle>
+    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.asm/${asm-bundle-version}</bundle>
+    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.fastinfoset/${fastinfoset-version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/${servlet-api-2.5-version}</bundle>
+    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jdom/${jdom-bundle-version}</bundle>
+    <bundle>mvn:commons-codec/commons-codec/${commons-codec-version}</bundle>
+    <bundle>mvn:org.codehaus.jettison/jettison/${jettison-bundle-version}</bundle>
+    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.ant/${ant-bundle-version}</bundle>
+    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.bcel/${bcel-bundle-version}</bundle>
+    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xalan/${xalan-bundle-version}</bundle>
+    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xerces/${xerces-bundle-version}</bundle>
+    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlbeans/${xmlbeans-bundle-version}</bundle>
+    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlsec/${xmlsec-bundle-version}</bundle>
+    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlresolver/${xmlresolver-bundle-version}</bundle>
+    <bundle>mvn:org.codehaus.woodstox/woodstox-core-asl/${woodstox-core-bundle-version}</bundle>
+    <bundle>mvn:org.codehaus.woodstox/stax2-api/${stax2-api-bundle-version}</bundle>
+    <bundle>mvn:org.apache.ws.commons.schema/XmlSchema/${xmlschema-version}</bundle>
+    <bundle>mvn:commons-lang/commons-lang/${commons-lang-version}</bundle>
+    <bundle>mvn:commons-collections/commons-collections/${commons-collections-version}</bundle>
+    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.antlr/${antlr-bundle-version}</bundle>
+    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.oro/${oro-bundle-version}</bundle>
+    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.velocity/${velocity-bundle-version}</bundle>
+    <bundle>mvn:http://download.java.net/maven/2!javax.mail/mail/${javax-mail-version}</bundle>
+    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.neethi/${neethi-bundle-version}</bundle>
+    <bundle>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxws-api-${jaxws.api.version}/${servicemix-specs-version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/${gernimo-annotation-spec-version}</bundle>
+    <bundle>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.saaj-api-1.3/${servicemix-specs-version}</bundle>
+    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.saaj-impl/${saaj-impl-version}</bundle>
+    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.wsdl4j/${wsdl4j-bundle-version}</bundle>
+    <bundle>mvn:org.apache.ws.security/wss4j/${wss4j-version}</bundle>
+    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.opensaml/${opensaml-version}</bundle>
+    <bundle>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr311-api-1.1/${servicemix-specs-version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-ws-metadata_2.0_spec/${geronimo-ws-metadata-spec-version}</bundle>
+    <bundle>mvn:org.apache.cxf/cxf-bundle/${pom.version}</bundle>
+    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-io/${commons-io-bundle-version}</bundle>
+    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.abdera/${abdera-bundle-version}</bundle>
+    <feature version='${pom.version}'>spring</feature>
+    <feature version='${pom.version}'>jetty7</feature>
+    <feature version='${pom.version}'>jaxb</feature>
+  </feature>
+</features>

Propchange: cxf/trunk/distribution/karaf/features/src/main/resources/features.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/distribution/karaf/features/src/main/resources/features.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/distribution/karaf/features/src/main/resources/features.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: cxf/trunk/distribution/karaf/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/karaf/pom.xml?rev=1073651&view=auto
==============================================================================
--- cxf/trunk/distribution/karaf/pom.xml (added)
+++ cxf/trunk/distribution/karaf/pom.xml Wed Feb 23 09:23:00 2011
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <!--
+
+        Licensed to the Apache Software Foundation (ASF) under one or more
+        contributor license agreements.  See the NOTICE file distributed with
+        this work for additional information regarding copyright ownership.
+        The ASF licenses this file to You under the Apache License, Version 2.0
+        (the "License"); you may not use this file except in compliance with
+        the License.  You may obtain a copy of the License at
+
+           http://www.apache.org/licenses/LICENSE-2.0
+
+        Unless required by applicable law or agreed to in writing, software
+        distributed under the License is distributed on an "AS IS" BASIS,
+        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+        See the License for the specific language governing permissions and
+        limitations under the License.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.cxf</groupId>
+        <artifactId>cxf-parent</artifactId>
+        <version>2.4.0-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
+    </parent>
+
+    <groupId>org.apache.cxf</groupId>
+    <artifactId>karaf</artifactId>
+    <packaging>pom</packaging>
+    <version>2.4.0-SNAPSHOT</version>
+    <name>CXF :: Apache Karaf</name>
+
+    <properties>
+      <karaf-version>2.1.4</karaf-version>
+    </properties>
+
+    <modules>
+      <module>features</module>
+    </modules>
+
+</project>

Propchange: cxf/trunk/distribution/karaf/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/distribution/karaf/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: cxf/trunk/distribution/karaf/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: cxf/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/pom.xml?rev=1073651&r1=1073650&r2=1073651&view=diff
==============================================================================
--- cxf/trunk/distribution/pom.xml (original)
+++ cxf/trunk/distribution/pom.xml Wed Feb 23 09:23:00 2011
@@ -44,6 +44,7 @@
 
     <modules>
         <module>bundle</module>
+        <module>karaf</module>
         <module>manifest</module>
     </modules>