[jbossws-commits] JBossWS SVN: r3354 - trunk/build/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Jun 1 03:15:14 EDT 2007


Author: palin
Date: 2007-06-01 03:15:13 -0400 (Fri, 01 Jun 2007)
New Revision: 3354

Modified:
   trunk/build/ant-import/build-testsuite.xml
Log:
Forgotten classpath entry, required for PolicyMetaDataBuilderTestCase


Modified: trunk/build/ant-import/build-testsuite.xml
===================================================================
--- trunk/build/ant-import/build-testsuite.xml	2007-06-01 05:41:20 UTC (rev 3353)
+++ trunk/build/ant-import/build-testsuite.xml	2007-06-01 07:15:13 UTC (rev 3354)
@@ -150,6 +150,7 @@
       <pathelement location="${jboss.server.deploy}/juddi-service.sar/juddi.jar"/>
       <pathelement location="${jboss.server.deploy}/juddi-service.sar/juddi-saaj.jar"/>
       <pathelement location="${jboss.server.deploy}/juddi-service.sar/scout.jar"/>
+      <pathelement location="${tests.output.dir}/resources/jaxws/wspolicy"/>
       <path refid="tests.javac.classpath"/>
     </path>
   </target>




More information about the jbossws-commits mailing list