-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbuild.properties
58 lines (46 loc) · 2.65 KB
/
build.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# The name of the project
phing.project.name = OS2Web
# The version of Drupal for the project - 6 or 7
drupal.version = 7
# The install profile to use
drupal.profile = os2web
# The database url to use for site installs
drupal.db.url = sqlite:${project.drupal.dir}/database.sqlite
# Options to build the project using drush_make
# The make file for the project
drupal.make.file = os2web.make
# Whether to include core or not
drupal.make.nocore = 1
# The directory to make the site in relative to the project root directory
drupal.make.dir = site
# 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 = profiles/os2web
# A common prefix for modules developed for the site e.g. your_prefix_your_module
project.code.prefix = os2web
# The names of other modules and themes developed for the site seperated by whitespace
project.code.custom = acadre_esdh balk_custom bg_image cmstheme cookiecontrol features feeds_soapfetcher syddjurs_design borger_dk_integration kultunaut_events ofir_job_index_integration taxonomies_and_taxonomy_importers taxon_taxonomy
# The repository to clone for Phing PHPLoc task
phing.phploc.repository.url = https://github.com/raphaelstolt/phploc-phing.git
phing.phploc.repository.revision = 1.6.1
# The repository to clone for Phing Drush task
phing.drush.repository.url = https://github.com/kasperg/phing-drush-task.git
phing.drush.repository.revision = HEAD
# The repository to clone for PHP CodeSniffer coding standards task
# NB: This is only required if using the phpcs target / PHP_Codesniffer
phpcs.drupalcs.repository = https://github.com/ericduran/drupalcs.git
# The url to the jslint4java to use
jslint4java.url = http://jslint4java.googlecode.com/files/jslint4java-2.0.0-dist.zip
# The version of jslint to use
jslint.repository.url = https://github.com/mikewest/JSLint.git
# The file within the repository containing jslint
jslint.file = fulljslint.js
# The version of csslint to use
csslint.repository.url = https://github.com/stubbornella/csslint.git
csslint.repository.revision = v0.8.5
# The csslint rules to use
# The current selection is based on discussion here: http://mattwilcox.net/archive/entry/id/1054/
csslint.rules = display-property-grouping,duplicate-properties,empty-rules,known-properties,box-sizing,compatible-vendor-prefixes,gradients,vendor-prefix,import,zero-units,shorthand,important
# The csslint rules which should cause the build to break if detected
csslint.rules.break =
# The url from where to download rhino
rhino.url = http://ftp.mozilla.org/pub/mozilla.org/js/rhino1_7R3.zip