Skip to Content.
Sympa Menu

notify-dpml - r890 - trunk/main/depot/tools/builder/etc/prefs/templates

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r890 - trunk/main/depot/tools/builder/etc/prefs/templates
  • Date: Mon, 9 Jan 2006 03:55:46 +0100

Author: mcconnell
Date: 2006-01-09 03:55:41 +0100 (Mon, 09 Jan 2006)
New Revision: 890

Modified:
trunk/main/depot/tools/builder/etc/prefs/templates/standard.template
Log:
fix bug in xslt task usage

Modified: trunk/main/depot/tools/builder/etc/prefs/templates/standard.template
===================================================================
--- trunk/main/depot/tools/builder/etc/prefs/templates/standard.template
2006-01-09 02:43:31 UTC (rev 889)
+++ trunk/main/depot/tools/builder/etc/prefs/templates/standard.template
2006-01-09 02:55:41 UTC (rev 890)
@@ -64,8 +64,9 @@
</checkstyle>
<xslt style="${dpml.prefs}/dpml/tools/xsls/checkstyle-frames.xsl"
in="${checkstyle.data}"
- out="${checkstyle.dir}/checkstyle_report.html" />
+ out="${checkstyle.dir}/checkstyle_report.html">
<param name="output.dir" expression="${checkstyle.dir}"/>
+ </xslt>
</target>

</project>




  • r890 - trunk/main/depot/tools/builder/etc/prefs/templates, mcconnell at BerliOS, 01/08/2006

Archive powered by MHonArc 2.6.24.

Top of Page