######################################################################################################################## ### BUILD PROPERTIES ### ### 1) Do *NOT* use backslashes in paths unless you are sure the ANT task treats them properly. ### ### 2) Use only ant variables (${foo}) that You declared above or make *SURE* You derive them from the right place. ### ### 3) Comment out boolean style build settings instead of setting false. Set to false may fail. ### ### 4) Uncommenting the forceClean attribute *WILL* delete your sourcecode to make place for vcs controlled builds. ### ######################################################################################################################## ### project properties ### project=LAMS signature=lafrum11 product=lams-tool-lafrum11 project_version=1.1 project.displayname = lams forum tool # the URL used to access LAMS toolContext=/lams/tool/lafrum11 # xdoclet properties xdoclet.version=1.2.2 # application properties sessiontimeout=120 # path properties lib=${basedir}/lib sharedlib=../lams_build/lib deploy.tool.dir=../lams_build/deploy-tool j2eelibs=C:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.4/data/libraryset/1.4 jboss.home=D:/jboss-3.2.6/ jboss.deploy=${jboss.home}/server/default/deploy/lams.ear # 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