Author: thomas.diesler(a)jboss.com
Date: 2008-04-15 06:12:33 -0400 (Tue, 15 Apr 2008)
New Revision: 6434
Modified:
stack/cxf/branches/tdiesler/trunk/ant-import-tests/build-jars-jaxws.xml
Log:
Where to create your tests
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144172#...
Modified: stack/cxf/branches/tdiesler/trunk/ant-import-tests/build-jars-jaxws.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/ant-import-tests/build-jars-jaxws.xml 2008-04-15
10:12:29 UTC (rev 6433)
+++ stack/cxf/branches/tdiesler/trunk/ant-import-tests/build-jars-jaxws.xml 2008-04-15
10:12:33 UTC (rev 6434)
@@ -9,17 +9,21 @@
<!-- $Id$ -->
<project>
-
+
<description>JBossWS test archive builder</description>
-
- <!-- ================================================================== -->
- <!-- Building -->
- <!-- ================================================================== -->
-
+
+ <!-- ==============================================================================
-->
+ <!-- Building
-->
+ <!--
-->
+ <!-- Where to create your tests
-->
+ <!--
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144172#...
-->
+ <!--
-->
+ <!-- ==============================================================================
-->
+
<target name="build-testsuite-jars" description="Build the
deployments.">
-
+
<mkdir dir="${tests.output.dir}/libs"/>
-
+
<!-- jaxws-cxf-descriptor -->
<war warfile="${tests.output.dir}/libs/jaxws-cxf-descriptor.war"
webxml="${tests.output.dir}/resources/jaxws/cxf/descriptor/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
@@ -29,7 +33,7 @@
<include name="jbossws-cxf.xml"/>
</webinf>
</war>
-
+
<!-- jaxws-cxf-wsrm-basic-doc -->
<war warfile="${tests.output.dir}/libs/jaxws-cxf-wsrm-basic-doc.war"
webxml="${tests.output.dir}/resources/jaxws/cxf/wsrm/basic-doc/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
@@ -40,7 +44,7 @@
<include name="jbossws-cxf.xml"/>
</webinf>
</war>
-
+
<!-- jaxws-cxf-wsrm-basic-rpc -->
<war warfile="${tests.output.dir}/libs/jaxws-cxf-wsrm-basic-rpc.war"
webxml="${tests.output.dir}/resources/jaxws/cxf/wsrm/basic-rpc/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
@@ -51,9 +55,9 @@
<include name="jbossws-cxf.xml"/>
</webinf>
</war>
-
+
<!-- Please add alphabetically -->
-
+
</target>
-
+
</project>