-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.mac.properties
31 lines (26 loc) · 1.2 KB
/
build.mac.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_PEAR 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]>
#--------------------------------------------------------------------------------
# ---- Enviromental Settings ----------------------------------------------------
bin.dir = /usr/bin
php.bin = ${bin.dir}/php
git.bin = ${bin.dir}/git
curl.bin = ${bin.dir}/curl
# ---- PEAR System Settings -----------------------------------------------------
pear.bin = /usr/bin/pear
# ---- PEAR Project Settings
pear.dir = ${basedir}/pear-src
pear.bin.dir = ${pear.dir}/pear
pear.data.dir = ${pear.dir}/pear/data
pear.lib.dir = ${pear.dir}/pear/php
# ---- Instance Settings --------------------------------------------------------
instance.tmp.dir = /tmp
instance.base.url = http://tdproject.local
instance.base.dir = /var/www/tdproject/pear/php
# ---- Deployment Settings ------------------------------------------------------
deploy.dir = ${instance.base.dir}