[jboss-svn-commits] JBossWS SVN: r800 - branches/jbossws-1.0/src/test

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Aug 21 07:20:10 EDT 2006


Author: heiko.braun at jboss.com
Date: 2006-08-21 07:20:08 -0400 (Mon, 21 Aug 2006)
New Revision: 800

Modified:
   branches/jbossws-1.0/src/test/build.xml
Log:
backport-concurrent has been moved in branch_4_0

Modified: branches/jbossws-1.0/src/test/build.xml
===================================================================
--- branches/jbossws-1.0/src/test/build.xml	2006-08-20 21:17:55 UTC (rev 799)
+++ branches/jbossws-1.0/src/test/build.xml	2006-08-21 11:20:08 UTC (rev 800)
@@ -127,7 +127,7 @@
       <pathelement location="${jboss.client}/javassist.jar"/>
       <pathelement location="${jboss.client}/jbossall-client.jar"/>
       <pathelement location="${jboss.client}/jbossretro-rt.jar"/>
-      <pathelement location="${jboss.client}/jboss-backport-concurrent.jar"/>
+      <pathelement location="${jboss.server.lib}/jboss-backport-concurrent.jar"/>
       <pathelement location="${jboss.client}/jboss-xml-binding.jar"/>
       <pathelement location="${jboss.client}/${jbossws.client.jar}"/>
       <pathelement location="${jboss.client}/log4j.jar"/>
@@ -201,7 +201,7 @@
       <classpath refid="javac.classpath"/>
     </javac>
   </target>
-  
+
   <target name="compile-generated" depends="init" description="Compile generated sources">
     <mkdir dir="${build.test.dir}/classes"/>
     <javac destdir="${build.test.dir}/classes" debug="${javac.debug}" verbose="${javac.verbose}"
@@ -306,8 +306,7 @@
   <target name="build-benchmark" depends="main">
      <ant antfile="src/test/ant/build-benchmark-jars.xml" target="build-benchmark-jars" inheritall="true"/>
   </target>
-
-  
+   
   <!-- ================================================================== -->
   <!-- Testing                                                            -->
   <!-- ================================================================== -->




More information about the jboss-svn-commits mailing list