Modified: servicemix/smx4/features/trunk/examples/itests/cxf-handler-cfg/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/cxf-handler-cfg/pom.xml?rev=1021918&r1=1021917&r2=1021918&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/itests/cxf-handler-cfg/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/itests/cxf-handler-cfg/pom.xml Tue Oct 12 20:50:01 2010 @@ -1,5 +1,5 @@ <?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"> +<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/xsd/maven-4.0.0.xsd"> <!-- @@ -19,91 +19,86 @@ limitations under the License. --> - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.servicemix.examples</groupId> - <artifactId>org.apache.servicemix.examples.itests</artifactId> - <version>4.3.0-SNAPSHOT</version> - </parent> - - <groupId>org.apache.servicemix.examples</groupId> - <artifactId>org.apache.servicemix.examples.itests.cxf-handler-cfg</artifactId> - <packaging>bundle</packaging> - <version>4.3.0-SNAPSHOT</version> - <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF SOAP Handler OSGi</name> - - <dependencies> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>${cxf.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> - <version>${geronimo-ws-metadata.version}</version> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-codegen-plugin</artifactId> - <version>${cxf.version}</version> - <executions> - <execution> - <id>generate-test-sources</id> - <phase>generate-sources</phase> - <configuration> - <sourceRoot>${basedir}/target/generated/src/main/java</sourceRoot> - <wsdlOptions> - <wsdlOption> - <wsdl>${basedir}/src/main/resources/wsdl/addNumbers.wsdl</wsdl> - </wsdlOption> - </wsdlOptions> - </configuration> - <goals> - <goal>wsdl2java</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <configuration> - <instructions> - <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> - <Import-Package> - javax.jws, - javax.wsdl, - javax.xml.bind, - javax.xml.bind.annotation, - javax.xml.namespace, - javax.xml.soap, - javax.xml.transform, - javax.xml.ws, - javax.xml.ws.handler, - javax.xml.ws.handler.soap, - META-INF.cxf, - META-INF.cxf.osgi, - org.apache.cxf.bus, - org.apache.cxf.bus.spring, - org.apache.cxf.bus.resource, - org.apache.cxf.configuration.spring, - org.apache.cxf.resource, - org.apache.cxf.transport.http_osgi, - org.springframework.beans.factory.config + <parent> + <groupId>org.apache.servicemix.examples</groupId> + <artifactId>org.apache.servicemix.examples.itests</artifactId> + <version>4.3.0-SNAPSHOT</version> + </parent> + + <artifactId>org.apache.servicemix.examples.itests.cxf-handler-cfg</artifactId> + <packaging>bundle</packaging> + <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF SOAP Handler OSGi</name> + + <dependencies> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxws</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-codegen-plugin</artifactId> + <executions> + <execution> + <id>generate-test-sources</id> + <phase>generate-sources</phase> + <configuration> + <sourceRoot>${basedir}/target/generated/src/main/java</sourceRoot> + <wsdlOptions> + <wsdlOption> + <wsdl>${basedir}/src/main/resources/wsdl/addNumbers.wsdl</wsdl> + </wsdlOption> + </wsdlOptions> + </configuration> + <goals> + <goal>wsdl2java</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <configuration> + <instructions> + <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> + <Import-Package> + javax.jws, + javax.wsdl, + javax.xml.bind, + javax.xml.bind.annotation, + javax.xml.namespace, + javax.xml.soap, + javax.xml.transform, + javax.xml.ws, + javax.xml.ws.handler, + javax.xml.ws.handler.soap, + META-INF.cxf, + META-INF.cxf.osgi, + org.apache.cxf.bus, + org.apache.cxf.bus.spring, + org.apache.cxf.bus.resource, + org.apache.cxf.configuration.spring, + org.apache.cxf.resource, + org.apache.cxf.transport.http_osgi, + org.springframework.beans.factory.config </Import-Package> - <Require-Bundle>org.apache.cxf.bundle</Require-Bundle> - <Export-Package>org.apache.springcfg.handlers.types,org.apache.springcfg.handlers,org.apache.servicemix.examples.cxf.springcfghandler</Export-Package> - </instructions> - </configuration> - </plugin> - </plugins> - </build> + <Require-Bundle>org.apache.cxf.bundle</Require-Bundle> + <Export-Package>org.apache.springcfg.handlers.types,org.apache.springcfg.handlers,org.apache.servicemix.examples.cxf.springcfghandler</Export-Package> + </instructions> + </configuration> + </plugin> + </plugins> + </build> </project>
Modified: servicemix/smx4/features/trunk/examples/itests/cxf-http-osgi/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/cxf-http-osgi/pom.xml?rev=1021918&r1=1021917&r2=1021918&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/itests/cxf-http-osgi/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/itests/cxf-http-osgi/pom.xml Tue Oct 12 20:50:01 2010 @@ -1,5 +1,5 @@ <?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"> +<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/xsd/maven-4.0.0.xsd"> <!-- @@ -19,73 +19,67 @@ limitations under the License. --> - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.servicemix.examples</groupId> - <artifactId>org.apache.servicemix.examples.itests</artifactId> - <version>4.3.0-SNAPSHOT</version> - </parent> - - <groupId>org.apache.servicemix.examples</groupId> - <artifactId>org.apache.servicemix.examples.itests.cxf-http-osgi</artifactId> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF OSGi</name> - - <dependencies> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>${cxf.version}</version> - <scope>provided</scope> - </dependency> - - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> - <version>${geronimo-ws-metadata.version}</version> - </dependency> - - <dependency> - <groupId>org.apache.servicemix.examples</groupId> - <artifactId>org.apache.servicemix.examples.itests.test-commons</artifactId> - <version>${project.version}</version> - </dependency> - - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <configuration> - <instructions> - <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> - <Import-Package> - javax.jws, - javax.wsdl, - javax.xml.bind, - javax.xml.bind.annotation, - javax.xml.namespace, - javax.xml.ws, - META-INF.cxf, - META-INF.cxf.osgi, - org.apache.cxf.bus, - org.apache.cxf.bus.spring, - org.apache.cxf.bus.resource, - org.apache.cxf.configuration.spring, - org.apache.cxf.resource, - org.apache.cxf.transport.http_osgi, - org.springframework.beans.factory.config, - org.apache.servicemix.examples.cxf + <parent> + <groupId>org.apache.servicemix.examples</groupId> + <artifactId>org.apache.servicemix.examples.itests</artifactId> + <version>4.3.0-SNAPSHOT</version> + </parent> + + <artifactId>org.apache.servicemix.examples.itests.cxf-http-osgi</artifactId> + <packaging>bundle</packaging> + <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF OSGi</name> + + <dependencies> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxws</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> + </dependency> + <dependency> + <groupId>org.apache.servicemix.examples</groupId> + <artifactId>org.apache.servicemix.examples.itests.test-commons</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <configuration> + <instructions> + <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> + <Import-Package> + javax.jws, + javax.wsdl, + javax.xml.bind, + javax.xml.bind.annotation, + javax.xml.namespace, + javax.xml.ws, + META-INF.cxf, + META-INF.cxf.osgi, + org.apache.cxf.bus, + org.apache.cxf.bus.spring, + org.apache.cxf.bus.resource, + org.apache.cxf.configuration.spring, + org.apache.cxf.resource, + org.apache.cxf.transport.http_osgi, + org.springframework.beans.factory.config, + org.apache.servicemix.examples.cxf </Import-Package> - <Export-Package>org.apache.servicemix.examples.cxf_http_osgi</Export-Package> - <Require-Bundle>org.apache.cxf.bundle</Require-Bundle> - </instructions> - </configuration> - </plugin> - </plugins> - </build> + <Export-Package>org.apache.servicemix.examples.cxf_http_osgi</Export-Package> + <Require-Bundle>org.apache.cxf.bundle</Require-Bundle> + </instructions> + </configuration> + </plugin> + </plugins> + </build> </project> Modified: servicemix/smx4/features/trunk/examples/itests/cxf-jms-osgi/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/cxf-jms-osgi/pom.xml?rev=1021918&r1=1021917&r2=1021918&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/itests/cxf-jms-osgi/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/itests/cxf-jms-osgi/pom.xml Tue Oct 12 20:50:01 2010 @@ -1,5 +1,5 @@ <?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"> +<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/xsd/maven-4.0.0.xsd"> <!-- @@ -19,84 +19,78 @@ limitations under the License. --> - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.servicemix.examples</groupId> - <artifactId>org.apache.servicemix.examples.itests</artifactId> - <version>4.3.0-SNAPSHOT</version> - </parent> - - <groupId>org.apache.servicemix.examples</groupId> - <artifactId>org.apache.servicemix.examples.itests.cxf-jms-osgi</artifactId> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF JMS Transport OSGi</name> - - <dependencies> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>${cxf.version}</version> - <scope>provided</scope> - </dependency> - - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> - <version>${geronimo-ws-metadata.version}</version> - </dependency> - - <dependency> - <groupId>org.apache.servicemix.examples</groupId> - <artifactId>org.apache.servicemix.examples.itests.test-commons</artifactId> - <version>${project.version}</version> - </dependency> - - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <configuration> - <instructions> - <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> - <Import-Package> - javax.jws, - javax.wsdl, - javax.xml.bind, - javax.xml.bind.annotation, - javax.xml.namespace, - javax.xml.ws, - META-INF.cxf, - org.apache.cxf.bus, - org.apache.cxf.bus.spring, - org.apache.cxf.bus.resource, - org.apache.cxf.configuration.spring, - org.apache.cxf.resource, - org.springframework.beans.factory.config, - org.apache.activemq.jndi, - org.apache.activemq.xbean, - org.apache.activemq.broker.region.policy, - javax.transaction, - org.apache.activemq, - org.apache.activemq.pool, - org.apache.activemq.util, - org.apache.activemq.broker.jmx, - org.apache.activemq.network, - org.apache.activemq.store.amq, - org.apache.activemq.usage, - org.apache.activemq.broker, - javax.jms, - org.apache.servicemix.examples.cxf + <parent> + <groupId>org.apache.servicemix.examples</groupId> + <artifactId>org.apache.servicemix.examples.itests</artifactId> + <version>4.3.0-SNAPSHOT</version> + </parent> + + <artifactId>org.apache.servicemix.examples.itests.cxf-jms-osgi</artifactId> + <packaging>bundle</packaging> + <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF JMS Transport OSGi</name> + + <dependencies> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxws</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> + </dependency> + <dependency> + <groupId>org.apache.servicemix.examples</groupId> + <artifactId>org.apache.servicemix.examples.itests.test-commons</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <configuration> + <instructions> + <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> + <Import-Package> + javax.jws, + javax.wsdl, + javax.xml.bind, + javax.xml.bind.annotation, + javax.xml.namespace, + javax.xml.ws, + META-INF.cxf, + org.apache.cxf.bus, + org.apache.cxf.bus.spring, + org.apache.cxf.bus.resource, + org.apache.cxf.configuration.spring, + org.apache.cxf.resource, + org.springframework.beans.factory.config, + org.apache.activemq.jndi, + org.apache.activemq.xbean, + org.apache.activemq.broker.region.policy, + javax.transaction, + org.apache.activemq, + org.apache.activemq.pool, + org.apache.activemq.util, + org.apache.activemq.broker.jmx, + org.apache.activemq.network, + org.apache.activemq.store.amq, + org.apache.activemq.usage, + org.apache.activemq.broker, + javax.jms, + org.apache.servicemix.examples.cxf </Import-Package> - <Export-Package>org.apache.servicemix.examples.cxf_jms_osgi</Export-Package> - <Require-Bundle>org.apache.cxf.bundle</Require-Bundle> - </instructions> - </configuration> - </plugin> - </plugins> - </build> + <Export-Package>org.apache.servicemix.examples.cxf_jms_osgi</Export-Package> + <Require-Bundle>org.apache.cxf.bundle</Require-Bundle> + </instructions> + </configuration> + </plugin> + </plugins> + </build> </project> Modified: servicemix/smx4/features/trunk/examples/itests/cxf-mtom-osgi/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/cxf-mtom-osgi/pom.xml?rev=1021918&r1=1021917&r2=1021918&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/itests/cxf-mtom-osgi/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/itests/cxf-mtom-osgi/pom.xml Tue Oct 12 20:50:01 2010 @@ -1,5 +1,5 @@ <?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"> +<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/xsd/maven-4.0.0.xsd"> <!-- @@ -19,93 +19,89 @@ limitations under the License. --> - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.servicemix.examples</groupId> - <artifactId>org.apache.servicemix.examples.itests</artifactId> - <version>4.3.0-SNAPSHOT</version> - </parent> - - <groupId>org.apache.servicemix.examples</groupId> - <artifactId>org.apache.servicemix.examples.itests.cxf-mtom-osgi</artifactId> - <packaging>bundle</packaging> - <version>4.3.0-SNAPSHOT</version> - <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF MTOM OSGi</name> - - <dependencies> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>${cxf.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> - <version>${geronimo-ws-metadata.version}</version> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-codegen-plugin</artifactId> - <version>${cxf.version}</version> - <executions> - <execution> - <id>generate-test-sources</id> - <phase>generate-sources</phase> - <configuration> - <sourceRoot>${basedir}/target/generated/src/main/java</sourceRoot> - <wsdlOptions> - <wsdlOption> - <wsdl>${basedir}/src/main/resources/wsdl/mtom.wsdl</wsdl> - </wsdlOption> - </wsdlOptions> - </configuration> - <goals> - <goal>wsdl2java</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <configuration> - <instructions> - <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> - <Import-Package> - javax.jws, - javax.wsdl, - javax.xml.bind, - javax.xml.bind.annotation, - javax.xml.namespace, - javax.xml.soap, - javax.xml.transform, - javax.xml.ws, - javax.activation, - javax.jws.soap, - javax.mail.util, - META-INF.cxf, - META-INF.cxf.osgi, - org.apache.cxf.feature, - org.apache.cxf.bus, - org.apache.cxf.bus.spring, - org.apache.cxf.bus.resource, - org.apache.cxf.configuration.spring, - org.apache.cxf.resource, - org.apache.cxf.transport.http_osgi, - org.springframework.beans.factory.config + <parent> + <groupId>org.apache.servicemix.examples</groupId> + <artifactId>org.apache.servicemix.examples.itests</artifactId> + <version>4.3.0-SNAPSHOT</version> + </parent> + + <artifactId>org.apache.servicemix.examples.itests.cxf-mtom-osgi</artifactId> + <packaging>bundle</packaging> + <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF MTOM OSGi</name> + + <dependencies> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxws</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-codegen-plugin</artifactId> + <executions> + <execution> + <id>generate-test-sources</id> + <phase>generate-sources</phase> + <configuration> + <sourceRoot>${basedir}/target/generated/src/main/java</sourceRoot> + <wsdlOptions> + <wsdlOption> + <wsdl>${basedir}/src/main/resources/wsdl/mtom.wsdl</wsdl> + </wsdlOption> + </wsdlOptions> + </configuration> + <goals> + <goal>wsdl2java</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <configuration> + <instructions> + <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> + <Import-Package> + javax.jws, + javax.wsdl, + javax.xml.bind, + javax.xml.bind.annotation, + javax.xml.namespace, + javax.xml.soap, + javax.xml.transform, + javax.xml.ws, + javax.activation, + javax.jws.soap, + javax.mail.util, + META-INF.cxf, + META-INF.cxf.osgi, + org.apache.cxf.feature, + org.apache.cxf.bus, + org.apache.cxf.bus.spring, + org.apache.cxf.bus.resource, + org.apache.cxf.configuration.spring, + org.apache.cxf.resource, + org.apache.cxf.transport.http_osgi, + org.springframework.beans.factory.config </Import-Package> - <Require-Bundle>org.apache.cxf.bundle</Require-Bundle> - <Export-Package>org.apache.cxf.mime, org.apache.cxf.mime.types, org.apache.servicemix.examples.cxf.mtom</Export-Package> - </instructions> - </configuration> - </plugin> - </plugins> - </build> + <Require-Bundle>org.apache.cxf.bundle</Require-Bundle> + <Export-Package>org.apache.cxf.mime, org.apache.cxf.mime.types, + org.apache.servicemix.examples.cxf.mtom</Export-Package> + </instructions> + </configuration> + </plugin> + </plugins> + </build> </project> Modified: servicemix/smx4/features/trunk/examples/itests/cxf-nmr-osgi/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/cxf-nmr-osgi/pom.xml?rev=1021918&r1=1021917&r2=1021918&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/itests/cxf-nmr-osgi/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/itests/cxf-nmr-osgi/pom.xml Tue Oct 12 20:50:01 2010 @@ -1,5 +1,5 @@ <?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"> +<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/xsd/maven-4.0.0.xsd"> <!-- @@ -19,75 +19,71 @@ limitations under the License. --> - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.servicemix.examples</groupId> - <artifactId>org.apache.servicemix.examples.itests</artifactId> - <version>4.3.0-SNAPSHOT</version> - </parent> - - <groupId>org.apache.servicemix.examples</groupId> - <artifactId>org.apache.servicemix.examples.itests.cxf-nmr-osgi</artifactId> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF NMR Transport OSGi</name> - - <dependencies> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>${cxf.version}</version> - <scope>provided</scope> - </dependency> - - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> - <version>${geronimo-ws-metadata.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix.examples</groupId> - <artifactId>org.apache.servicemix.examples.itests.test-commons</artifactId> - <version>${project.version}</version> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <configuration> - <instructions> - <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> - <Import-Package> - javax.jws, - javax.wsdl, - javax.xml.bind, - javax.xml.bind.annotation, - javax.xml.namespace, - javax.xml.ws, - META-INF.cxf, - META-INF.cxf.transport.nmr, - org.apache.cxf.bus, - org.apache.cxf.bus.spring, - org.apache.cxf.bus.resource, - org.apache.cxf.configuration.spring, - org.apache.cxf.resource, - org.apache.cxf.feature, - org.springframework.beans.factory.config, - org.apache.servicemix.nmr.api, - org.apache.servicemix.cxf.transport.nmr, - org.apache.servicemix.nmr.api.event, - org.apache.servicemix.nmr.api.internal, - org.apache.servicemix.examples.cxf + <parent> + <groupId>org.apache.servicemix.examples</groupId> + <artifactId>org.apache.servicemix.examples.itests</artifactId> + <version>4.3.0-SNAPSHOT</version> + </parent> + + <artifactId>org.apache.servicemix.examples.itests.cxf-nmr-osgi</artifactId> + <packaging>bundle</packaging> + <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF NMR Transport OSGi</name> + + <dependencies> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxws</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> + </dependency> + <dependency> + <groupId>org.apache.servicemix.examples</groupId> + <artifactId>org.apache.servicemix.examples.itests.test-commons</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <configuration> + <instructions> + <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> + <Import-Package> + javax.jws, + javax.wsdl, + javax.xml.bind, + javax.xml.bind.annotation, + javax.xml.namespace, + javax.xml.ws, + META-INF.cxf, + META-INF.cxf.transport.nmr, + org.apache.cxf.bus, + org.apache.cxf.bus.spring, + org.apache.cxf.bus.resource, + org.apache.cxf.configuration.spring, + org.apache.cxf.resource, + org.apache.cxf.feature, + org.springframework.beans.factory.config, + org.apache.servicemix.nmr.api, + org.apache.servicemix.cxf.transport.nmr, + org.apache.servicemix.nmr.api.event, + org.apache.servicemix.nmr.api.internal, + org.apache.servicemix.examples.cxf </Import-Package> - <Export-Package>org.apache.servicemix.examples.cxf_nmr_osgi</Export-Package> - <Require-Bundle>org.apache.cxf.bundle</Require-Bundle> - </instructions> - </configuration> - </plugin> - </plugins> - </build> + <Export-Package>org.apache.servicemix.examples.cxf_nmr_osgi</Export-Package> + <Require-Bundle>org.apache.cxf.bundle</Require-Bundle> + </instructions> + </configuration> + </plugin> + </plugins> + </build> </project> Modified: servicemix/smx4/features/trunk/examples/itests/cxf-soap-handler-osgi/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/cxf-soap-handler-osgi/pom.xml?rev=1021918&r1=1021917&r2=1021918&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/itests/cxf-soap-handler-osgi/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/itests/cxf-soap-handler-osgi/pom.xml Tue Oct 12 20:50:01 2010 @@ -1,5 +1,5 @@ <?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"> +<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/xsd/maven-4.0.0.xsd"> <!-- @@ -19,91 +19,87 @@ limitations under the License. --> - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.servicemix.examples</groupId> - <artifactId>org.apache.servicemix.examples.itests</artifactId> - <version>4.3.0-SNAPSHOT</version> - </parent> - - <groupId>org.apache.servicemix.examples</groupId> - <artifactId>org.apache.servicemix.examples.itests.cxf-soap-handler-osgi</artifactId> - <packaging>bundle</packaging> - <version>4.3.0-SNAPSHOT</version> - <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF SOAP Handler OSGi</name> - - <dependencies> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>${cxf.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> - <version>${geronimo-ws-metadata.version}</version> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-codegen-plugin</artifactId> - <version>${cxf.version}</version> - <executions> - <execution> - <id>generate-test-sources</id> - <phase>generate-sources</phase> - <configuration> - <sourceRoot>${basedir}/target/generated/src/main/java</sourceRoot> - <wsdlOptions> - <wsdlOption> - <wsdl>${basedir}/src/main/resources/wsdl/addNumbers.wsdl</wsdl> - </wsdlOption> - </wsdlOptions> - </configuration> - <goals> - <goal>wsdl2java</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <configuration> - <instructions> - <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> - <Import-Package> - javax.jws, - javax.wsdl, - javax.xml.bind, - javax.xml.bind.annotation, - javax.xml.namespace, - javax.xml.soap, - javax.xml.transform, - javax.xml.ws, - javax.xml.ws.handler, - javax.xml.ws.handler.soap, - META-INF.cxf, - META-INF.cxf.osgi, - org.apache.cxf.bus, - org.apache.cxf.bus.spring, - org.apache.cxf.bus.resource, - org.apache.cxf.configuration.spring, - org.apache.cxf.resource, - org.apache.cxf.transport.http_osgi, - org.springframework.beans.factory.config + <parent> + <groupId>org.apache.servicemix.examples</groupId> + <artifactId>org.apache.servicemix.examples.itests</artifactId> + <version>4.3.0-SNAPSHOT</version> + </parent> + + <artifactId>org.apache.servicemix.examples.itests.cxf-soap-handler-osgi</artifactId> + <packaging>bundle</packaging> + <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF SOAP Handler OSGi</name> + + <dependencies> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxws</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-codegen-plugin</artifactId> + <executions> + <execution> + <id>generate-test-sources</id> + <phase>generate-sources</phase> + <configuration> + <sourceRoot>${basedir}/target/generated/src/main/java</sourceRoot> + <wsdlOptions> + <wsdlOption> + <wsdl>${basedir}/src/main/resources/wsdl/addNumbers.wsdl</wsdl> + </wsdlOption> + </wsdlOptions> + </configuration> + <goals> + <goal>wsdl2java</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <configuration> + <instructions> + <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> + <Import-Package> + javax.jws, + javax.wsdl, + javax.xml.bind, + javax.xml.bind.annotation, + javax.xml.namespace, + javax.xml.soap, + javax.xml.transform, + javax.xml.ws, + javax.xml.ws.handler, + javax.xml.ws.handler.soap, + META-INF.cxf, + META-INF.cxf.osgi, + org.apache.cxf.bus, + org.apache.cxf.bus.spring, + org.apache.cxf.bus.resource, + org.apache.cxf.configuration.spring, + org.apache.cxf.resource, + org.apache.cxf.transport.http_osgi, + org.springframework.beans.factory.config </Import-Package> - <Require-Bundle>org.apache.cxf.bundle</Require-Bundle> - <Export-Package>org.apache.handlers.types, org.apache.handlers,org.apache.servicemix.examples.cxf.soaphandler</Export-Package> - </instructions> - </configuration> - </plugin> - </plugins> - </build> + <Require-Bundle>org.apache.cxf.bundle</Require-Bundle> + <Export-Package>org.apache.handlers.types, + org.apache.handlers,org.apache.servicemix.examples.cxf.soaphandler</Export-Package> + </instructions> + </configuration> + </plugin> + </plugins> + </build> </project> Modified: servicemix/smx4/features/trunk/examples/itests/cxf-ws-security-osgi/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/cxf-ws-security-osgi/pom.xml?rev=1021918&r1=1021917&r2=1021918&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/itests/cxf-ws-security-osgi/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/itests/cxf-ws-security-osgi/pom.xml Tue Oct 12 20:50:01 2010 @@ -27,29 +27,23 @@ <version>4.3.0-SNAPSHOT</version> </parent> - <groupId>org.apache.servicemix.examples</groupId> <artifactId>org.apache.servicemix.examples.itests.cxf-ws-security-osgi</artifactId> <packaging>bundle</packaging> <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF WS Security OSGi</name> <dependencies> - <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> - <version>${geronimo-ws-metadata.version}</version> </dependency> <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-utils</artifactId> - <version>${servicemix-utils.version}</version> </dependency> <dependency> <groupId>org.apache.ws.security</groupId> <artifactId>wss4j</artifactId> - <version>${wss4j.version}</version> </dependency> - </dependencies> <build> Modified: servicemix/smx4/features/trunk/examples/itests/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/pom.xml?rev=1021918&r1=1021917&r2=1021918&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/itests/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/itests/pom.xml Tue Oct 12 20:50:01 2010 @@ -1,4 +1,5 @@ -<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"> +<?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/xsd/maven-4.0.0.xsd"> <!-- @@ -18,29 +19,28 @@ limitations under the License. --> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.servicemix.examples</groupId> - <artifactId>examples</artifactId> - <version>4.3.0-SNAPSHOT</version> - </parent> - - <groupId>org.apache.servicemix.examples</groupId> - <artifactId>org.apache.servicemix.examples.itests</artifactId> - <packaging>pom</packaging> - <name>Apache ServiceMix :: Features :: Examples :: iTests</name> - - - <modules> - <module>test-commons</module> - <module>cxf-http-osgi</module> - <module>cxf-ws-security-osgi</module> - <module>cxf-jms-osgi</module> - <module>cxf-nmr-osgi</module> - <module>cxf-soap-handler-osgi</module> - <module>cxf-handler-cfg</module> - <module>cxf-mtom-osgi</module> - <module>tests</module> - </modules> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.servicemix.examples</groupId> + <artifactId>examples</artifactId> + <version>4.3.0-SNAPSHOT</version> + </parent> + + <artifactId>org.apache.servicemix.examples.itests</artifactId> + <packaging>pom</packaging> + <name>Apache ServiceMix :: Features :: Examples :: iTests</name> + + <modules> + <module>test-commons</module> + <module>cxf-http-osgi</module> + <module>cxf-ws-security-osgi</module> + <module>cxf-jms-osgi</module> + <module>cxf-nmr-osgi</module> + <module>cxf-soap-handler-osgi</module> + <module>cxf-handler-cfg</module> + <module>cxf-mtom-osgi</module> + <module>tests</module> + </modules> </project> Modified: servicemix/smx4/features/trunk/examples/itests/test-commons/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/test-commons/pom.xml?rev=1021918&r1=1021917&r2=1021918&view=diff ============================================================================== --- servicemix/smx4/features/trunk/examples/itests/test-commons/pom.xml (original) +++ servicemix/smx4/features/trunk/examples/itests/test-commons/pom.xml Tue Oct 12 20:50:01 2010 @@ -1,5 +1,5 @@ <?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"> +<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/xsd/maven-4.0.0.xsd"> <!-- @@ -19,87 +19,82 @@ limitations under the License. --> - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.servicemix.examples</groupId> - <artifactId>org.apache.servicemix.examples.itests</artifactId> - <version>4.3.0-SNAPSHOT</version> - </parent> - - <groupId>org.apache.servicemix.examples</groupId> - <artifactId>org.apache.servicemix.examples.itests.test-commons</artifactId> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Features :: Examples :: iTests :: Common Classes</name> - - <dependencies> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>${cxf.version}</version> - <scope>provided</scope> - </dependency> - - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> - <version>${geronimo-ws-metadata.version}</version> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-codegen-plugin</artifactId> - <version>${cxf.version}</version> - <executions> - <execution> - <id>generate-test-sources</id> - <phase>generate-sources</phase> - <configuration> - <sourceRoot>${basedir}/target/generated/src/main/java</sourceRoot> - <wsdlOptions> - <wsdlOption> - <wsdl>${basedir}/src/main/resources/wsdl/hello_world.wsdl</wsdl> - </wsdlOption> - </wsdlOptions> - </configuration> - <goals> - <goal>wsdl2java</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <configuration> - <instructions> - <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> - <Import-Package> - javax.jws, - javax.wsdl, - javax.xml.bind, - javax.xml.bind.annotation, - javax.xml.namespace, - javax.xml.ws, - META-INF.cxf, - META-INF.cxf.osgi, - org.apache.cxf.bus, - org.apache.cxf.bus.spring, - org.apache.cxf.bus.resource, - org.apache.cxf.configuration.spring, - org.apache.cxf.resource, - org.apache.cxf.transport.http_osgi, - org.springframework.beans.factory.config + <parent> + <groupId>org.apache.servicemix.examples</groupId> + <artifactId>org.apache.servicemix.examples.itests</artifactId> + <version>4.3.0-SNAPSHOT</version> + </parent> + + <artifactId>org.apache.servicemix.examples.itests.test-commons</artifactId> + <packaging>bundle</packaging> + <name>Apache ServiceMix :: Features :: Examples :: iTests :: Common Classes</name> + + <dependencies> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxws</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-codegen-plugin</artifactId> + <executions> + <execution> + <id>generate-test-sources</id> + <phase>generate-sources</phase> + <configuration> + <sourceRoot>${basedir}/target/generated/src/main/java</sourceRoot> + <wsdlOptions> + <wsdlOption> + <wsdl>${basedir}/src/main/resources/wsdl/hello_world.wsdl</wsdl> + </wsdlOption> + </wsdlOptions> + </configuration> + <goals> + <goal>wsdl2java</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <configuration> + <instructions> + <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> + <Import-Package> + javax.jws, + javax.wsdl, + javax.xml.bind, + javax.xml.bind.annotation, + javax.xml.namespace, + javax.xml.ws, + META-INF.cxf, + META-INF.cxf.osgi, + org.apache.cxf.bus, + org.apache.cxf.bus.spring, + org.apache.cxf.bus.resource, + org.apache.cxf.configuration.spring, + org.apache.cxf.resource, + org.apache.cxf.transport.http_osgi, + org.springframework.beans.factory.config </Import-Package> - <Export-Package>org.apache.servicemix.examples.cxf</Export-Package> - <Require-Bundle>org.apache.cxf.bundle</Require-Bundle> - </instructions> - </configuration> - </plugin> - </plugins> - </build> + <Export-Package>org.apache.servicemix.examples.cxf</Export-Package> + <Require-Bundle>org.apache.cxf.bundle</Require-Bundle> + </instructions> + </configuration> + </plugin> + </plugins> + </build> </project>
