You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by gm...@apache.org on 2006/08/26 05:44:02 UTC

svn commit: r437063 - /forrest/trunk/main/targets/site.xml

Author: gmcdonald
Date: Fri Aug 25 20:44:01 2006
New Revision: 437063

URL: http://svn.apache.org/viewvc?rev=437063&view=rev
Log:
Added comments for Workaround for problem described at FOR-925

Modified:
    forrest/trunk/main/targets/site.xml

Modified: forrest/trunk/main/targets/site.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/targets/site.xml?rev=437063&r1=437062&r2=437063&view=diff
==============================================================================
--- forrest/trunk/main/targets/site.xml (original)
+++ forrest/trunk/main/targets/site.xml Fri Aug 25 20:44:01 2006
@@ -216,12 +216,14 @@
       <then>
         <fixcrlf srcdir="${project.site-dir}" eol="unix">
                 <include name="**/*.html"/>
+                <!-- The CSS Includes are a workaround for FOR-925 -->
                 <include name="**/*.css"/>
         </fixcrlf>
       </then>
       <else>
         <fixcrlf srcdir="${project.site-dir}">
                 <include name="**/*.html"/>
+                <!-- The CSS Includes are a workaround for FOR-925 -->
                 <include name="**/*.css"/>
         </fixcrlf>
       </else>