You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-commits@ws.apache.org by sc...@apache.org on 2005/07/12 17:50:57 UTC

svn commit: r215970 - /webservices/pubscribe/trunk/src/examples/consumer/build.xml

Author: scamp
Date: Tue Jul 12 08:50:57 2005
New Revision: 215970

URL: http://svn.apache.org/viewcvs?rev=215970&view=rev
Log: (empty)

Modified:
    webservices/pubscribe/trunk/src/examples/consumer/build.xml

Modified: webservices/pubscribe/trunk/src/examples/consumer/build.xml
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/examples/consumer/build.xml?rev=215970&r1=215969&r2=215970&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/examples/consumer/build.xml (original)
+++ webservices/pubscribe/trunk/src/examples/consumer/build.xml Tue Jul 12 08:50:57 2005
@@ -55,7 +55,12 @@
      </wsdl2Java>
           
      <delete dir="${tmp.dir}" />
-               
+ 
+     <mkdir dir="${out.dir}/ConsumerPort/method_impls" />
+     <copy todir="${out.dir}/ConsumerPort/method_impls">
+        <fileset dir="${basedir}/method_impls"/>                
+     </copy>
+ 
    </target>   
       
    <target name="usage">