Author: ulhasbhole Date: Wed Sep 10 05:28:37 2008 New Revision: 693815 URL: http://svn.apache.org/viewvc?rev=693815&view=rev Log: Merged revisions 693795 via svnmerge from https://svn.eu.apache.org/repos/asf/cxf/branches/2.1.x-fixes
................ r693795 | ulhasbhole | 2008-09-10 12:28:07 +0100 (Wed, 10 Sep 2008) | 9 lines Merged revisions 693794 via svnmerge from http://svn.eu.apache.org/repos/asf/cxf/trunk ........ r693794 | ulhasbhole | 2008-09-10 12:21:07 +0100 (Wed, 10 Sep 2008) | 3 lines * Fixed build failure in mtom sample. resource file was being copied to wrong location. ........ ................ 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=693815&r1=693814&r2=693815&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 Wed Sep 10 05:28:37 2008 @@ -22,7 +22,7 @@ <import file="../common_build.xml"/> <target name="client" description="run demo client" depends="build"> - <copy toFile="${build.classes.dir}/me.bmp" file="${basedir}/src/demo/mtom/client/me.bmp"/> + <copy toFile="${build.classes.dir}/demo/mtom/client/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"
