# 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 # project-wide properties project=LAMS product=lams-central version=1.1 # xdoclet properties xdoclet.version=1.2.3 # path properties web=${basedir}/web webinf=${web}/WEB-INF webinf.struts=${webinf}/struts jboss.home=D:/jboss-4.0.2 jboss.deploy=${jboss.home}/server/default/deploy src=${basedir}/src src.java=${basedir}/src/java src.test.java=${basedir}/test/java test=${basedir}/test test.java=${basedir}/test/java build=${basedir}/build build.lib=${build}/lib sharedlib=../lams_build/lib j2eelibs=C:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.4/data/libraryset/1.4 build=${basedir}/build build.classes=${build}/classes build.classes.java=${build.classes}/java build.lib=${build}/lib build.report=${build}/report build.test=${build}/test build.web=${build}/web conf.dir=${basedir}/conf conf.xdoclet=${conf.dir}/xdoclet sessiontimeout=120