-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuild.default.properties
31 lines (25 loc) · 1.17 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
29
30
31
#--------------------------------------------------------------------------------
# TechDivision_ServletContainer 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 TechDivision GmbH - Core Team <[email protected]>
#--------------------------------------------------------------------------------
# ---- 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}