You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@logging.apache.org by ca...@apache.org on 2010/03/26 06:01:59 UTC

svn commit: r927692 - /logging/site/trunk/author/build.xml

Author: carnold
Date: Fri Mar 26 05:01:59 2010
New Revision: 927692

URL: http://svn.apache.org/viewvc?rev=927692&view=rev
Log:
Workaround for another file generated with inconsistent endings

Modified:
    logging/site/trunk/author/build.xml

Modified: logging/site/trunk/author/build.xml
URL: http://svn.apache.org/viewvc/logging/site/trunk/author/build.xml?rev=927692&r1=927691&r2=927692&view=diff
==============================================================================
--- logging/site/trunk/author/build.xml (original)
+++ logging/site/trunk/author/build.xml Fri Mar 26 05:01:59 2010
@@ -104,8 +104,12 @@
                                 <fileset dir="target/site-deploy" includes="**/*.jnlp"/>
                         </path>
                 </foreach>
-      <fixcrlf srcDir="target/site-deploy" includes="**/bugreport.html"/> 
+      <fixcrlf srcDir="target/site-deploy" includes="**/bugreport.html,**/binindex.html"/> 
 		<!--  requires that SVN_EDITOR, VISUAL or EDITOR being set to edit commit description -->
+      <echo>Note:
+$export SVN_EDITOR=xemacs
+
+or similar must be set so that user is prompted for commit message.</echo>
 		<exec executable="svn" dir="target/site-deploy" failonerror="true">
 		    <arg value="commit"/>
 		</exec>