-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.properties
20 lines (16 loc) · 968 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 = gcard-jenkins
# 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://gcard:gcard@localhost/gcard
# 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
# This key need to be exists even without value to indicate there is no prefix for modules
project.code.prefix =
# The names of other modules and themes developed for the site seperated by whitespace
# This key need to be here even without value to indicate there are no custom modules and themes
project.code.custom = gicard_email gicard_modules gicard_sqlsrv gicardtheme