-
Notifications
You must be signed in to change notification settings - Fork 2
/
build.linux.properties
32 lines (27 loc) · 1.15 KB
/
build.linux.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
32
#--------------------------------------------------------------------------------
# TDProject_Channel 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>
#--------------------------------------------------------------------------------
# ---- Enviromental Settings ----------------------------------------------------
bin.dir = /usr/bin
php.bin = ${bin.dir}/php
git.bin = ${bin.dir}/git
curl.bin = ${bin.dir}/curl
bin.extract = ${bin.dir}/tar
bin.extract.args = xzf
# ---- PEAR System Settings ------------------------------------------------------------
pear.bin = ${bin.dir}/pear
# ---- PEAR Project Settings
pear.dir = /usr/local/php
pear.bin.dir = ${bin.dir}
pear.data.dir = ${pear.dir}/data
pear.lib.dir = ${pear.dir}
# ---- Enviromental Settings for Mac --------------------------------------------
# Directories
dir.www = /var/www
# ---- Deployment Settings ------------------------------------------------------
deploy.dir = ${instance.base.dir}