forked from GDP-ADMIN/ds11-portal-qa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
21 lines (16 loc) · 935 Bytes
/
build.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# The name of the project
phing.project.name = ds portal qa
# The version of Drupal for the project - 6 or 7
drupal.version = 7
# The install profile to use
drupal.profile = standard
# The database url to use for site installs
drupal.db.url = mysql://portal:portal@localhost/portal
drupal.uri = ds-portal
# The directory containing the modules and themes for the project relative to the drupal root directory. If using Drush Make this is also where modules, themes, libraries etc. will be downloaded to.
project.code.dir = sites/all
# A common prefix for modules developed for the site e.g. your_prefix_your_module
project.code.prefix = ds
# The names of other modules and themes developed for the site seperated by whitespace
#project.code.custom = ds ds_api ds_global ds_facebook ds_twitter ds_apps ds_apps_register ds_developer ds_error_pages ds_landing ds_payment ds_profile ds_projects ds_users deepsea
project.code.custom =