Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags/src/test/java/org/xdoclet/plugin/qtags/doclipse/expected
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30108/plugin-qtags/src/test/java/org/xdoclet/plugin/qtags/doclipse/expected

Modified Files:
        definition.xml 
Log Message:
Support to QTags to return array types: 
Tag values will be running through a StringTokenizer.
Each array value will be validated through if used it @qtags.allowed-value.
The StringTokenizer delimiter is by default "," but can also be ";" - This can 
be set using @qtags.list-token.
Note: Before @qtags.default was not being verified against a valid value set by 
@qtags.allowed-value.
Current generated tag impl changed this - The default value is set before 
values validation.



Index: definition.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags/src/test/java/org/xdoclet/plugin/qtags/doclipse/expected/definition.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** definition.xml      31 May 2005 11:28:58 -0000      1.3
--- definition.xml      21 Aug 2005 13:44:31 -0000      1.4
***************
*** 7,13 ****
        >
          <attribute name="age" required="false"/>
          <attribute name="apple" doc="Bla bla" allowed="red green" 
required="false"/>
!         <attribute name="funny" doc="Hip hop" required="false"/>
          <attribute name="grape-fruit" doc="Ping pong" required="true"/>
        </tag>
  </doclipse>
\ No newline at end of file
--- 7,17 ----
        >
          <attribute name="age" required="false"/>
+         <attribute name="age-list" required="false"/>
          <attribute name="apple" doc="Bla bla" allowed="red green" 
required="false"/>
!         <attribute name="apple-list" doc="Bla bla" allowed="red green" 
required="false"/>
!         <attribute name="funny" allowed="true false" doc="Hip hop" 
required="false"/>
!         <attribute name="funny-list" allowed="true false" doc="Hip hop" 
required="false"/>
          <attribute name="grape-fruit" doc="Ping pong" required="true"/>
+         <attribute name="grape-fruit-list" doc="Ping pong" required="true"/>
        </tag>
  </doclipse>
\ No newline at end of file



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-plugins-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to