forked from wagnert/TechDivision_ApplicationServerWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.default.properties
27 lines (23 loc) · 1.29 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
#--------------------------------------------------------------------------------
# TechDivision_ApplicationServerWebsite Build Default Properties
#
# @copyright Copyright (c) 2010 <[email protected]> - TechDivision GmbH
# @license http://opensource.org/licenses/osl-3.0.php
# Open Software License (OSL 3.0)
# @author Johann Zelger <[email protected]>
#--------------------------------------------------------------------------------
# ---- Webapp Settings ----------------------------------------------------------
webapp.name = site
webapp.appserver.version = 0.5.8beta7
# ----- Documentation Settings --------------------------------------------------
doc.git.namespace = techdivision
doc.git.repo = TechDivision_ApplicationServer
# ----- Deployment Settings -----------------------------------------------------
deploy.dir = /opt/appserver/webapps
sass.compile = true
# ---- Documentation Settings ---------------------------------------------------
# Directories
doc.build.file = ${php-target.dir}/${doc.git.repo}/doc/build/html/documentation.html
doc.target.file = ${php-target.dir}/${webapp.name}/static/template/partials/doccontent.mustache
doc.image.build.dir = ${php-target.dir}/${doc.git.repo}/doc/build/html/_images
doc.image.target.dir = ${php-target.dir}/${webapp.name}/static/img/docs