[jbossws-commits] JBossWS SVN: r11569 - in stack/native/branches/jaxrpc-cxf: src/main/scripts and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Feb 10 11:19:38 EST 2010


Author: alessio.soldano at jboss.com
Date: 2010-02-10 11:19:37 -0500 (Wed, 10 Feb 2010)
New Revision: 11569

Modified:
   stack/native/branches/jaxrpc-cxf/modules/testsuite/framework-tests/pom.xml
   stack/native/branches/jaxrpc-cxf/src/main/scripts/assembly-bin-dist.xml
Log:
[JBWS-2922] Build artifacts for jaxrpc tests in framework


Modified: stack/native/branches/jaxrpc-cxf/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/native/branches/jaxrpc-cxf/modules/testsuite/framework-tests/pom.xml	2010-02-10 16:09:32 UTC (rev 11568)
+++ stack/native/branches/jaxrpc-cxf/modules/testsuite/framework-tests/pom.xml	2010-02-10 16:19:37 UTC (rev 11569)
@@ -111,6 +111,7 @@
                     <property name="tests.output.dir" value="${project.build.directory}" />
                     <ant antfile="src/test/ant-import/build-jars-jaxws.xml" target="build-jars-jaxws" />
                     <ant antfile="src/test/ant-import/build-samples-jaxws.xml" target="build-samples-jaxws" />
+                    <ant antfile="src/test/ant-import/build-samples-jaxrpc.xml" target="build-samples-jaxrpc"/>
                   </tasks>
                 </configuration>
               </execution>

Modified: stack/native/branches/jaxrpc-cxf/src/main/scripts/assembly-bin-dist.xml
===================================================================
--- stack/native/branches/jaxrpc-cxf/src/main/scripts/assembly-bin-dist.xml	2010-02-10 16:09:32 UTC (rev 11568)
+++ stack/native/branches/jaxrpc-cxf/src/main/scripts/assembly-bin-dist.xml	2010-02-10 16:19:37 UTC (rev 11569)
@@ -104,6 +104,7 @@
                 <include>java/org/jboss/test/ws/management/**</include>
                 <include>java/org/jboss/test/ws/projectGenerator/**</include>
                 <include>resources/console/**</include>
+                <include>resources/jaxrpc/samples/**</include>
                 <include>resources/jaxws/samples/**</include>
                 <include>resources/jaxws/smoke/**</include>
                 <include>resources/management/**</include>



More information about the jbossws-commits mailing list