Index: lams_admin/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_admin/build.properties,v diff -u -r1.4 -r1.5 --- lams_admin/build.properties 27 Mar 2012 10:21:44 -0000 1.4 +++ lams_admin/build.properties 30 Jul 2012 18:44:48 -0000 1.5 @@ -2,9 +2,12 @@ ## NOTE: Most variables are defined in ../lams_build/common.properties file. ## You could define same name variable in this file to override value in common.properties. ##################################################################################################### -#name of this project -name=lams_admin + product=lams-admin -# Precompiled JSP classes package -jsp.java.src.package=org.lamsfoundation.lams.admin.jsp \ No newline at end of file +# Project physical and logical paths +product.path.java=org.lamsfoundation.lams.admin +product.path.filesystem=org/lamsfoundation/lams/admin + +# Project is a core one, not a Tool +product.core=true \ No newline at end of file