Author: thomas.diesler(a)jboss.com
Date: 2007-04-14 16:31:08 -0400 (Sat, 14 Apr 2007)
New Revision: 2855
Modified:
trunk/build/
trunk/jbossws-tests/build.xml
Log:
sync test build.xml with samples
Property changes on: trunk/build
___________________________________________________________________
Name: svn:ignore
-
output
thirdparty
ant.properties
version.properties.md5
+ output
thirdparty
ant.properties
version.properties.md5
clipboard.*
Modified: trunk/jbossws-tests/build.xml
===================================================================
--- trunk/jbossws-tests/build.xml 2007-04-14 20:29:52 UTC (rev 2854)
+++ trunk/jbossws-tests/build.xml 2007-04-14 20:31:08 UTC (rev 2855)
@@ -373,7 +373,7 @@
<javac destdir="${tests.output.dir}/classes"
debug="${javac.debug}" encoding="utf-8"
verbose="${javac.verbose}" deprecation="${javac.deprecation}"
failonerror="${javac.fail.onerror}"
excludesfile="${excludesfile}">
<src path="${tests.java.dir}"/>
- <exclude name="org/jboss/test/ws/jaxws/**/*"/>
+ <exclude name="org/jboss/test/ws/jaxws/**"/>
<exclude name="org/jboss/test/ws/tools/jaxws/**"/>
<exclude name="org/jboss/test/ws/tools/jsr181/**"/>
<classpath refid="javac.classpath"/>
Show replies by date