| 1 |
# $Id: default-site-base.properties,v 1.1 2007/12/07 23:23:26 allisterbeharry Exp $ |
# $Id: default-site-base.properties,v 1.2 2008/03/10 13:13:30 allisterbeharry Exp $ |
| 2 |
# @file This is the base properties file for the default-site build project. Customize |
# @file This is the base properties file for the default-site build project. Customize |
| 3 |
# the properties defined here for the site you want to create in your environment. You can use both |
# the properties defined here for the site you want to create in your environment. You can use both |
| 4 |
# Windows and *nix file paths. Required properties not found here must be defined in default-site.properties |
# Windows and *nix file paths. Required properties not found here must be defined in default-site.properties |
| 14 |
#This is the default dir where log files from the various tasks will be placed |
#This is the default dir where log files from the various tasks will be placed |
| 15 |
build.log.defaultdir = E:\var\log\DAST |
build.log.defaultdir = E:\var\log\DAST |
| 16 |
|
|
|
#Indicates that the chmod command is available on the command line |
|
|
build.usechmod = yes |
|
|
|
|
| 17 |
#This method denotes how the core source code should be fetched, - CVS means that the build will connect to the Drupal CVS repository |
#This method denotes how the core source code should be fetched, - CVS means that the build will connect to the Drupal CVS repository |
| 18 |
#to retrieve the code. directory means that a local directory containing the code will be used instead. tarball means a local |
#to retrieve the code. directory means that a local directory containing the code will be used instead. tarball means a local |
| 19 |
#.tar.gz or .tar containing the code will be used instead. (REQUIRED): |
#.tar.gz or .tar containing the code will be used instead. (REQUIRED): |
| 71 |
#CVS command to run to fetch core - either export or checkout |
#CVS command to run to fetch core - either export or checkout |
| 72 |
drupal.profiles.Cvs.Command = checkout |
drupal.profiles.Cvs.Command = checkout |
| 73 |
|
|
|
#CVS Branch/Tag revision of profile to retrieve |
|
|
drupal.profiles.Cvs.Revision = HEAD |
|
|
|
|
|
#The path to the settings file to use as a template, relative to drupal.dir. |
|
|
drupal.settings.source = sites${php.directory_separator}default${php.directory_separator}default.settings.php |
|
|
|
|
| 74 |
#The path to place the newly configures settings.php file relative to drupal.dir |
#The path to place the newly configures settings.php file relative to drupal.dir |
| 75 |
drupal.settings.location = sites${php.directory_separator}default${php.directory_separator}settings.php |
drupal.settings.location = sites${php.directory_separator}default${php.directory_separator}settings.php |