Index: lams_build/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_build/build.xml,v diff -u -r1.50.2.2 -r1.50.2.3 --- lams_build/build.xml 26 Mar 2007 05:59:43 -0000 1.50.2.2 +++ lams_build/build.xml 23 Apr 2007 01:23:04 -0000 1.50.2.3 @@ -57,7 +57,7 @@ - @@ -68,8 +68,7 @@ inheritAll="false" /> - + @@ -153,7 +152,6 @@ - @@ -164,6 +162,12 @@ + + + + + + @@ -182,9 +186,8 @@ + - - Index: lams_build/common.properties =================================================================== RCS file: /usr/local/cvsroot/lams_build/common.properties,v diff -u -r1.18.4.1 -r1.18.4.2 --- lams_build/common.properties 12 Mar 2007 04:37:25 -0000 1.18.4.1 +++ lams_build/common.properties 23 Apr 2007 01:23:04 -0000 1.18.4.2 @@ -57,6 +57,9 @@ db.schema= db.catalog= +# db scripts +lamsconf.table.sql=insert_${conf.application}_${osPropertiesName}_config_data.sql + #xdoclet version number xdoclet.version=1.2.3 Index: lams_build/unix.properties =================================================================== RCS file: /usr/local/cvsroot/lams_build/unix.properties,v diff -u -r1.10 -r1.10.4.1 --- lams_build/unix.properties 18 Oct 2006 09:13:11 -0000 1.10 +++ lams_build/unix.properties 23 Apr 2007 01:23:04 -0000 1.10.4.1 @@ -26,7 +26,6 @@ conf.jboss=${conf}/jboss conf.auth=${conf}/authentication -lamsconf.table.sql=insert_unix_config_data.sql contentrepository.directory=/var/opt/lams/repository #JBoss deploy directory (Unix) Index: lams_build/windows.properties =================================================================== RCS file: /usr/local/cvsroot/lams_build/windows.properties,v diff -u -r1.11 -r1.11.4.1 --- lams_build/windows.properties 18 Oct 2006 09:13:11 -0000 1.11 +++ lams_build/windows.properties 23 Apr 2007 01:23:04 -0000 1.11.4.1 @@ -24,7 +24,6 @@ conf.jboss=${conf}/jboss conf.auth=${conf}/authentication -lamsconf.table.sql=insert_windows_config_data.sql contentrepository.directory=C:/lams/repository #JBoss deploy directory (Windows) Index: lams_common/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/build.xml,v diff -u -r1.56 -r1.56.6.1 --- lams_common/build.xml 21 Nov 2006 07:09:11 -0000 1.56 +++ lams_common/build.xml 23 Apr 2007 01:26:31 -0000 1.56.6.1 @@ -301,14 +301,16 @@ + description="rebuild LAMS/RAMS database and clean out content repository. Mysql has to be running first"> + + @@ -317,12 +319,12 @@ - + - + @@ -334,6 +336,8 @@ + + Index: lams_common/db/sql/create_lams_11_db.sql =================================================================== RCS file: /usr/local/cvsroot/lams_common/db/sql/create_lams_11_db.sql,v diff -u -r1.12 -r1.12.6.1 --- lams_common/db/sql/create_lams_11_db.sql 17 Aug 2006 03:54:03 -0000 1.12 +++ lams_common/db/sql/create_lams_11_db.sql 23 Apr 2007 01:26:21 -0000 1.12.6.1 @@ -1,8 +1,8 @@ -- CVS ID: $Id$ SET FOREIGN_KEY_CHECKS=0; -DROP DATABASE IF EXISTS lams; -CREATE DATABASE lams DEFAULT CHARACTER SET utf8; +DROP DATABASE IF EXISTS @dbname@; +CREATE DATABASE @dbname@ DEFAULT CHARACTER SET utf8; SET FOREIGN_KEY_CHECKS=1; --USE mysql; @@ -32,6 +32,6 @@ --FLUSH PRIVILEGES; -USE lams; +USE @dbname@; SET FOREIGN_KEY_CHECKS=1; \ No newline at end of file Fisheye: Tag 1.8.6.5 refers to a dead (removed) revision in file `lams_common/db/sql/insert_unix_config_data.sql'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.40.2.2 refers to a dead (removed) revision in file `lams_common/db/sql/insert_users.sql'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.12.6.5 refers to a dead (removed) revision in file `lams_common/db/sql/insert_windows_config_data.sql'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_www/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_www/build.xml,v diff -u -r1.3 -r1.3.2.1 --- lams_www/build.xml 31 Jan 2007 02:12:15 -0000 1.3 +++ lams_www/build.xml 23 Apr 2007 01:23:17 -0000 1.3.2.1 @@ -80,6 +80,14 @@ + + + + + + + + @@ -102,7 +110,8 @@ - + +