mpoeschl 2003/10/13 15:59:33 Modified: src/generator/src/java/org/apache/torque/task TorqueDataModelTask.java Log: deprecate BasePathToDbProps getter and setter .. they will be removed after a template refactoring Revision Changes Path 1.5 +2 -0 db-torque/src/generator/src/java/org/apache/torque/task/TorqueDataModelTask.java Index: TorqueDataModelTask.java =================================================================== RCS file: /home/cvs/db-torque/src/generator/src/java/org/apache/torque/task/TorqueDataModelTask.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- TorqueDataModelTask.java 5 Oct 2003 14:14:03 -0000 1.4 +++ TorqueDataModelTask.java 13 Oct 2003 22:59:33 -0000 1.5 @@ -273,6 +273,7 @@ * constructed by appending the "getTargetDatabase()/db.props to this path. * * @return basepath to db.props + * @deprecated replaced by the platform package */ public String getBasePathToDbProps() { @@ -285,6 +286,7 @@ * to this path. * * @param v basepath to db.props + * @deprecated replaced by the platform package */ public void setBasePathToDbProps(String v) { --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org