ICU-7388 Flag 'born stable'. Also update readme.
X-SVN-Rev: 28980
This commit is contained in:
parent
cbb8e1c1b8
commit
04000e60ff
@ -10,7 +10,7 @@ Requirements:
|
||||
- Doxygen (for generating docs)
|
||||
- Java JDK 1.5+
|
||||
- Apache Ant
|
||||
|
||||
- Xalan/Xerces ( put the jars in the lib/ directory ) - the built in version to Java doesn't seem to work properly.
|
||||
|
||||
To use the utility:
|
||||
1. setup ICU
|
||||
|
@ -90,7 +90,7 @@
|
||||
<h2>Other existing drafts in <xsl:value-of select="$rightVer" /></h2>
|
||||
</a>
|
||||
<div class='other'>
|
||||
<xsl:call-template name="infoTable">
|
||||
<xsl:call-template name="infoTable"> <!-- note: note genTable -->
|
||||
<xsl:with-param name="nodes" select="/list/func[@rightStatus = 'Draft' and @rightVersion != $rightVer]"/>
|
||||
</xsl:call-template>
|
||||
</div>
|
||||
@ -173,6 +173,11 @@
|
||||
</xsl:if>
|
||||
</span>
|
||||
</td>
|
||||
</xsl:if>
|
||||
<xsl:if test = "@rightStatus = 'Stable' and @rightVersion = $rightVer">
|
||||
<td>
|
||||
<b title='A new API was introduced as stable in $rightVer.' class='bigwarn'>(Born Stable)</b>
|
||||
</td>
|
||||
</xsl:if>
|
||||
</tr>
|
||||
</xsl:for-each>
|
||||
|
Loading…
Reference in New Issue
Block a user