Update of /cvsroot/xdoclet/xdoclet/modules/jdo/src/META-INF
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18239/META-INF

Modified Files:
        xtags.xml 
Log Message:
Applied support for class' version sub-element (XDT-1570).
Thanks to witek wolejszo for patch.

Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/jdo/src/META-INF/xtags.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** xtags.xml   19 Sep 2005 17:19:57 -0000      1.26
--- xtags.xml   8 Jan 2006 11:06:52 -0000       1.27
***************
*** 63,66 ****
--- 63,104 ----
        </tag>
  
+       <tag>
+         <level>class</level>
+         <name>jdo.version</name>
+         <usage-description>JDO2!</usage-description>
+         <unique>false</unique>
+         <condition-description>JDO2</condition-description>
+         <condition type="class"/>
+ 
+         <parameter type="text">
+           <name>column</name>
+           <usage-description>Name of the column used to store version 
information.</usage-description>
+           <mandatory>false</mandatory>
+         <default>VERSION</default>
+         </parameter>
+ 
+         <parameter type="bool">
+           <name>indexed</name>
+           <usage-description></usage-description>
+           <mandatory>false</mandatory>
+           <default>false</default>      
+         </parameter>
+ 
+         <parameter type="text">
+           <name>strategy</name>
+           <usage-description>Record versioning strategy</usage-description>
+           <mandatory>true</mandatory>
+           <option-sets>
+             <option-set>
+               <default>version-number</default>
+               <options>
+                 <option>version-number</option>
+                 <option>date-time</option>
+                 <option>state-image</option>
+               </options>
+             </option-set>
+           </option-sets>
+         </parameter>
+       </tag>
  
        <tag>



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to