Index: lams_tool_deploy/test/file/deploy.properties =================================================================== diff -u -r5a1e4424a7fee54a37abf1504b699077bd9f41fa -r3e1c3cc5291e781560fe935140c6c985229df7e4 --- lams_tool_deploy/test/file/deploy.properties (.../deploy.properties) (revision 5a1e4424a7fee54a37abf1504b699077bd9f41fa) +++ lams_tool_deploy/test/file/deploy.properties (.../deploy.properties) (revision 3e1c3cc5291e781560fe935140c6c985229df7e4) @@ -18,16 +18,16 @@ deployFiles=lams_tool_imscp.war,lams_tool_imscp.jar #nameof SQL script file to create and populate the tool tables -toolTablesScriptName=create_imscp_db.sql +toolTablesScriptPath=create_imscp_db.sql -#Name of SQL script file to create the tool library activity -toolActivityInsertScriptName=insert_imscp_activity.sql +#Path of SQL script file to create the tool library activity +toolActivityInsertScriptPath=insert_imscp_activity.sql -#Name of SQL script to insert the library record -toolLibraryInsertScriptName=insert_imscp_library.sql +#Path of SQL script to insert the library record +toolLibraryInsertScriptPath=insert_imscp_library.sql #name of SQL script that inserts the lams_tool record -toolInsertScriptName=insert_imscp_tool.sql +toolInsertScriptPath=insert_imscp_tool.sql #path to lams ear dir lamsEarPath=/var/jboss/server/default/deploy/lams.ear