Index: lams_tool_example/build.xml
===================================================================
diff -u -r59a6f58ab28a49b3c56e196050782286efe879ea -r1c31dbd6b844bffd77d86babab9592e8267cc462
--- lams_tool_example/build.xml (.../build.xml) (revision 59a6f58ab28a49b3c56e196050782286efe879ea)
+++ lams_tool_example/build.xml (.../build.xml) (revision 1c31dbd6b844bffd77d86babab9592e8267cc462)
@@ -96,11 +96,6 @@
-
-
-
-
-
@@ -298,7 +293,7 @@
-
+
@@ -322,8 +317,8 @@
-
-
+
+
@@ -342,18 +337,20 @@
dbDriverClass="com.mysql.jdbc.Driver"
deployFiles="${build.lib}/${product}.war,${build.lib}/${product}.jar"
toolSignature="${signature}"
- toolTablesScriptPath="${db.scripts}/create_lams_tool_example.sql"
- toolTablesDeleteScriptPath="${db.scripts}/drop_lams_tool_example.sql"
- toolActivityInsertScriptPath="${db.scripts}/activity_insert.sql"
- toolLibraryInsertScriptPath="${db.scripts}/library_insert.sql"
- toolInsertScriptPath="${db.scripts}/tool_insert.sql"
+ toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_example.sql"
+ toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_example.sql"
+ toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql"
+ toolLibraryInsertScriptPath="${build.deploy}/sql/library_insert.sql"
+ toolInsertScriptPath="${build.deploy}/sql/tool_insert.sql"
lamsEarPath="${jboss.deploy}"
toolContext="${toolContext}"
- toolWebUri="${product}.war">
+ toolWebUri="${product}.war"
+ languageFilesPackage="org.lamsfoundation.lams.tool.example">
-
+
+