Index: lams_tool_lamc/build.properties =================================================================== diff -u -rb729587d2ebffa80f02239e91bc80352869d311a -rb261a00d2159e4a3b753a6637fe2891e24819595 --- lams_tool_lamc/build.properties (.../build.properties) (revision b729587d2ebffa80f02239e91bc80352869d311a) +++ lams_tool_lamc/build.properties (.../build.properties) (revision b261a00d2159e4a3b753a6637fe2891e24819595) @@ -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