-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuild.default.properties
28 lines (24 loc) · 1.15 KB
/
build.default.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
#--------------------------------------------------------------------------------
# TechDivision_RewriteModule Build Default Properties
#
# @copyright Copyright (c) 2014 <[email protected]> - TechDivision GmbH
# @license http://opensource.org/licenses/osl-3.0.php
# Open Software License (OSL 3.0)
# @author TechDivision GmbH - Core Team <[email protected]>
#--------------------------------------------------------------------------------
# ---- Global Enviromental Settings ---------------------------------------------
# Directories
dir.www = /opt
# ---- Instance Settings --------------------------------------------------------
# Directories
instance.base.dir = ${dir.www}/appserver
deploy.dir = ${instance.base.dir}/webapps
# ---- Settings for the documentation deployment process ------------------------
# Directories
docs.deploy.folder = docs
docs.deploy.dir = ${deploy.dir}/${docs.deploy.folder}
docs.build.dir = ${php-target.dir}/build
# Settings for creating the actual documentation
docs.config.project-name = appserver.io
docs.config.loader-handler = github
docs.config.handler-string = techdivision/TechDivision_AppserverDocumentation