Index: lams_tool_deploy/test/file/test.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_deploy/test/file/Attic/test.properties,v diff -u -r1.1 -r1.2 --- lams_tool_deploy/test/file/test.properties 6 Apr 2005 06:23:05 -0000 1.1 +++ lams_tool_deploy/test/file/test.properties 8 Apr 2005 01:41:02 -0000 1.2 @@ -10,4 +10,30 @@ dbDriverUrl=jdbc:mysql://localhost:3306/scratch #Classname of JDBC driver -dbDriverClass=com.mysql.jdbc.Driver \ No newline at end of file +dbDriverClass=com.mysql.jdbc.Driver + +#test tool insert script +toolInsertScriptPath=test/file/sql/tool_insert.sql + +#test tool library insert script +toolLibraryInsertScriptPath=test/file/sql/library_insert.sql + +#test tool activity insert script +toolActivityInsertScriptPath=test/file/sql/activity_insert.sql + +#test tool tables script +toolTablesScriptPath=test/file/sql/create_tool_tables.sql +#path to test Ear directory +testEarPath=test/file/lams.ear + +#path to test application xml +testAppXmlPath=test/file/application.xml + +#path to test deploy properties file +testDeployPropertiesPath=test/file/deploy.properties + +#Destination path of test war +testWarPath=test/file/lams.ear/test-dummy.war + +#destination path of the test jar +testJarPath=test/file/lams.ear/test-dummy.jar