Index: lams_tool_deploy/test/file/deploy.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_deploy/test/file/Attic/deploy.properties,v diff -u -r1.1 -r1.2 --- lams_tool_deploy/test/file/deploy.properties 5 Apr 2005 05:43:08 -0000 1.1 +++ lams_tool_deploy/test/file/deploy.properties 6 Apr 2005 06:23:05 -0000 1.2 @@ -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