mkalen 2005/03/11 06:02:47
Modified: . build-torque.xml
Log:
Remove deprecated Torque Ant-task property "basePathToDbProps". (Resolves
Gump failure in test-ojb)
Revision Changes Path
1.9 +0 -2 db-ojb/build-torque.xml
Index: build-torque.xml
===================================================================
RCS file: /home/cvs/db-ojb/build-torque.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build-torque.xml 13 Nov 2004 16:20:15 -0000 1.8
+++ build-torque.xml 11 Mar 2005 14:02:47 -0000 1.9
@@ -177,7 +177,6 @@
<target name="sql-classpath" if="torque.internal.useClasspath">
<echo message="loading templates from classpath"/>
<torque-sql
- basePathToDbProps="sql/base/"
contextProperties="${torque.contextProperties}"
controlTemplate="${torque.template.sql}"
idTableXMLFile="${torque.idTableXMLFile}"
@@ -196,7 +195,6 @@
<target name="sql-template" unless="torque.internal.useClasspath">
<echo message="loading templates from ${torque.templatePath}"/>
<torque-sql
- basePathToDbProps="sql/base/"
contextProperties="${torque.contextProperties}"
controlTemplate="${torque.template.sql}"
idTableXMLFile="${torque.idTableXMLFile}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]