You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2008/06/29 19:26:11 UTC

svn commit: r672648 - /incubator/rat/main/trunk/scan/src/main/org/apache/rat/scan/antlib.xml

Author: rdonkin
Date: Sun Jun 29 10:26:11 2008
New Revision: 672648

URL: http://svn.apache.org/viewvc?rev=672648&view=rev
Log:
Default to .html ending for xhtml

Modified:
    incubator/rat/main/trunk/scan/src/main/org/apache/rat/scan/antlib.xml

Modified: incubator/rat/main/trunk/scan/src/main/org/apache/rat/scan/antlib.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/scan/src/main/org/apache/rat/scan/antlib.xml?rev=672648&r1=672647&r2=672648&view=diff
==============================================================================
--- incubator/rat/main/trunk/scan/src/main/org/apache/rat/scan/antlib.xml (original)
+++ incubator/rat/main/trunk/scan/src/main/org/apache/rat/scan/antlib.xml Sun Jun 29 10:26:11 2008
@@ -26,7 +26,7 @@
               <format property="org.apache.rat.scan.ISO_TODAY" pattern="yyyy-MM-dd" locale="en,GMT"/>
           </tstamp>
           <property name='org.apache.rat.scan.name.data' value='@{stem}-data-${org.apache.rat.scan.ISO_TODAY}.html'/>
-          <property name='org.apache.rat.scan.name.diff' value='@{stem}-diff-${org.apache.rat.scan.ISO_TODAY}.xml'/>
+          <property name='org.apache.rat.scan.name.diff' value='@{stem}-diff-${org.apache.rat.scan.ISO_TODAY}.html'/>
           <property name='org.apache.rat.scan.name.anakia' value='@{stem}-report-${org.apache.rat.scan.ISO_TODAY}.xml'/>
           <property name='org.apache.rat.scan.name.txt' value='@{stem}-report-${org.apache.rat.scan.ISO_TODAY}.txt'/>
           <property name='org.apache.rat.scan.name.props' value='org-apache-rat-scan.properties'/>