forked from appserver-io/appserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.default.properties
More file actions
38 lines (31 loc) · 1.59 KB
/
build.default.properties
File metadata and controls
38 lines (31 loc) · 1.59 KB
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
#--------------------------------------------------------------------------------
# TechDivision_ApplicationServer Build Default Properties
#
# @copyright Copyright (c) 2010 <info@techdivision.com> - TechDivision GmbH
# @license http://opensource.org/licenses/osl-3.0.php
# Open Software License (OSL 3.0)
# @author TechDivision GmbH - Core Team <core@techdivision.com>
#--------------------------------------------------------------------------------
# ---- Default Operating System -------------------------------------------------
os.family = mac
# ---- Module Release Settings --------------------------------------------------
release.version = 0.5.8
release.stability = beta
# ---- Module Api Settings ------------------------------------------------------
api.version = 0.5.8
api.stability = beta
# ---- Global Enviromental Settings ---------------------------------------------
# Directories
dir.www = /opt
# ---- Instance Settings --------------------------------------------------------
# Directories
instance.base.dir = ${dir.www}/appserver
# ---- Deployment Settings ------------------------------------------------------
# Directories
deploy.dir = ${instance.base.dir}
# ---- Documentation Settings ---------------------------------------------------
# Directories
doc.build.file = ${basedir}/doc/build/html/documentation.html
doc.target.file = ${basedir}/../TechDivision_ApplicationServerWebsite/src/static/template/partials/doccontent.mustache
doc.image.build.dir = ${basedir}/doc/build/html/_images
doc.image.target.dir = ${basedir}/../TechDivision_ApplicationServerWebsite/src/static/img/docs