dion 2003/09/23 08:25:39
Modified: src/plugins-build/tasklist/xdocs properties.xml
src/plugins-build/xdoc/src/plugin-resources site.jsl
Log:
Apply MAVEN-845
Revision Changes Path
1.3 +1 -1 maven/src/plugins-build/tasklist/xdocs/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/tasklist/xdocs/properties.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- properties.xml 3 Mar 2003 15:41:23 -0000 1.2
+++ properties.xml 23 Sep 2003 15:25:39 -0000 1.3
@@ -14,7 +14,7 @@
<td>maven.tasklist.taskTag</td>
<td>Yes</td>
<td>
- The javadoc tag to look for. Defaults to <code>todo</code>
+ The javadoc tag to look for. Defaults to <code>@todo</code>
so that <code>@todo</code> tags are processed.
</td>
</tr>
1.32 +5 -0 maven/src/plugins-build/xdoc/src/plugin-resources/site.jsl
Index: site.jsl
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/xdoc/src/plugin-resources/site.jsl,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- site.jsl 23 Jul 2003 10:25:18 -0000 1.31
+++ site.jsl 23 Sep 2003 15:25:39 -0000 1.32
@@ -504,4 +504,9 @@
<!-- element values don't pass through as text -->
<jsl:template match="@*"/>
+ <!-- CDATA and text nodes pass-thru -->
+ <jsl:template match="text()">
+ <x:expr select="."/>
+ </jsl:template>
+
</jsl:stylesheet>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]