[jbossws-commits] JBossWS SVN: r10958 - stack/native/trunk/src/main/distro.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Oct 19 17:14:33 EDT 2009


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

Modified:
   stack/native/trunk/src/main/distro/build.xml
Log:
fixing native bindist regression - AS IL cannot be visible to client

Modified: stack/native/trunk/src/main/distro/build.xml
===================================================================
--- stack/native/trunk/src/main/distro/build.xml	2009-10-19 21:14:08 UTC (rev 10957)
+++ stack/native/trunk/src/main/distro/build.xml	2009-10-19 21:14:32 UTC (rev 10958)
@@ -78,12 +78,11 @@
       <pathelement location="${thirdparty.dir}/jbossws-native-jaxws-ext.jar"/>
       <pathelement location="${thirdparty.dir}/jbossws-native-jaxrpc.jar"/>
       <pathelement location="${thirdparty.dir}/jbossws-native-saaj.jar"/>
-      <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>
 



More information about the jbossws-commits mailing list