You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2006/10/10 10:33:18 UTC

svn commit: r454661 - /webservices/axis2/branches/java/1_1/maven.xml

Author: chinthaka
Date: Tue Oct 10 01:33:17 2006
New Revision: 454661

URL: http://svn.apache.org/viewvc?view=rev&rev=454661
Log:
Adding fault handling sample in to std binary distro

Modified:
    webservices/axis2/branches/java/1_1/maven.xml

Modified: webservices/axis2/branches/java/1_1/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/maven.xml?view=diff&rev=454661&r1=454660&r2=454661
==============================================================================
--- webservices/axis2/branches/java/1_1/maven.xml (original)
+++ webservices/axis2/branches/java/1_1/maven.xml Tue Oct 10 01:33:17 2006
@@ -742,6 +742,11 @@
         <ant:copy todir="${std.bin.temp.dir}/samples/userguide">
             <ant:fileset file="${std.bin.temp.dir}/samples/groovyService.aar"/>
         </ant:copy>
+        <ant:mkdir dir="${std.bin.temp.dir}/samples/FaultHandling" />
+        <ant:copy todir="${std.bin.temp.dir}/samples/FaultHandling">
+            <ant:fileset dir="modules/samples/FaultHandling"/>
+        </ant:copy>
+
         <ant:delete file="${std.bin.temp.dir}/samples/groovyService.aar"/>
 
         <!-- Copy the release documents -->



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