[jboss-svn-commits] JBossWS SVN: r1002 - trunk/src/test/ant

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Sep 19 06:41:36 EDT 2006


Author: heiko.braun at jboss.com
Date: 2006-09-19 06:41:35 -0400 (Tue, 19 Sep 2006)
New Revision: 1002

Modified:
   trunk/src/test/ant/build-interop.xml
Log:
Fix project name collision

Modified: trunk/src/test/ant/build-interop.xml
===================================================================
--- trunk/src/test/ant/build-interop.xml	2006-09-19 10:38:55 UTC (rev 1001)
+++ trunk/src/test/ant/build-interop.xml	2006-09-19 10:41:35 UTC (rev 1002)
@@ -193,7 +193,7 @@
 
    </target>
 
-   <target name="create-all" depends="prepare-interop, create-client, create-server, create-not-required"/>
+   <target name="create-all" depends="interop.prepare, create-client, create-server, create-not-required"/>
 
    <target name="create-not-required" unless="create.required">
       <echo>Local WSDL copies seem to be uptodate. No build required.</echo>




More information about the jboss-svn-commits mailing list