-
Notifications
You must be signed in to change notification settings - Fork 7
/
build.dist.properties
31 lines (26 loc) · 1.11 KB
/
build.dist.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
# Properties can be set in either a global.properties file in AllediaBuilder
# or in the local build.properties file of the client repository.
# All properties set in the client file override the global file.
# This property is required!
builder.path=/path/to/ShackBuilder
# Set path properties here so the builder will know where
# to find any extensions that need to be imported from
# external folders. These are enumerated in the manifest using
# <alledia>
# <relatedextensions>
# </relatedextensions>
# </alledia>
#
# Required paths for OSMap Free
project.ShackInstaller.path=/path/to/ShackInstaller
project.ShackDefaultFiles.path=/path/to/ShackDefaultFiles
project.ShackFramework.path=/path/to/ShackFramework
project.ShackExtensionSupport.path=/path/to/ShackExtensionSupport
# After the package has been built, it can be moved to another folder
#project.movePackage=1
#project.movePackageTo=packageFolder
# After the package has been built, it can be moved to another folder
#project.movePackage=1
#project.movePackageTo=packageFolder
# After the package is assembled, all php code can be validated.
#builder.phplint=1