[jbossws-commits] JBossWS SVN: r6396 - in stack/cxf/branches/tdiesler/trunk: ant-import and 1 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sat Apr 12 21:42:23 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-04-12 21:42:23 -0400 (Sat, 12 Apr 2008)
New Revision: 6396

Modified:
   stack/cxf/branches/tdiesler/trunk/ant-import-tests/build-testsuite.xml
   stack/cxf/branches/tdiesler/trunk/ant-import/build-prepare-deploy.xml
   stack/cxf/branches/tdiesler/trunk/pom.xml
Log:
Smoke tests ok

Modified: stack/cxf/branches/tdiesler/trunk/ant-import/build-prepare-deploy.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/ant-import/build-prepare-deploy.xml	2008-04-13 00:21:28 UTC (rev 6395)
+++ stack/cxf/branches/tdiesler/trunk/ant-import/build-prepare-deploy.xml	2008-04-13 01:42:23 UTC (rev 6396)
@@ -41,6 +41,7 @@
         <include name="jbossws-cxf-server-${version.id}.jar"/>
       </fileset>
     </copy>
+    <copy file="${thirdparty.dir}/wstx-asl.jar" tofile="${deploy.artifacts.dir}/lib/wstx.jar"/>
     <copy todir="${deploy.artifacts.dir}/resources">
       <fileset dir="${cxf.output.resources.dir}">
         <include name="jbossws-cxf42-beans.xml"/>

Modified: stack/cxf/branches/tdiesler/trunk/ant-import-tests/build-testsuite.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/ant-import-tests/build-testsuite.xml	2008-04-13 00:21:28 UTC (rev 6395)
+++ stack/cxf/branches/tdiesler/trunk/ant-import-tests/build-testsuite.xml	2008-04-13 01:42:23 UTC (rev 6396)
@@ -24,31 +24,11 @@
   <target name="tests-init" depends="tests-classpath">
     
     <path id="ws.stack.classpath">
-      <pathelement location="${thirdparty.dir}/jbossws-common.jar"/>
-      <pathelement location="${thirdparty.dir}/jbossws-spi.jar"/>
-      <pathelement location="${thirdparty.dir}/cxf-api.jar"/>
-      <pathelement location="${thirdparty.dir}/cxf-common-utilities.jar"/>
-      <pathelement location="${thirdparty.dir}/cxf-rt-core.jar"/>
-      <pathelement location="${thirdparty.dir}/geronimo-javamail_1.4_spec.jar"/>
-      <pathelement location="${thirdparty.dir}/geronimo-ws-metadata_2.0_spec.jar"/>
-      <pathelement location="${thirdparty.dir}/jaxb-api.jar"/>
-      <pathelement location="${thirdparty.dir}/jaxws-api.jar"/>
-      <pathelement location="${thirdparty.dir}/neethi.jar"/>
-      <pathelement location="${thirdparty.dir}/saaj-api.jar"/>
-      <pathelement location="${thirdparty.dir}/saaj-impl.jar"/>
-      <pathelement location="${thirdparty.dir}/spring-beans.jar"/>
-      <pathelement location="${thirdparty.dir}/spring-context.jar"/>
-      <pathelement location="${thirdparty.dir}/spring-core.jar"/>
-      <pathelement location="${thirdparty.dir}/wsdl4j.jar"/>
-      <pathelement location="${thirdparty.dir}/wstx.jar"/>
-      <pathelement location="${thirdparty.dir}/xml-resolver.jar"/>
-      <pathelement location="${thirdparty.dir}/XmlSchema.jar"/>
+      <fileset dir="${thirdparty.dir}"/>
     </path>
     
     <path id="tests.extra.classpath">
 			<pathelement location="${cxf.rt.client.dir}/target/jbossws-cxf-client-${version.id}.jar"/>
-			<pathelement location="${thirdparty.dir}/jbossws-framework.jar"/>
-			<pathelement location="${thirdparty.dir}/jaxws-tools.jar"/>
     </path>
     
   </target>

Modified: stack/cxf/branches/tdiesler/trunk/pom.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/pom.xml	2008-04-13 00:21:28 UTC (rev 6395)
+++ stack/cxf/branches/tdiesler/trunk/pom.xml	2008-04-13 01:42:23 UTC (rev 6396)
@@ -33,7 +33,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.cxf</groupId>
-      <artifactId>cxf-rt-transports-http</artifactId>
+      <artifactId>cxf-rt-bindings-soap</artifactId>
       <version>${cxf-version}</version>
       <scope>provided</scope>
     </dependency>
@@ -44,6 +44,36 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.cxf</groupId>
+      <artifactId>cxf-rt-transports-http</artifactId>
+      <version>${cxf-version}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.cxf</groupId>
+      <artifactId>cxf-rt-transports-http-jetty</artifactId>
+      <version>${cxf-version}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.cxf</groupId>
+      <artifactId>cxf-rt-transports-jms</artifactId>
+      <version>${cxf-version}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.cxf</groupId>
+      <artifactId>cxf-rt-ws-rm</artifactId>
+      <version>${cxf-version}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.cxf</groupId>
+      <artifactId>cxf-rt-ws-policy</artifactId>
+      <version>${cxf-version}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
       <groupId>org.jboss.ws</groupId>
       <artifactId>jbossws-common</artifactId>
       <version>3.0.0-SNAPSHOT</version>




More information about the jbossws-commits mailing list