-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.mac.properties
More file actions
31 lines (26 loc) · 1.2 KB
/
build.mac.properties
File metadata and controls
31 lines (26 loc) · 1.2 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
#--------------------------------------------------------------------------------
# PEAR_Command_Application 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
# ---- 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}