Index: lams_common/build.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_common/build.xml,v
diff -u -r1.73 -r1.74
--- lams_common/build.xml 13 Feb 2011 23:45:23 -0000 1.73
+++ lams_common/build.xml 6 Mar 2012 11:16:44 -0000 1.74
@@ -10,6 +10,7 @@
+
@@ -65,12 +66,12 @@
-
+
The JDBC driver you have specified by including one of the files in ${basedir}/config/database
- doesn't exist. You have to download this driver separately and put it in ${db.driver.jar}
+ doesn't exist. You have to download this driver separately and put it in ${db.driver.dir}
Please make sure you're using a version that is equal or superior to the one we looked for.
If you name the driver jar file differently, please update the database.driver.jar property
in the ${basedir}/config/database/xxx.xml file accordingly.
@@ -97,7 +98,7 @@
appname="learningdesign"
prefsdir="${middlegen}"
gui="${middlegen.gui}"
- databaseurl="${db.url}"
+ databaseurl="${db.url.build}"
driver="${db.driver}"
username="${db.username}"
password="${db.password}"
@@ -297,11 +298,19 @@
-
-
+
+
+
+
+
+
+
+
+
+
-
+
@@ -333,10 +342,10 @@
-
-
+