Update of /cvsroot/hibernate/Tools/src/cirrus/hibernate/tools/xdoclet/resources In directory sc8-pr-cvs1:/tmp/cvs-serv28139/src/cirrus/hibernate/tools/xdoclet/resources Modified Files: hibernate-properties.xdt hibernate.xdt hibernate-collections.xdt hibernate-composite-element.xdt Log Message: The current CVS version of the Hibernate XDoclet module now reflects the changes in the hibernate-mapping-1.1.dtd. Index: hibernate-properties.xdt =================================================================== RCS file: /cvsroot/hibernate/Tools/src/cirrus/hibernate/tools/xdoclet/resources/hibernate-properties.xdt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** hibernate-properties.xdt 14 Sep 2002 18:15:24 -0000 1.5 --- hibernate-properties.xdt 7 Dec 2002 15:16:14 -0000 1.6 *************** *** 30,36 **** column="<XDtMethod:methodTagValue tagName="hibernate.many-to-one" paramName="column" />" </XDtMethod:ifHasMethodTag> - <XDtMethod:ifHasMethodTag tagName="hibernate.many-to-one" paramName="length"> - length="<XDtMethod:methodTagValue tagName="hibernate.many-to-one" paramName="length" />" - </XDtMethod:ifHasMethodTag> <XDtMethod:ifHasMethodTag tagName="hibernate.many-to-one" paramName="not-null"> not-null="<XDtMethod:methodTagValue tagName="hibernate.many-to-one" paramName="not-null" />" --- 30,33 ---- Index: hibernate.xdt =================================================================== RCS file: /cvsroot/hibernate/Tools/src/cirrus/hibernate/tools/xdoclet/resources/hibernate.xdt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** hibernate.xdt 16 Sep 2002 04:24:45 -0000 1.7 --- hibernate.xdt 7 Dec 2002 15:16:14 -0000 1.8 *************** *** 120,137 **** <XDtClass:pushClass value="<XDtCollection:get name='backupClass' key='oldClassName' />"> ! <XDtClass:ifHasClassTag tagName="hibernate.cache" superclasses="false"> ! <cache ! <XDtClass:ifHasClassTag tagName="hibernate.cache" paramName="timeout" superclasses="false"> ! timeout="<XDtClass:classTagValue tagName="hibernate.cache" paramName="timeout" />" ! </XDtClass:ifHasClassTag> ! <XDtClass:ifHasClassTag tagName="hibernate.cache" paramName="impl-class" superclasses="false"> ! impl-class="<XDtClass:classTagValue tagName="hibernate.cache" paramName="impl-class" />" ! </XDtClass:ifHasClassTag> ! <XDtClass:ifHasClassTag tagName="hibernate.cache" paramName="type" superclasses="false"> ! type="<XDtClass:classTagValue tagName="hibernate.cache" paramName="type" values="readonly,readwrite" />" ! </XDtClass:ifHasClassTag> ! /> ! </XDtClass:ifHasClassTag> ! </class> --- 120,124 ---- <XDtClass:pushClass value="<XDtCollection:get name='backupClass' key='oldClassName' />"> ! </class> Index: hibernate-collections.xdt =================================================================== RCS file: /cvsroot/hibernate/Tools/src/cirrus/hibernate/tools/xdoclet/resources/hibernate-collections.xdt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** hibernate-collections.xdt 14 Sep 2002 17:19:41 -0000 1.3 --- hibernate-collections.xdt 7 Dec 2002 15:16:14 -0000 1.4 *************** *** 8,14 **** column="<XDtMethod:methodTagValue tagName="hibernate.collection-key" paramName="column" />" </XDtMethod:ifHasMethodTag> - <XDtMethod:ifHasMethodTag tagName="hibernate.collection-key" paramName="type"> - type="<XDtMethod:methodTagValue tagName="hibernate.collection-key" paramName="type" />" - </XDtMethod:ifHasMethodTag> <XDtMethod:ifHasMethodTag tagName="hibernate.collection-key" paramName="length"> length="<XDtMethod:methodTagValue tagName="hibernate.collection-key" paramName="length" />" --- 8,11 ---- *************** *** 95,101 **** <XDtMethod:ifHasMethodTag tagName="hibernate.collection-many-to-many" paramName="column"> column="<XDtMethod:methodTagValue tagName="hibernate.collection-many-to-many" paramName="column" />" - </XDtMethod:ifHasMethodTag> - <XDtMethod:ifHasMethodTag tagName="hibernate.collection-many-to-many" paramName="length"> - length="<XDtMethod:methodTagValue tagName="hibernate.collection-many-to-many" paramName="length" />" </XDtMethod:ifHasMethodTag> <XDtMethod:ifHasMethodTag tagName="hibernate.collection-many-to-many" paramName="not-null"> --- 92,95 ---- Index: hibernate-composite-element.xdt =================================================================== RCS file: /cvsroot/hibernate/Tools/src/cirrus/hibernate/tools/xdoclet/resources/hibernate-composite-element.xdt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** hibernate-composite-element.xdt 14 Sep 2002 17:19:41 -0000 1.2 --- hibernate-composite-element.xdt 7 Dec 2002 15:16:14 -0000 1.3 *************** *** 30,36 **** column="<XDtMethod:methodTagValue tagName="hibernate.many-to-one" paramName="column" />" </XDtMethod:ifHasMethodTag> - <XDtMethod:ifHasMethodTag tagName="hibernate.many-to-one" paramName="length"> - length="<XDtMethod:methodTagValue tagName="hibernate.many-to-one" paramName="length" />" - </XDtMethod:ifHasMethodTag> <XDtMethod:ifHasMethodTag tagName="hibernate.many-to-one" paramName="not-null"> not-null="<XDtMethod:methodTagValue tagName="hibernate.many-to-one" paramName="not-null" />" --- 30,33 ---- |