Index: lams_tool_lamc/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/build.properties,v diff -u -r1.2 -r1.3 --- lams_tool_lamc/build.properties 17 Oct 2005 12:38:42 -0000 1.2 +++ lams_tool_lamc/build.properties 19 Oct 2005 16:14:10 -0000 1.3 @@ -1,21 +1,28 @@ -# properties for building the Lams mc Tool +# Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA +# +# http://www.gnu.org/licenses/gpl.txt -#name of this project +# project-wide properties signature=lamc11 -#mc files package definition -package=org.lamsfoundation.lams.tool.mc -mc.path=org/lamsfoundation/lams/tool/mc +package=org/lamsfoundation/lams/tool/mc +package.name=org.lamsfoundation.lams.tool.mc -#configuration files -conf.includes.dir=${basedir}/web/includes -conf.template.dir=${basedir}/web/template -conf.resources.dir=${conf.web.dir}/resources -# Build directory -build.web.includes=${build}/web/includes -build.web.template=${build}/web/template -testweb=${basedir}/test/web -testwebinf=${testweb}/WEB-INF