You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by gr...@apache.org on 2010/05/04 08:00:49 UTC

svn commit: r940735 - /logging/log4php/trunk/build.xml

Author: grobmeier
Date: Tue May  4 06:00:49 2010
New Revision: 940735

URL: http://svn.apache.org/viewvc?rev=940735&view=rev
Log:
corrected crlf (corrupts images currently)
disabled automatic svn commit

Modified:
    logging/log4php/trunk/build.xml

Modified: logging/log4php/trunk/build.xml
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/build.xml?rev=940735&r1=940734&r2=940735&view=diff
==============================================================================
--- logging/log4php/trunk/build.xml (original)
+++ logging/log4php/trunk/build.xml Tue May  4 06:00:49 2010
@@ -95,9 +95,11 @@
                 	<fileset dir="target/site-deploy" includes="**/*.jnlp"/>
                 </path>
             </foreach>
-      		<fixcrlf srcDir="target/site-deploy" includes="**"/> 
+      		<fixcrlf srcDir="target/site-deploy" includes="**/*.html"/>
+			<fixcrlf srcDir="target/site-deploy" includes="**/*.css"/>
+			<fixcrlf srcDir="target/site-deploy" includes="**/*.js"/>
 		<!--  requires that SVN_EDITOR, VISUAL or EDITOR being set to edit commit description -->
-      <echo>Note:
+      <!--<echo>Note:
 $export SVN_EDITOR=xemacs
 
 or similar must be set so that user is prompted for commit message.</echo>
@@ -107,7 +109,7 @@ or similar must be set so that user is p
 			<arg value="-m"/>
 		    <arg value="detailled log message see source svn"/>
 		</exec>
-		
+-->		
 	</target>
 
 </project>