Index: lams_contentrepository/build.properties =================================================================== diff -u --- lams_contentrepository/build.properties (revision 0) +++ lams_contentrepository/build.properties (revision b09eea4e497cd5697447c2b7fb76eaa746b94494) @@ -0,0 +1,70 @@ +# 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 + +web=${basedir}/web +webinf=${web}/WEB-INF + +jboss.home=D:/jboss-3.2.6 +jboss.deploy=${jboss.home}/server/default/deploy + +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=${lib}/mysql/mysql-connector-java-3.1.7-bin.jar +database.driver.classpath=${database.driver.file} +database.driver=org.gjt.mm.mysql.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 Index: lams_contentrepository/build.xml =================================================================== diff -u -rd95d264dfda221da17eee80935234829a401ba5e -rb09eea4e497cd5697447c2b7fb76eaa746b94494 --- lams_contentrepository/build.xml (.../build.xml) (revision d95d264dfda221da17eee80935234829a401ba5e) +++ lams_contentrepository/build.xml (.../build.xml) (revision b09eea4e497cd5697447c2b7fb76eaa746b94494) @@ -32,7 +32,7 @@ - &properties; + @@ -278,56 +278,20 @@ + + - + - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Fisheye: Tag b09eea4e497cd5697447c2b7fb76eaa746b94494 refers to a dead (removed) revision in file `lams_contentrepository/properties.xml'. Fisheye: No comparison available. Pass `N' to diff?