[jbossws-commits] JBossWS SVN: r10960 - stack/cxf/trunk/src/main/distro.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Oct 19 17:15:20 EDT 2009


Author: richard.opalka at jboss.com
Date: 2009-10-19 17:15:19 -0400 (Mon, 19 Oct 2009)
New Revision: 10960

Modified:
   stack/cxf/trunk/src/main/distro/build.xml
Log:
AS IL cannot be visible to client

Modified: stack/cxf/trunk/src/main/distro/build.xml
===================================================================
--- stack/cxf/trunk/src/main/distro/build.xml	2009-10-19 21:15:00 UTC (rev 10959)
+++ stack/cxf/trunk/src/main/distro/build.xml	2009-10-19 21:15:19 UTC (rev 10960)
@@ -74,12 +74,11 @@
   <target name="tests-init" depends="init,tests-classpath">
     
     <path id="ws.stack.classpath">
-      <fileset dir="${thirdparty.dir}"/>
+      <fileset dir="${thirdparty.dir}">
+        <exclude name="**/jbossws-jboss*.jar"/>
+      </fileset>
     </path>
     
-    <path id="tests.extra.classpath">
-    </path>
-    
     <property name="jbossws.test.log" value="${tests.output.dir}"/>
   </target>
   
@@ -117,4 +116,4 @@
     <delete dir="${tests.output.dir}"/>
   </target>
   
-</project>
\ No newline at end of file
+</project>



More information about the jbossws-commits mailing list