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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Apr 2 08:19:24 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-04-02 08:19:24 -0400 (Wed, 02 Apr 2008)
New Revision: 6209

Modified:
   stack/native/trunk/src/main/distro/bin-dist-build.xml
Log:
Remove invalid reference to junit.jar

Modified: stack/native/trunk/src/main/distro/bin-dist-build.xml
===================================================================
--- stack/native/trunk/src/main/distro/bin-dist-build.xml	2008-04-02 12:19:18 UTC (rev 6208)
+++ stack/native/trunk/src/main/distro/bin-dist-build.xml	2008-04-02 12:19:24 UTC (rev 6209)
@@ -140,7 +140,6 @@
       <pathelement location="${thirdparty.dir}/policy.jar"/>
       <pathelement location="${thirdparty.dir}/jaxws-tools.jar"/>
       <pathelement location="${thirdparty.dir}/wstx.jar"/>
-      <pathelement location="${basedir}/tools/ant/lib/junit.jar"/>
     </path>
     
   </target>




More information about the jbossws-commits mailing list