You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-dev@ws.apache.org by ip...@apache.org on 2005/05/06 17:33:18 UTC

svn commit: r168621 - /incubator/hermes/trunk/maven.xml

Author: ips
Date: Fri May  6 08:33:17 2005
New Revision: 168621

URL: http://svn.apache.org/viewcvs?rev=168621&view=rev
Log:
fix in extract-wsdl-jar goal

Modified:
    incubator/hermes/trunk/maven.xml

Modified: incubator/hermes/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/hermes/trunk/maven.xml?rev=168621&r1=168620&r2=168621&view=diff
==============================================================================
--- incubator/hermes/trunk/maven.xml (original)
+++ incubator/hermes/trunk/maven.xml Fri May  6 08:33:17 2005
@@ -121,7 +121,7 @@
       </patternset>
     </unzip>
     <copy todir="${spec.wsdl.dest.dir}">
-      <fileset dir="${maven.build.dir}/temp-wsdl/schema" />         	
+      <fileset dir="${maven.build.dir}/temp-wsdl/schema/src" />         	
     </copy>
     <delete dir="${maven.build.dir}/temp-wsdl" />
   </goal>



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