You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ra...@apache.org on 2011/01/09 20:38:45 UTC

svn commit: r1057004 - /lenya/branches/BRANCH_2_0_X/src/modules/kupu/build.xml

Author: rainer
Date: Sun Jan  9 19:38:45 2011
New Revision: 1057004

URL: http://svn.apache.org/viewvc?rev=1057004&view=rev
Log:
Windows: Have ant fix line ending in kupu patch file, so that patch works.

Modified:
    lenya/branches/BRANCH_2_0_X/src/modules/kupu/build.xml

Modified: lenya/branches/BRANCH_2_0_X/src/modules/kupu/build.xml
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules/kupu/build.xml?rev=1057004&r1=1057003&r2=1057004&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_0_X/src/modules/kupu/build.xml (original)
+++ lenya/branches/BRANCH_2_0_X/src/modules/kupu/build.xml Sun Jan  9 19:38:45 2011
@@ -18,6 +18,7 @@
 <project default="patch" basedir="." name="Kupu module">
 
   <target name="patch">
+        <fixcrlf srcdir="patches" includes="*.patch"/>
   	<patch strip="0" patchfile="patches/bug45488.patch"/>
   </target>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org