You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by th...@apache.org on 2006/11/01 10:45:16 UTC

svn commit: r469840 - /webservices/axis2/branches/java/1_1/modules/samples/mtom/build.xml

Author: thilina
Date: Wed Nov  1 01:45:15 2006
New Revision: 469840

URL: http://svn.apache.org/viewvc?view=rev&rev=469840
Log:
oops.. typo

Modified:
    webservices/axis2/branches/java/1_1/modules/samples/mtom/build.xml

Modified: webservices/axis2/branches/java/1_1/modules/samples/mtom/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/mtom/build.xml?view=diff&rev=469840&r1=469839&r2=469840
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/mtom/build.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/mtom/build.xml Wed Nov  1 01:45:15 2006
@@ -49,7 +49,7 @@
 		</java>
 		<copy file="${skeleton.path}" tofile="${service.dir}/${skeleton.path}" overwrite="true" />
 		<antcall target="jar.server"/>
-		<copy file="${service.dir}/sample-mtom.aar" tofile="../../repository/services/sample-mtom.aar" overwrite="true">
+		<copy file="${service.dir}/sample-mtom.aar" tofile="../../repository/services/sample-mtom.aar" overwrite="true"/>
 	</target>
 	<target name="check-parameters">
 		<condition property="parameters.set">



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