mpoeschl 2003/08/01 00:14:04
Modified: profile mysql.profile
. build-test.xml default.properties
Log:
use maven.repo.local to get the path for the jdbc driver
Revision Changes Path
1.21 +1 -1 db-torque/profile/mysql.profile
Index: mysql.profile
===================================================================
RCS file: /home/cvs/db-torque/profile/mysql.profile,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- mysql.profile 8 Jan 2003 16:43:54 -0000 1.20
+++ mysql.profile 1 Aug 2003 07:14:04 -0000 1.21
@@ -1,7 +1,7 @@
# location of jar that you will be using for testing
# so that it can be copied into the dist/lib directory.
-torque.testDatabaseJar =
${maven.home}/repository/mm.mysql/jars/mm.mysql-2.0.13-bin.jar
+torque.testDatabaseJar = ${maven.repo.local}/mm.mysql/jars/mm.mysql-2.0.13-bin.jar
torque.idMethod = idbroker
#torque.idMethod = native
torque.defaultDatabase = bookstore
1.46 +0 -2 db-torque/build-test.xml
Index: build-test.xml
===================================================================
RCS file: /home/cvs/db-torque/build-test.xml,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- build-test.xml 28 Jun 2003 19:46:02 -0000 1.45
+++ build-test.xml 1 Aug 2003 07:14:04 -0000 1.46
@@ -294,8 +294,6 @@
<mkdir dir="${test.libDir}"/>
<mkdir dir="${build.test}/logs"/>
- <copy file="${tomcat-naming.jar}" todir="${test.libDir}"/>
- <copy file="${torque.testDatabaseJar}" todir="${test.libDir}"/>
<copy file="${velocity.jar}" todir="${test.libDir}"/>
</target>
1.57 +1 -2 db-torque/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/db-torque/default.properties,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- default.properties 30 Apr 2003 22:16:10 -0000 1.56
+++ default.properties 1 Aug 2003 07:14:04 -0000 1.57
@@ -33,5 +33,4 @@
# WARNING!!!!!!!
# if you make changes to these properties also make sure to
# change the src/conf/build-torque.xml file!!!!!
-tomcat-naming.jar = ${lib.repo}/tomcat/jars/tomcat-naming-1.0.jar
-velocity.jar = ${lib.repo}/velocity/jars/velocity-1.3.jar
+velocity.jar = ${maven.repo.local}/velocity/jars/velocity-1.3.1.jar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]