You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/04/05 22:15:38 UTC

svn commit: r391774 - /maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/maven-reports.xml

Author: ltheussl
Date: Wed Apr  5 13:15:36 2006
New Revision: 391774

URL: http://svn.apache.org/viewcvs?rev=391774&view=rev
Log:
Remove unused variable that gives velocity warnings

Modified:
    maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/maven-reports.xml

Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/maven-reports.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/maven-reports.xml?rev=391774&r1=391773&r2=391774&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/maven-reports.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/maven-reports.xml Wed Apr  5 13:15:36 2006
@@ -40,7 +40,6 @@
             </p>
 
             #set ($reports = $project.getPluginContext('maven-xdoc-plugin').getVariable('reports'))
-            #set ($currentLocale = $project.getPluginContext('maven-xdoc-plugin').getVariable('currentLocale'))
 
             <subsection key="template.maven_reports.section.subsection.title"
                 bundle="plugin-resources.templates.templates"