Author: ulhasbhole Date: Tue Sep 23 03:47:42 2008 New Revision: 698130 URL: http://svn.apache.org/viewvc?rev=698130&view=rev Log: Merged revisions 698129 via svnmerge from https://svn.eu.apache.org/repos/asf/cxf/branches/2.1.x-fixes
................ r698129 | ulhasbhole | 2008-09-23 11:44:02 +0100 (Tue, 23 Sep 2008) | 9 lines Merged revisions 698128 via svnmerge from https://svn.eu.apache.org/repos/asf/cxf/trunk ........ r698128 | ulhasbhole | 2008-09-23 11:41:13 +0100 (Tue, 23 Sep 2008) | 1 line * Fixed mtom sample to avoid null pointer exception in client. ........ ................ Modified: cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/mtom/build.xml Modified: cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/mtom/build.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/mtom/build.xml?rev=698130&r1=698129&r2=698130&view=diff ============================================================================== --- cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/mtom/build.xml (original) +++ cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/mtom/build.xml Tue Sep 23 03:47:42 2008 @@ -22,7 +22,7 @@ <import file="../common_build.xml"/> <target name="client" description="run demo client" depends="build"> - <copy toFile="${build.classes.dir}/demo/mtom/client/me.bmp" file="${basedir}/src/demo/mtom/client/me.bmp"/> + <copy toFile="${build.classes.dir}/me.bmp" file="${basedir}/src/demo/mtom/client/me.bmp"/> <property name="param" value=""/> <cxfrun classname="demo.mtom.client.Client" param1="${basedir}/wsdl/mtom_xop.wsdl"
