# Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) # License Information: http://lamsfoundation.org/licensing/lams/2.0/ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2.0 # as published by the Free Software Foundation. # # 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 # USA # # http://www.gnu.org/licenses/gpl.txt # project-wide properties project=LAMS project_version=2.1 # which application are we trying to build? LAMS or RAMS conf.application=lams #conf.application=rams # which o/s related property file do you want? valid values "windows" or "unix" osPropertiesName=unix #Tool information name=lams_tool_${signature} product=lams-tool-${signature} toolContext=/${conf.application}/tool/${signature} # Directory where third party jars reside. sharedlib=../lams_build/lib #deploy tool directory deploy.tool.dir=../lams_build/deploy-tool #deploy tool directory tag.web.dir=../lams_central/web/WEB-INF #database access db.name=lams2 db.driver=com.mysql.jdbc.Driver db.url=jdbc:mysql://localhost/${db.name}?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&useUnicode=true db.encoding=utf8 db.username=root db.password= db.driver.jar=${sharedlib}/mysql/mysql-connector-java-5.0.8-bin.jar db.scripts=${basedir}/db/sql db.schema= db.catalog= # db scripts lamsconf.table.sql=insert_${conf.application}_${osPropertiesName}_config_data.sql #xdoclet version number xdoclet.version=1.2.3 #configuration files conf.dir=${basedir}/conf conf.xdoclet.dir=${conf.dir}/xdoclet conf.middlegen.dir=${conf.dir}/middlegen ##Hibernate conf.hibernate.dir=${conf.dir}/hibernate conf.hibernate.mapping.dir=${conf.hibernate.dir}/mappings ##WEB conf.web.dir=${basedir}/web conf.webinf.dir=${conf.web.dir}/WEB-INF conf.struts.dir=${conf.webinf.dir}/struts ##Language Files # conf.language.dir is the directory containing all the language files for all the tools, learning, monitoring, etc. conf.language.dir=${conf.dir}/language/${conf.application} # Build directory build=${basedir}/build build.classes.java=${build}/classes/java build.classes.test=${build}/classes/test/java build.lib=${build}/lib build.report=${build}/report build.web=${build}/web build.deploy=${build}/deploy build.sql=${build}/sql # Source directory under the current root src.dir=${basedir}/src src.java.dir=${src.dir}/java src.test.dir=${basedir}/test/java #JBoss deploy directory - see OS dependent properties file #middlegen properties middlegen = ${conf.dir}/middlegen middlegen.gui = true #web application properties sessiontimeout=120 # are we generating the tool deploy packages for an upgrader. Normally this is false generate.for.installers=false