| 1 |
# $Id: default-site-base.properties,v 1.1 2007/12/07 23:36:23 allisterbeharry Exp $ |
# $Id: default-site-base.properties,v 1.2 2007/12/09 06:32:03 allisterbeharry Exp $ |
| 2 |
# @file This is the base properties file for the default-site build project. |
# @file This is the base properties file for the default-site build project. |
| 3 |
# Customize the properties defined here for the site you want to create in your |
# Customize the properties defined here for the site you want to create in your |
| 4 |
# environment. You can use both Windows and *nix file paths. Required |
# environment. You can use both Windows and *nix file paths. Required |
| 79 |
#CVS command to run to fetch core - either export or checkout |
#CVS command to run to fetch core - either export or checkout |
| 80 |
drupal.profiles.Cvs.Command = checkout |
drupal.profiles.Cvs.Command = checkout |
| 81 |
|
|
|
#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 |
|
|
|
|
| 82 |
#The path to place the newly configures settings.php file relative to |
#The path to place the newly configures settings.php file relative to |
| 83 |
#drupal.dir |
#drupal.dir |
| 84 |
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 |