Index: lams_tool_sbmt/build.xml
===================================================================
diff -u -rd7aed7203c6ebc9f86f1577f3f037c8a0899d409 -r218109b0df4286a49f8426d903457f30760d7109
--- lams_tool_sbmt/build.xml (.../build.xml) (revision d7aed7203c6ebc9f86f1577f3f037c8a0899d409)
+++ lams_tool_sbmt/build.xml (.../build.xml) (revision 218109b0df4286a49f8426d903457f30760d7109)
@@ -24,7 +24,7 @@
-
+
@@ -93,7 +93,7 @@
-
+
@@ -368,11 +368,11 @@
dbDriverClass="${db.driver}"
deployFiles="${build.lib}/${product}.war,${build.lib}/${product}.jar"
toolSignature="${signature}"
- toolTablesDeleteScriptPath="${sql}/drop_lams_tool_sbmt.sql"
- toolTablesScriptPath="${sql}/create_lams_tool_sbmt.sql"
- toolActivityInsertScriptPath="${sql}/activity_insert.sql"
- toolLibraryInsertScriptPath="${sql}/library_insert.sql"
- toolInsertScriptPath="${sql}/tool_insert.sql"
+ toolTablesDeleteScriptPath="${db.scripts}/drop_lams_tool_sbmt.sql"
+ toolTablesScriptPath="${db.scripts}/create_lams_tool_sbmt.sql"
+ toolActivityInsertScriptPath="${db.scripts}/activity_insert.sql"
+ toolLibraryInsertScriptPath="${db.scripts}/library_insert.sql"
+ toolInsertScriptPath="${db.scripts}/tool_insert.sql"
lamsEarPath="${jboss.deploy}"
toolContext="${toolContext}"
toolWebUri="${product}.war"