Scarab commit: svn commit: r10896 - trunk/properties.xsl
Johannes Höchstädter <[email protected]>
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jhoech
Date: 2010-02-04 03:55:38-0800
New Revision: 10896
Modified:
trunk/properties.xsl (contents, props changed)
Log:
MRG - Part 4 - Merged current changes from 0.22 branch back into trunk. Branch was in revision 10892.
ENH - Missing changes in configuration file: properties.xsl.
Modified: trunk/properties.xsl
Url: http://scarab.tigris.org/source/browse/scarab/trunk/properties.xsl?view=diff&pathrev=10896&r1=10895&r2=10896
==============================================================================
--- trunk/properties.xsl (original)
+++ trunk/properties.xsl 2010-02-04 03:55:38-0800
@@ -29,7 +29,8 @@
<tr>
<th>Property name</th>
<th>Type</th>
- <th>Comment</th>
+ <th>Comment</th>
+ <th>Details</th>
</tr>
<xsl:apply-templates />
</table>
@@ -45,6 +46,7 @@
<td><xsl:value-of select="name" /></td>
<td><xsl:value-of select="type" /></td>
<td><xsl:value-of select="comment" /></td>
+ <td><xsl:value-of select="details" /></td>
</tr>
</xsl:template>
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2444814