mpoeschl 2002/09/25 07:37:17
Modified: profile axion.profile
Log:
update to make axion work again
Revision Changes Path
1.3 +4 -2 jakarta-turbine-torque/profile/axion.profile
Index: axion.profile
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/profile/axion.profile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- axion.profile 19 Aug 2002 14:53:24 -0000 1.2
+++ axion.profile 25 Sep 2002 14:37:17 -0000 1.3
@@ -1,14 +1,14 @@
# location of jar that you will be using for testing
# so that it can be copied into the dist/lib directory.
-torque.testDatabaseJar = ${lib.repo}/axiondb-1.0-dev.jar
+torque.testDatabaseJar = ${maven.home}/repository/axion/jars/axion-1.0-dev.jar
torque.idMethod = idbroker
torque.defaultDatabase = bookstore
torque.sqlTest.defaultDatabase = sqltest
torque.sqlTest.databaseUrl = jdbc:axiondb:sqltest:target/test
-lib.dir = ../lib
+lib.dir = lib
# -------------------------------------------------------------------
#
@@ -44,6 +44,8 @@
#
# addIntakeRetrievable=implement Intake's Retrievable interface
# -------------------------------------------------------------------
+
+torque.generateDeprecated = false
torque.targetPackage=org.apache.torque.test
torque.basePrefix=Base
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>