# 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-contentrepository version=1.1 # xdoclet properties xdoclet.version=1.2.2 # path properties lib=${basedir}/lib sql=${basedir}/db/sql src=${basedir}/src src.java=${basedir}/src/java test=${basedir}/test test.java=${basedir}/test/java conf=${basedir}/conf conf.jboss=${conf}/jboss hbm=${conf}/hibernate/mappings sharedlib=../lams_build/lib j2eelibs=c:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.4/data/libraryset/1.4 web=${basedir}/web webinf=${web}/WEB-INF jboss.home=D:/jboss-3.2.6 jboss.deploy=${jboss.home}/server/default/deploy/lams.ear build=${basedir}/build build.classes=${build}/classes build.report=${build}/report build.lib=${build}/lib build.test=${build}/test package=org/lamsfoundation/lams package.contentrepository=${package}/contentrepository package.name=org.lamsfoundation.lams package.contentrepository.name=${package.name}.contentrepository # database related properties database.driver.file=${sharedlib}/mysql/mysql-connector-java-3.1.7-bin.jar database.driver.classpath=${database.driver.file} database.driver=com.mysql.jdbc.Driver database.url=jdbc:mysql://localhost/lams?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull database.userid=lams database.password=lamsdemo database.schema= database.catalog= # middlegen properties middlegen=${conf}/middlegen gui=true