tomdz 2005/03/22 13:30:42
Modified: src/xdoclet/test/xdoclet/modules/ojb/tests
ModifyInheritedTagOtmDependentAttributeTests.java
ClassTagDocumentationAttributeTests.java
CollectionTagIndirectionTableAttributeTests.java
RunAllTests.java NestedTagSimpleTests.java
CollectionTagAutoDeleteAttributeTests.java
CollectionTagElementClassRefAttributeTests.java
ReferenceTagForeignkeyAttributeTests.java
TestCollectionClass.java
ModifyNestedTagSimpleTests.java
ModifyInheritedTagAutoRetrieveAttributeTests.java
ModifyInheritedTagRefreshAttributeTests.java
ModifyInheritedTagClassRefAttributeTests.java
ClassTagGenerateTableInfoAttributeTests.java
ModifyInheritedTagAutoUpdateAttributeTests.java
CollectionTagRefreshAttributeTests.java
CollectionTagAttributesAttributeTests.java
ModifyInheritedTagQueryCustomizerAttributeTests.java
CollectionTagAutoUpdateAttributeTests.java
ModifyInheritedTagElementClassRefAttributeTests.java
ModifyInheritedTagSimpleTests.java
CollectionTagDocumentationAttributeTests.java
CollectionTagOtmDependentAttributeTests.java
CollectionTagAutoRetrieveAttributeTests.java
ModifyInheritedTagIgnoreAttributeTests.java
CollectionTagProxyAttributeTests.java
ModifyInheritedTagOrderbyAttributeTests.java
CollectionTagForeignkeyAttributeTests.java
ReferenceTagClassRefAttributeTests.java
CollectionTagSimpleTests.java
ModifyInheritedTagProxyAttributeTests.java
CollectionTagCollectionClassAttributeTests.java
ModifyInheritedTagAttributesAttributeTests.java
ModifyInheritedTagAutoDeleteAttributeTests.java
ModifyInheritedTagDocumentationAttributeTests.java
CollectionTagQueryCustomizerAttributeTests.java
ModifyInheritedTagCollectionClassAttributeTests.java
ModifyInheritedTagForeignkeyAttributeTests.java
CollectionTagOrderbyAttributeTests.java
src/xdoclet/java/src/xdoclet/modules/ojb/resources
torque_xml.xdt intermediate-representation.xdt
ojb_xml.xdt
src/xdoclet/java/src/xdoclet/modules/ojb/model
ClassDescriptorDef.java TableDef.java
CollectionDescriptorDef.java ForeignkeyDef.java
PropertyHelper.java TorqueModelDef.java
src/xdoclet/java/src/xdoclet/modules/ojb
CommaListIterator.java OjbTagsHandler.java
src/xdoclet/java/src/xdoclet/modules/ojb/constraints
CollectionDescriptorConstraints.java
ClassDescriptorConstraints.java
ModelConstraints.java
. .classpath
Added: src/xdoclet/test/xdoclet/modules/ojb/tests
ModifyInheritedTagColumnDocumentationAttributeTests.java
CollectionTagIndirectionTableDocumentationAttributesTests.java
ModifyInheritedTagDatabaseForeignkeyAttributeTests.java
ClassTagTableDocumentationAttributeTests.java
CollectionTagIndirectionTablePrimarykeysAttributeTests.java
ClassTagGenerateRepositoryInfoAttributeTests.java
ReferenceTagDatabaseForeignkeyAttributeTests.java
FieldTagColumnDocumentationAttributeTests.java
lib xdoclet-1.2.2.jar xjavadoc-1.1.jar
xdoclet-ojb-module-1.2.2.jar
Removed: lib xdoclet-ojb-module-1.2.1.jar xdoclet-1.2.1.jar
xjavadoc-1.0.3.jar
Log:
Ported changes to the XDoclet module in 1.0 branch to CVS Head
Revision Changes Path
1.4 +1 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagOtmDependentAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagOtmDependentAttributeTests.java.diff?r1=1.3&r2=1.4
1.4 +149 -2
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ClassTagDocumentationAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ClassTagDocumentationAttributeTests.java.diff?r1=1.3&r2=1.4
1.9 +220 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagIndirectionTableAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagIndirectionTableAttributeTests.java.diff?r1=1.8&r2=1.9
1.14 +10 -2
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/RunAllTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/RunAllTests.java.diff?r1=1.13&r2=1.14
1.4 +3 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/NestedTagSimpleTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/NestedTagSimpleTests.java.diff?r1=1.3&r2=1.4
1.4 +16 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagAutoDeleteAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagAutoDeleteAttributeTests.java.diff?r1=1.3&r2=1.4
1.6 +12 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagElementClassRefAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagElementClassRefAttributeTests.java.diff?r1=1.5&r2=1.6
1.7 +263 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ReferenceTagForeignkeyAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ReferenceTagForeignkeyAttributeTests.java.diff?r1=1.6&r2=1.7
1.6 +4 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/TestCollectionClass.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/TestCollectionClass.java.diff?r1=1.5&r2=1.6
1.5 +1 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyNestedTagSimpleTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyNestedTagSimpleTests.java.diff?r1=1.4&r2=1.5
1.4 +1 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagAutoRetrieveAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagAutoRetrieveAttributeTests.java.diff?r1=1.3&r2=1.4
1.4 +1 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagRefreshAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagRefreshAttributeTests.java.diff?r1=1.3&r2=1.4
1.4 +10 -6
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagClassRefAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagClassRefAttributeTests.java.diff?r1=1.3&r2=1.4
1.3 +288 -29
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ClassTagGenerateTableInfoAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ClassTagGenerateTableInfoAttributeTests.java.diff?r1=1.2&r2=1.3
1.5 +1 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagAutoUpdateAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagAutoUpdateAttributeTests.java.diff?r1=1.4&r2=1.5
1.3 +7 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagRefreshAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagRefreshAttributeTests.java.diff?r1=1.2&r2=1.3
1.3 +10 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagAttributesAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagAttributesAttributeTests.java.diff?r1=1.2&r2=1.3
1.4 +7 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagQueryCustomizerAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagQueryCustomizerAttributeTests.java.diff?r1=1.3&r2=1.4
1.4 +16 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagAutoUpdateAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagAutoUpdateAttributeTests.java.diff?r1=1.3&r2=1.4
1.5 +11 -2
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagElementClassRefAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagElementClassRefAttributeTests.java.diff?r1=1.4&r2=1.5
1.3 +2 -1
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagSimpleTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagSimpleTests.java.diff?r1=1.2&r2=1.3
1.4 +7 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagDocumentationAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagDocumentationAttributeTests.java.diff?r1=1.3&r2=1.4
1.3 +7 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagOtmDependentAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagOtmDependentAttributeTests.java.diff?r1=1.2&r2=1.3
1.3 +7 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagAutoRetrieveAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagAutoRetrieveAttributeTests.java.diff?r1=1.2&r2=1.3
1.6 +1 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagIgnoreAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagIgnoreAttributeTests.java.diff?r1=1.5&r2=1.6
1.4 +19 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagProxyAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagProxyAttributeTests.java.diff?r1=1.3&r2=1.4
1.4 +8 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagOrderbyAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagOrderbyAttributeTests.java.diff?r1=1.3&r2=1.4
1.6 +627 -35
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagForeignkeyAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagForeignkeyAttributeTests.java.diff?r1=1.5&r2=1.6
1.7 +14 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ReferenceTagClassRefAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ReferenceTagClassRefAttributeTests.java.diff?r1=1.6&r2=1.7
1.4 +38 -10
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagSimpleTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagSimpleTests.java.diff?r1=1.3&r2=1.4
1.5 +5 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagProxyAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagProxyAttributeTests.java.diff?r1=1.4&r2=1.5
1.6 +26 -2
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagCollectionClassAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagCollectionClassAttributeTests.java.diff?r1=1.5&r2=1.6
1.4 +2 -1
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagAttributesAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagAttributesAttributeTests.java.diff?r1=1.3&r2=1.4
1.5 +1 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagAutoDeleteAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagAutoDeleteAttributeTests.java.diff?r1=1.4&r2=1.5
1.5 +1 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagDocumentationAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagDocumentationAttributeTests.java.diff?r1=1.4&r2=1.5
1.4 +7 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagQueryCustomizerAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagQueryCustomizerAttributeTests.java.diff?r1=1.3&r2=1.4
1.5 +5 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagCollectionClassAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagCollectionClassAttributeTests.java.diff?r1=1.4&r2=1.5
1.5 +1 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagForeignkeyAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagForeignkeyAttributeTests.java.diff?r1=1.4&r2=1.5
1.8 +22 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagOrderbyAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagOrderbyAttributeTests.java.diff?r1=1.7&r2=1.8
1.2 +394 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagColumnDocumentationAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagColumnDocumentationAttributeTests.java.diff?r1=1.1&r2=1.2
1.2 +540 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagIndirectionTableDocumentationAttributesTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagIndirectionTableDocumentationAttributesTests.java.diff?r1=1.1&r2=1.2
1.2 +536 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagDatabaseForeignkeyAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyInheritedTagDatabaseForeignkeyAttributeTests.java.diff?r1=1.1&r2=1.2
1.2 +328 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ClassTagTableDocumentationAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ClassTagTableDocumentationAttributeTests.java.diff?r1=1.1&r2=1.2
1.2 +605 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagIndirectionTablePrimarykeysAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/CollectionTagIndirectionTablePrimarykeysAttributeTests.java.diff?r1=1.1&r2=1.2
1.2 +887 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ClassTagGenerateRepositoryInfoAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ClassTagGenerateRepositoryInfoAttributeTests.java.diff?r1=1.1&r2=1.2
1.2 +352 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ReferenceTagDatabaseForeignkeyAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ReferenceTagDatabaseForeignkeyAttributeTests.java.diff?r1=1.1&r2=1.2
1.2 +265 -0
db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/FieldTagColumnDocumentationAttributeTests.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/FieldTagColumnDocumentationAttributeTests.java.diff?r1=1.1&r2=1.2
1.2 +580 -0 db-ojb/lib/xdoclet-1.2.2.jar
<<Binary file>>
1.2 +813 -0 db-ojb/lib/xjavadoc-1.1.jar
<<Binary file>>
1.2 +486 -0 db-ojb/lib/xdoclet-ojb-module-1.2.2.jar
<<Binary file>>
1.6 +22 -3
db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/resources/torque_xml.xdt
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/resources/torque_xml.xdt.diff?r1=1.5&r2=1.6
1.9 +35 -0
db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/resources/intermediate-representation.xdt
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/resources/intermediate-representation.xdt.diff?r1=1.8&r2=1.9
1.7 +71 -1
db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/resources/ojb_xml.xdt
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/resources/ojb_xml.xdt.diff?r1=1.6&r2=1.7
1.8 +67 -0
db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/ClassDescriptorDef.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/ClassDescriptorDef.java.diff?r1=1.7&r2=1.8
1.6 +25 -2
db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/TableDef.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/TableDef.java.diff?r1=1.5&r2=1.6
1.6 +36 -0
db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/CollectionDescriptorDef.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/CollectionDescriptorDef.java.diff?r1=1.5&r2=1.6
1.4 +43 -0
db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/ForeignkeyDef.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/ForeignkeyDef.java.diff?r1=1.3&r2=1.4
1.7 +19 -0
db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/PropertyHelper.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/PropertyHelper.java.diff?r1=1.6&r2=1.7
1.7 +334 -55
db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/TorqueModelDef.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/model/TorqueModelDef.java.diff?r1=1.6&r2=1.7
1.6 +44 -0
db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/CommaListIterator.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/CommaListIterator.java.diff?r1=1.5&r2=1.6
1.15 +43 -21
db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/OjbTagsHandler.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/OjbTagsHandler.java.diff?r1=1.14&r2=1.15
1.5 +5 -1
db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/CollectionDescriptorConstraints.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/CollectionDescriptorConstraints.java.diff?r1=1.4&r2=1.5
1.7 +16 -1
db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/ClassDescriptorConstraints.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/ClassDescriptorConstraints.java.diff?r1=1.6&r2=1.7
1.9 +323 -45
db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/ModelConstraints.java
http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/java/src/xdoclet/modules/ojb/constraints/ModelConstraints.java.diff?r1=1.8&r2=1.9
1.47 +5 -5 db-ojb/.classpath
http://cvs.apache.org/viewcvs/db-ojb/.classpath.diff?r1=1.46&r2=1.47
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]