-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
34 lines (30 loc) · 1.44 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
;; =============================================================================
;; Non-privileged Phing properties for this project
;; =============================================================================
; ------------------------------------------------------------------------------
; Release setup
; ------------------------------------------------------------------------------
; Use the Akeeba Release Maker 2.0 YAML configuration file.
release.method=yaml
; ------------------------------------------------------------------------------
; FTP deploy for dev releases
; ------------------------------------------------------------------------------
; FTP Deploy patterns
ftpdeploy.pattern.core=lib*.zip
ftpdeploy.pattern.pro=NOTHING
; FTP Deploy paths
ftpdeploy.path.core=files/dev/fof4
ftpdeploy.path.pro=files/dev/fof4
; ------------------------------------------------------------------------------
; FOF 3 compatible package building
; ------------------------------------------------------------------------------
; The name of the component, must be in the form something, NOT com_something!
build.component=fof4
; Should I include a Self Check .php manifest in each component package?
build.selfcheck=0
; Do you have a Core / Pro version? If this is 0 only the Core release will be built
build.has_pro=0
; Do you have CLI script? If yes, a file_example package will be built for you
build.has_cli=0
; Do not include Akeeba Strapper
build.strapper=0