The following comment has been added to this issue:
Author: Johan Lindquist
Created: Fri, 20 Aug 2004 7:13 AM
Body:
Not the man for the "make it pretty" patch I am afraid :)
Anyway, forgot to add "uniqueness" indicator for attributes ... The following
one line patch should fix that - if there is still time for it ...
----------------------8<---------------------------------
Index: hivebuild/hivedoc-xsl/hivemind.xsl
===================================================================
RCS file: /home/cvspublic/jakarta-hivemind/hivebuild/hivedoc-xsl/hivemind.xsl,v
retrieving revision 1.2
diff -u -r1.2 hivemind.xsl
--- hivebuild/hivedoc-xsl/hivemind.xsl 20 Aug 2004 12:55:15 -0000 1.2
+++ hivebuild/hivedoc-xsl/hivemind.xsl 20 Aug 2004 14:04:08 -0000
@@ -350,6 +350,7 @@
<xsl:when test="@required = 'true'"> Required </xsl:when>
<xsl:otherwise> Optional </xsl:otherwise>
</xsl:choose>
+ <xsl:if test="@unique = 'true'"> (Unique) </xsl:if>
</td>
</tr>
<xsl:if test="@translator">
----------------------8<---------------------------------
---------------------------------------------------------------------
View this comment:
http://issues.apache.org/jira/browse/HIVEMIND-46?page=comments#action_37363
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/HIVEMIND-46
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HIVEMIND-46
Summary: HiveDoc still uses SDL format
Type: Bug
Status: Closed
Priority: Major
Resolution: FIXED
Project: HiveMind
Components:
framework
Fix Fors:
1.0
Versions:
1.0
Assignee:
Reporter: Howard M. Lewis Ship
Created: Thu, 19 Aug 2004 4:32 PM
Updated: Fri, 20 Aug 2004 7:13 AM
Description:
HiveDoc is still generated using the SDL syntax, rather than XML syntax.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]