svn commit: r1057004 - /lenya/branches/BRANCH_2_0_X/src/modules/kupu/build.xml
[email protected] Sun, 09 Jan 2011 19:38:45 -0000
| Newsgroups | gmane.comp.cms.lenya.cvs |
|---|---|
| Message-ID | <[email protected]> |
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>