You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by jr...@apache.org on 2005/07/26 01:33:38 UTC

svn commit: r225206 - /webservices/muse/trunk/src/template/build.xml

Author: jruzzi
Date: Mon Jul 25 16:33:37 2005
New Revision: 225206

URL: http://svn.apache.org/viewcvs?rev=225206&view=rev
Log:
fixed multiple wsdl bug

Modified:
    webservices/muse/trunk/src/template/build.xml

Modified: webservices/muse/trunk/src/template/build.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/template/build.xml?rev=225206&r1=225205&r2=225206&view=diff
==============================================================================
--- webservices/muse/trunk/src/template/build.xml (original)
+++ webservices/muse/trunk/src/template/build.xml Mon Jul 25 16:33:37 2005
@@ -42,8 +42,8 @@
      <mkdir dir="${tmp.dir}" />
      <copy todir="${tmp.dir}" overwrite="true" >
         <fileset dir="${source.wsdl}">
-           <include name="**/*.wsdl"/>
-           <include name="**/*.xsd"/>
+           <include name="*.wsdl"/>
+           <include name="*.xsd"/>
            <exclude name="_TEMPLATE_.wsdl"/>
     	</fileset>
      </copy>       
@@ -58,7 +58,7 @@
                 proxyPort="${http.proxyPort}"
                 nonProxyHosts="${http.nonProxyHosts}">
        <wsdls dir="${tmp.dir}">
-         <include name="**/*.wsdl" />	  
+         <include name="*.wsdl" />	  
        </wsdls>
      </wsdl2Java>
           



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org