Author: norman Date: Thu May 18 07:23:29 2006 New Revision: 407561 URL: http://svn.apache.org/viewvc?rev=407561&view=rev Log: copy sendmail.py to the bin directory. See JAMES-501
Modified: james/server/branches/v2.3/build.xml Modified: james/server/branches/v2.3/build.xml URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/build.xml?rev=407561&r1=407560&r2=407561&view=diff ============================================================================== --- james/server/branches/v2.3/build.xml (original) +++ james/server/branches/v2.3/build.xml Thu May 18 07:23:29 2006 @@ -205,6 +205,25 @@ <include name="phoenix.sh"/> </fileset> </chmod> + + <!-- + =================================================================== + Copy files, set permissions and line feeds for sendmail wrapper + =================================================================== + --> + + <copy todir="${dist.bin}"> + <fileset dir="./src/python/"> + <include name="sendmail.py"/> + </fileset> + </copy> + + <fixcrlf srcdir="${dist.bin}" includes="sendmail.py" eol="lf"/> + <chmod perm="+x"> + <fileset dir="${dist.bin}"> + <include name="sendmail.py"/> + </fileset> + </chmod> </target> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]