Index: lams_build/common.properties =================================================================== RCS file: /usr/local/cvsroot/lams_build/common.properties,v diff -u -r1.39 -r1.40 --- lams_build/common.properties 6 Mar 2012 11:16:14 -0000 1.39 +++ lams_build/common.properties 21 Mar 2012 17:56:21 -0000 1.40 @@ -109,6 +109,8 @@ build.web=${build}/web build.deploy=${build}/deploy build.sql=${build}/sql +build.war=${build}/war +build.war.assembly=${build.war}/assembly # Source directory under the current root src.dir=${basedir}/src @@ -128,4 +130,7 @@ generate.for.installers=false # Selenium properties -selenium.server.port=5555 \ No newline at end of file +selenium.server.port=5555 + +# To precompile JSP pages uncomment the property below +# jsp.precompile=anyvalue \ No newline at end of file