/[drupal]/contributions/modules/DAST/src/projects/default-site/default-site-base.properties
ViewVC logotype

Diff of /contributions/modules/DAST/src/projects/default-site/default-site-base.properties

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2, Mon Mar 10 13:13:30 2008 UTC revision 1.3, Mon Mar 17 07:01:29 2008 UTC
# Line 1  Line 1 
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
# Line 14  Line 14 
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):
# Line 74  drupal.profiles.Cvs.Path = "contribution Line 71  drupal.profiles.Cvs.Path = "contribution
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

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2