You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by to...@apache.org on 2005/03/01 22:54:09 UTC

cvs commit: db-ojb .classpath

tomdz       2005/03/01 13:54:09

  Modified:    src/xdoclet/test/xdoclet/modules/ojb/tests Tag:
                        OJB_1_0_RELEASE
                        CollectionTagProxyAttributeTests.java
                        CollectionTagAutoDeleteAttributeTests.java
                        ModifyInheritedTagDocumentationAttributeTests.java
                        ModifyInheritedTagAutoDeleteAttributeTests.java
                        ModifyInheritedTagAutoRetrieveAttributeTests.java
                        ModifyInheritedTagForeignkeyAttributeTests.java
                        CollectionTagCollectionClassAttributeTests.java
                        ModifyInheritedTagSimpleTests.java
                        CollectionTagElementClassRefAttributeTests.java
                        CollectionTagQueryCustomizerAttributeTests.java
                        CollectionTagDocumentationAttributeTests.java
                        ModifyInheritedTagRefreshAttributeTests.java
                        ModifyInheritedTagQueryCustomizerAttributeTests.java
                        RunAllTests.java
                        CollectionTagRefreshAttributeTests.java
                        ClassTagDocumentationAttributeTests.java
                        CollectionTagAutoUpdateAttributeTests.java
                        CollectionTagForeignkeyAttributeTests.java
                        ModifyInheritedTagElementClassRefAttributeTests.java
                        ModifyInheritedTagAttributesAttributeTests.java
                        ModifyInheritedTagOrderbyAttributeTests.java
                        ModifyInheritedTagAutoUpdateAttributeTests.java
                        CollectionTagAutoRetrieveAttributeTests.java
                        CollectionTagAttributesAttributeTests.java
                        NestedTagSimpleTests.java
                        ModifyInheritedTagCollectionClassAttributeTests.java
                        ModifyInheritedTagIgnoreAttributeTests.java
                        CollectionTagOrderbyAttributeTests.java
                        CollectionTagOtmDependentAttributeTests.java
                        CollectionTagSimpleTests.java
                        ModifyInheritedTagOtmDependentAttributeTests.java
                        ModifyInheritedTagProxyAttributeTests.java
                        CollectionTagIndirectionTableAttributeTests.java
                        ModifyNestedTagSimpleTests.java
               src/xdoclet/java/src/xdoclet/modules/ojb/model Tag:
                        OJB_1_0_RELEASE TorqueModelDef.java
                        CollectionDescriptorDef.java PropertyHelper.java
                        TableDef.java ForeignkeyDef.java
               src/xdoclet/java/src/xdoclet/modules/ojb/constraints Tag:
                        OJB_1_0_RELEASE ModelConstraints.java
               src/xdoclet/java/src/xdoclet/modules/ojb Tag:
                        OJB_1_0_RELEASE OjbTagsHandler.java
               src/xdoclet/java/src/xdoclet/modules/ojb/resources Tag:
                        OJB_1_0_RELEASE intermediate-representation.xdt
                        torque_xml.xdt
               .        Tag: OJB_1_0_RELEASE .classpath
  Added:       src/xdoclet/test/xdoclet/modules/ojb/tests Tag:
                        OJB_1_0_RELEASE
                        ReferenceTagDatabaseForeignkeyAttributeTests.java
                        CollectionTagIndirectionTableDocumentationAttributesTests.java
               lib      Tag: OJB_1_0_RELEASE xdoclet-1.2.2.jar
                        xdoclet-ojb-module-1.2.2.jar xjavadoc-1.1.jar
  Removed:     lib      Tag: OJB_1_0_RELEASE xjavadoc-1.0.3.jar
                        xdoclet-1.2.1.jar xdoclet-ojb-module-1.2.1.jar
  Log:
  Updated to XDoclet 1.2.2 and added features to the xdoclet module
  
  * database foreignkeys are now generated for collections
  * database foreignkey generation can be switched off per reference/collection using the database-foreignkey attribute
  * indirection tables and their foreignkey fields can now be documented using the indirection-table-documentation / foreignkey-documentation / remote-foreignkey-documentation attributes
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.3.2.1   +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.3.2.1
  
  
  1.3.2.1   +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.3.2.1
  
  
  1.4.2.1   +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.4.2.1
  
  
  1.4.2.1   +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.4.2.1
  
  
  1.3.2.1   +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.3.2.1
  
  
  1.4.2.1   +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.4.2.1
  
  
  1.5.2.1   +24 -0     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.5.2.1
  
  
  1.2.2.1   +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.2.2.1
  
  
  1.5.2.1   +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.5.2.1
  
  
  1.3.2.1   +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.3.2.1
  
  
  1.3.2.1   +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.3.2.1
  
  
  1.3.2.1   +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.3.2.1
  
  
  1.3.2.1   +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.3.2.1
  
  
  1.13.2.1  +2 -0      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.13.2.1
  
  
  1.2.2.1   +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.2.2.1
  
  
  1.3.2.1   +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.3.2.1
  
  
  1.3.2.1   +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.3.2.1
  
  
  1.5.2.1   +380 -2    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.5.2.1
  
  
  1.4.2.1   +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.4.2.1
  
  
  1.3.2.1   +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.3.2.1
  
  
  1.3.2.1   +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.3.2.1
  
  
  1.4.2.1   +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.4.2.1
  
  
  1.2.2.1   +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.2.2.1
  
  
  1.2.2.1   +11 -1     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.2.2.1
  
  
  1.3.2.1   +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.3.2.1
  
  
  1.4.2.1   +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.4.2.1
  
  
  1.4.2.2   +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.4.2.1&r2=1.4.2.2
  
  
  1.7.2.1   +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.7.2.1
  
  
  1.2.2.1   +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.2.2.1
  
  
  1.3.2.1   +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.3.2.1
  
  
  1.3.2.1   +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.3.2.1
  
  
  1.4.2.1   +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.4.2.1
  
  
  1.8.2.1   +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.8.2.1
  
  
  1.4.2.1   +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.4.2.1
  
  
  No                   revision
  
  http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyNestedTagSimpleTests.java.diff?r1=1.4&r2=1.4.2.1
  
  
  No                   revision
  
  http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/ModifyNestedTagSimpleTests.java.diff?r1=1.4&r2=1.4.2.1
  
  
  1.1.2.1   +333 -0    db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/Attic/ReferenceTagDatabaseForeignkeyAttributeTests.java
  
  http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/Attic/ReferenceTagDatabaseForeignkeyAttributeTests.java.diff?r1=1.1&r2=1.1.2.1
  
  
  1.1.2.1   +540 -0    db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/Attic/CollectionTagIndirectionTableDocumentationAttributesTests.java
  
  http://cvs.apache.org/viewcvs/db-ojb/src/xdoclet/test/xdoclet/modules/ojb/tests/Attic/CollectionTagIndirectionTableDocumentationAttributesTests.java.diff?r1=1.1&r2=1.1.2.1
  
  
  No                   revision
  No                   revision
  1.6.2.1   +135 -51   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.6.2.1
  
  
  1.5.2.1   +34 -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.5.2.1
  
  
  1.6.2.1   +81 -72    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.6.2.1
  
  
  1.5.2.1   +42 -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.5.2.1
  
  
  1.3.2.1   +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.3.2.1
  
  
  No                   revision
  No                   revision
  1.6.2.2   +2 -31     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.6.2.1&r2=1.6.2.2
  
  
  No                   revision
  No                   revision
  1.1.2.1   +580 -0    db-ojb/lib/Attic/xdoclet-1.2.2.jar
  
  	<<Binary file>>
  
  
  1.1.2.1   +518 -0    db-ojb/lib/Attic/xdoclet-ojb-module-1.2.2.jar
  
  	<<Binary file>>
  
  
  1.1.2.1   +813 -0    db-ojb/lib/Attic/xjavadoc-1.1.jar
  
  	<<Binary file>>
  
  
  No                   revision
  No                   revision
  1.13.2.2  +9 -1      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.13.2.1&r2=1.13.2.2
  
  
  No                   revision
  No                   revision
  1.8.2.1   +6 -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.8.2.1
  
  
  1.5.2.1   +8 -1      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.5.2.1
  
  
  No                   revision
  No                   revision
  1.35.2.5  +5 -4      db-ojb/.classpath
  
  http://cvs.apache.org/viewcvs/db-ojb/.classpath.diff?r1=1.35.2.4&r2=1.35.2.5
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org