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

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

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

revision 1.2, Sun Dec 9 06:32:03 2007 UTC revision 1.3, Mon Mar 17 10:58:50 2008 UTC
# Line 1  Line 1 
1  # $Id: default-site.properties,v 1.1 2007/12/07 23:36:23 allisterbeharry Exp $  # $Id: default-site.properties,v 1.2 2007/12/09 06:32:03 allisterbeharry Exp $
2  # @file This is the user properties file for the default-site build project.  # @file This is the user 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
# Line 16  drupal.Url = http://localhost/dast/defau Line 16  drupal.Url = http://localhost/dast/defau
16  build.run.clean = yes  build.run.clean = yes
17    
18  #The CVS revision of core to fetch  #The CVS revision of core to fetch
19  drupal.core.Cvs.Revision = HEAD  drupal.core.Cvs.Revision = DRUPAL-5
20    
21  #The CVS revision of modules to fetch  #The CVS revision of modules to fetch
22  drupal.modules.Cvs.Revision = HEAD  drupal.modules.Cvs.Revision = DRUPAL-5
23    
24  #The list of modules to fetch  #The list of modules to fetch
25  drupal.modules.list =  drupal.modules.list =
# Line 31  drupal.database.driver = mysql Line 31  drupal.database.driver = mysql
31  drupal.database.host = localhost  drupal.database.host = localhost
32    
33  #The name of the database to create which will be used by the Drupal site  #The name of the database to create which will be used by the Drupal site
34  drupal.database.name = DRUPAL6_DEFAULT_SITE  drupal.database.name = DRUPAL5_DEFAULT_SITE
35    
36  #The database user which will be used by the Drupal site  #The database user which will be used by the Drupal site
37  drupal.database.user = sam  drupal.database.user = sam
# Line 62  drupal.database.CreateScript.user.pass = Line 62  drupal.database.CreateScript.user.pass =
62  #master in MSSQL  #master in MSSQL
63  drupal.database.CreateScript.name = mysql  drupal.database.CreateScript.name = mysql
64    
65    #Indicate if to create the files subdirectory
66    drupal.createfilesDir = no
67    
68    #The absolute path to the files subdirectory
69    drupal.filesDirPath = ${drupal.dir}${php.directory_separator}files
70    
71    #The file system permission for the files directory in octal base with leading 0 e.g. 0777
72    #The user running the build script must have the right to chmod this directory
73    drupal.filesDirPermission = 0777
74    
75  #Code for the locale Drupal will use  #Code for the locale Drupal will use
76  drupal.locale = en  drupal.locale = en
77    
78    #CVS Branch/Tag revision of profile to retrieve
79    drupal.profiles.Cvs.Revision = DRUPAL-5
80    
81  #Drupal profile to use  #Drupal profile to use
82  drupal.profile = default  drupal.profile = default
83    

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

  ViewVC Help
Powered by ViewVC 1.1.2