Changeset 2006
- Timestamp:
- 01/04/09 14:58:26
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/bwbuild/default/cal.options.xml
r2000 r2006 157 157 158 158 <indexRoot>lucene/indexroot</indexRoot> 159 160 <rootUsers>caladmin</rootUsers> 159 161 </syspars> 160 162 trunk/deployment/dumprestore/shellscr/resources/dumpres.bat
r1325 r2006 53 53 ECHO Populate the database using the provided initial data. 54 54 ECHO. 55 ECHO newsys [ -ndebug] 56 ECHO Create a new empty system based on the build configuration. 57 ECHO. 55 58 ECHO dump {filename} 56 59 ECHO Dump the database in xml format suitable for restore. … … 71 74 ECHO. 72 75 ECHO schema [--haltonerror] 73 ECHO Create a schema from the xml schema. Placed in a file in the 76 ECHO Create a schema from the xml schema. Placed in a file in the 74 77 ECHO current directory 75 78 ECHO. trunk/deployment/dumprestore/shellscr/resources/dumpres.sh
r1497 r2006 47 47 $RESTORECMD -appname $APPNAME -f ./data/initbedework.xml -initSyspars $2 $3 $4 $5 $6 $7 $8 $9 48 48 ;; 49 newsys) 50 echo $RESTORECMD -appname $APPNAME -newSystem -rootid $2 $3 $4 $5 $6 $7 $8 $9 51 $RESTORECMD -appname $APPNAME -newSystem -rootid $2 $3 $4 $5 $6 $7 $8 $9 52 ;; 49 53 drop) 50 54 echo $SCHEMACMD --text --drop --format --delimiter="@SCHEMA-DELIMITER@" --config=./classes/hibernate.cfg.xml --output=schema.sql … … 79 83 echo $" Populate the database using the provided initial data." 80 84 echo $" " 85 echo $" $0 newsys <root-user> [ -ndebug]" 86 echo $" Create a new empty system based on the build configuration with a" 87 echo $" single root user." 88 echo $" " 81 89 echo $" $0 drop [--haltonerror] " 82 90 echo $" Create a file in the current directory with sql drop statements"
