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

Modified Files:
        FooBar.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: FooBar.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags/src/test/java/org/xdoclet/plugin/qtags/xdoc/expected/FooBar.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** FooBar.xml  31 May 2005 11:28:59 -0000      1.8
--- FooBar.xml  21 Aug 2005 13:44:29 -0000      1.9
***************
*** 38,41 ****
--- 38,43 ----
              <th>Allowed values</th>
              <th>Default value</th>
+             <th>Array</th>
+             <th>Token separator</th>
              <th>Description</th>
            </tr>
***************
*** 45,48 ****
--- 47,61 ----
              <td>Any value</td>
              <td/>
+             <td>false</td>
+             <td/>
+             <td/>
+           </tr>
+           <tr>
+             <td>age-list</td>
+             <td>false</td>
+             <td>Any value</td>
+             <td/>
+             <td>true</td>
+             <td>,</td>
              <td/>
            </tr>
***************
*** 52,55 ****
--- 65,79 ----
              <td>red , green</td>
              <td>green</td>
+             <td>false</td>
+             <td/>
+             <td>Bla bla</td>
+           </tr>
+           <tr>
+             <td>apple-list</td>
+             <td>false</td>
+             <td>red , green</td>
+             <td>green</td>
+             <td>true</td>
+             <td>,</td>
              <td>Bla bla</td>
            </tr>
***************
*** 59,62 ****
--- 83,97 ----
              <td>true , false</td>
              <td>true</td>
+             <td>false</td>
+             <td/>
+             <td>Hip hop</td>
+           </tr>
+           <tr>
+             <td>funny-list</td>
+             <td>false</td>
+             <td>true , false</td>
+             <td>true</td>
+             <td>true</td>
+             <td>;</td>
              <td>Hip hop</td>
            </tr>
***************
*** 66,69 ****
--- 101,115 ----
              <td>Any value</td>
              <td/>
+             <td>false</td>
+             <td/>
+             <td>Ping pong</td>
+           </tr>
+           <tr>
+             <td>grape-fruit-list</td>
+             <td>true</td>
+             <td>Any value</td>
+             <td/>
+             <td>true</td>
+             <td>,</td>
              <td>Ping pong</td>
            </tr>



-------------------------------------------------------
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