Index: lams_build/common.properties =================================================================== diff -u -rf3a79faaa79bd7a02f3286e345500f05ce46032e -rd56929f06ad90a63082d514e6521adc175f3de27 --- lams_build/common.properties (.../common.properties) (revision f3a79faaa79bd7a02f3286e345500f05ce46032e) +++ lams_build/common.properties (.../common.properties) (revision d56929f06ad90a63082d514e6521adc175f3de27) @@ -19,20 +19,37 @@ # project-wide properties project=LAMS -project_version=2.1 +project.version=2.1 -# which application are we trying to build? LAMS or RAMS +# which application are we trying to build? "lams" or "rams" conf.application=lams #conf.application=rams # which o/s related property file do you want? valid values "windows" or "unix" osPropertiesName=windows -#Tool information +# ---- Tool information ---- +# Some properties come from Tool private build.properties file +# They can also be overriden in that file, like in EAdventure Tool name=lams_tool_${signature} product=lams-tool-${signature} toolContext=/${conf.application}/tool/${signature} +# Project physical and logical paths +product.path.java=org.lamsfoundation.lams.tool.${tool.short.name} +product.path.filesystem=org/lamsfoundation/lams/tool/${tool.short.name} +# Precompiled JSP classes package +product.path.jsp=${product.path.java}.jsp + +# Tool private application context file +tool.application.context.file=${tool.short.name}ApplicationContext.xml + +# Tool SQL files +tool.build.sql.create=create_lams_tool_${tool.short.name}.sql +tool.build.sql.drop=drop_lams_tool_${tool.short.name}.sql + +# ---- END Tool information ---- + # Directory where third party jars reside. sharedlib=../lams_build/lib @@ -108,6 +125,8 @@ build.report=${build}/report build.web=${build}/web build.deploy=${build}/deploy +build.deploy.sql=${build.deploy}/sql +build.deploy.language=${build.deploy}/language build.sql=${build}/sql build.war=${build}/war build.war.assembly=${build.war}/assembly