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

Modified Files:
        jdo_xml.package_class_field_column.xdt 
        jdo_xml.package_class_field_join.xdt 
        jdo_xml.package_class_inheritance.xdt 
        jdo_xml.package_class_datastore-identity.xdt 
Log Message:
Rename nulls-allowed parameters as allows-null, to match current version of 
DTD.  (XDT-1224)  Thanks to Bernhard Neuhauser for patch.




Index: jdo_xml.package_class_field_column.xdt
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.package_class_field_column.xdt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** jdo_xml.package_class_field_column.xdt      14 Aug 2004 20:19:34 -0000      
1.1
--- jdo_xml.package_class_field_column.xdt      15 Jan 2005 00:09:28 -0000      
1.2
***************
*** 25,30 ****
                     precision="<XDtField:fieldTagValue tagName="jdo.column" 
paramName="precision"/>"
              </XDtField:ifHasFieldTag>
!             <XDtField:ifHasFieldTag tagName="jdo.column" 
paramName="nulls-allowed">
!                    nulls-allowed="<XDtField:fieldTagValue 
tagName="jdo.column" paramName="nulls-allowed"/>"
              </XDtField:ifHasFieldTag>
             > <XDtComment:comment> end tag *column* </XDtComment:comment>
--- 25,30 ----
                     precision="<XDtField:fieldTagValue tagName="jdo.column" 
paramName="precision"/>"
              </XDtField:ifHasFieldTag>
!             <XDtField:ifHasFieldTag tagName="jdo.column" 
paramName="allows-null">
!                    allows-null="<XDtField:fieldTagValue tagName="jdo.column" 
paramName="allows-null"/>"
              </XDtField:ifHasFieldTag>
             > <XDtComment:comment> end tag *column* </XDtComment:comment>

Index: jdo_xml.package_class_field_join.xdt
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.package_class_field_join.xdt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** jdo_xml.package_class_field_join.xdt        14 Aug 2004 20:19:34 -0000      
1.1
--- jdo_xml.package_class_field_join.xdt        15 Jan 2005 00:09:28 -0000      
1.2
***************
*** 41,46 ****
                       precision="<XDtField:fieldTagValue 
tagName="jdo.join-column" paramName="precision"/>"
                </XDtField:ifHasFieldTag>
!              <XDtField:ifHasFieldTag tagName="jdo.join-column" 
paramName="nulls-allowed">
!                      nulls-allowed="<XDtField:fieldTagValue 
tagName="jdo.join-column" paramName="nulls-allowed"/>"
                </XDtField:ifHasFieldTag>
               > <XDtComment:comment> end tag *column* </XDtComment:comment>
--- 41,46 ----
                       precision="<XDtField:fieldTagValue 
tagName="jdo.join-column" paramName="precision"/>"
                </XDtField:ifHasFieldTag>
!              <XDtField:ifHasFieldTag tagName="jdo.join-column" 
paramName="allows-null">
!                      allows-null="<XDtField:fieldTagValue 
tagName="jdo.join-column" paramName="allows-null"/>"
                </XDtField:ifHasFieldTag>
               > <XDtComment:comment> end tag *column* </XDtComment:comment>

Index: jdo_xml.package_class_inheritance.xdt
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.package_class_inheritance.xdt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** jdo_xml.package_class_inheritance.xdt       6 Jan 2005 16:21:07 -0000       
1.1
--- jdo_xml.package_class_inheritance.xdt       15 Jan 2005 00:09:28 -0000      
1.2
***************
*** 46,51 ****
                       precision="<XDtClass:classTagValue 
tagName="jdo.inheritance-discriminator-column" paramName="precision"/>"
                </XDtClass:ifHasClassTag>
!               <XDtClass:ifHasClassTag 
tagName="jdo.inheritance-discriminator-column" paramName="nulls-allowed" 
superclasses="false">
!                      nulls-allowed="<XDtClass:classTagValue 
tagName="jdo.inheritance-discriminator-column" paramName="nulls-allowed"/>"
                </XDtClass:ifHasClassTag>
               > <XDtComment:comment> end tag *column* </XDtComment:comment>
--- 46,51 ----
                       precision="<XDtClass:classTagValue 
tagName="jdo.inheritance-discriminator-column" paramName="precision"/>"
                </XDtClass:ifHasClassTag>
!               <XDtClass:ifHasClassTag 
tagName="jdo.inheritance-discriminator-column" paramName="allows-null" 
superclasses="false">
!                      allows-null="<XDtClass:classTagValue 
tagName="jdo.inheritance-discriminator-column" paramName="allows-null"/>"
                </XDtClass:ifHasClassTag>
               > <XDtComment:comment> end tag *column* </XDtComment:comment>
***************
*** 54,56 ****
             </discriminator>
            </XDtClass:ifHasClassTag>
!          </inheritance>
\ No newline at end of file
--- 54,56 ----
             </discriminator>
            </XDtClass:ifHasClassTag>
!          </inheritance>

Index: jdo_xml.package_class_datastore-identity.xdt
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/jdo/src/xdoclet/modules/jdo/resources/jdo_xml.package_class_datastore-identity.xdt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** jdo_xml.package_class_datastore-identity.xdt        14 Aug 2004 20:19:34 
-0000      1.1
--- jdo_xml.package_class_datastore-identity.xdt        15 Jan 2005 00:09:28 
-0000      1.2
***************
*** 40,45 ****
                      precision="<XDtClass:classTagValue 
tagName="jdo.datastore-identity-column" paramName="precision"/>"
               </XDtClass:ifHasClassTag>
!              <XDtClass:ifHasClassTag tagName="jdo.datastore-identity-column" 
paramName="nulls-allowed" superclasses="false">
!                     nulls-allowed="<XDtClass:classTagValue 
tagName="jdo.datastore-identity-column" paramName="nulls-allowed"/>"
               </XDtClass:ifHasClassTag>
              > <XDtComment:comment> end tag *column* </XDtComment:comment>
--- 40,45 ----
                      precision="<XDtClass:classTagValue 
tagName="jdo.datastore-identity-column" paramName="precision"/>"
               </XDtClass:ifHasClassTag>
!              <XDtClass:ifHasClassTag tagName="jdo.datastore-identity-column" 
paramName="allows-null" superclasses="false">
!                     allows-null="<XDtClass:classTagValue 
tagName="jdo.datastore-identity-column" paramName="allows-null"/>"
               </XDtClass:ifHasClassTag>
              > <XDtComment:comment> end tag *column* </XDtComment:comment>



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to