Total number of change sets: 1
Total Commits: 21 Total Number of Files Changed: 28
Date | Author | File/Message |
---|---|---|
2005-07-20 20:39:56 | Thomas Fischer | updated the informations about the remote repository to work with the current maven version |
2005-07-20 20:33:28 | Thomas Fischer | added properties for upload to foreign directories |
2005-07-19 13:32:00 | Thomas Fischer | change version to torque-3.2-rc1 |
2005-07-19 13:31:59 | Thomas Fischer | change version to torque-3.2-rc1 |
2005-07-19 13:27:25 | Thomas Fischer | correct the default directory for the schema.xml files |
2005-07-19 13:26:17 | Thomas Fischer | changed the default source directory for the schema.xml files to match the maven default |
2005-07-19 13:24:51 | Thomas Fischer | include default.properties and schema in build |
2005-07-19 13:23:56 | Thomas Fischer | for building from source, only maven is supported. |
2005-07-18 04:41:54 | Thomas Fischer | ignore the target package |
2005-07-18 04:13:00 | Thomas Fischer |
src/java/org/apache/torque/engine/platform/PlatformInterbaseImpl.java v 1.6 added mapping for BIT, specified string size for booleanchar |
2005-07-18 04:09:04 | Thomas Fischer |
src/conf/build-torque.xml v 1.13 create extra jar for the generator templates to keep the structure of the generator jar sane. |
2005-07-18 04:08:59 | Thomas Fischer | create extra jar for the generator templates to keep the structure of the generator jar sane. |
2005-07-18 04:00:39 | Thomas Fischer | moved default target and resources from the generator's maven.xml to its project.xml added a hack to resolve dependency on project-base.xml for the generator source distribution removed the templates from the binary distribution. They will be released in a separate artifact. |
2005-07-18 03:59:54 | Thomas Fischer | moved default target and resources from the generator's maven.xml to its project.xml added a hack to resolve dependency on project-base.xml for the generator source distribution removed the templates from the binary distribution. They will be released in a separate artifact. |
2005-07-08 17:47:56 | Thomas Fischer | license template to make checkstyle happy |
2005-07-08 17:27:52 | Thomas Fischer | updated to reflect change of library versions in src/generator/project.xml |
2005-07-08 17:26:12 | Thomas Fischer | updated most libaries to the newest available stable version |
2005-07-02 19:27:07 | Thomas Fischer | added mssql to the set of possible choices for the database |
2005-06-27 21:34:10 | Thomas Fischer |
src/java/org/apache/torque/engine/database/model/Column.java v 1.29 Added a "protected" attribute to the column which van be used to make getters and setters for the column protected. This can be helpful if Torque manages inheritance. Thanks to Jonthan Purvis for the Patch. See TRQS306 in scarab |
2005-06-27 20:34:41 | Thomas Fischer | If a MapBuilder cannot be instantiated when initializing a Peer class, a Runtime Exception is now thrown instead of just logging the error |
2005-06-26 06:49:59 | Thomas Fischer |
src/java/org/apache/torque/engine/database/transform/XmlToAppData.java v 1.15 The generator now validates the schema.xml against its DTD and throws an error if the shema.xml does not satisfy the DTD |