-
Notifications
You must be signed in to change notification settings - Fork 25
/
build.properties
39 lines (25 loc) · 916 Bytes
/
build.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
33
34
35
36
37
38
39
# Path to source file hierarchy
srcdir=${project.basedir}/src
# Base output path
builddir=${project.basedir}/build
# NSPF output dir
builddir.nsPerFile=${builddir}/nspf
# CPF output dir
builddir.classPerFile=${builddir}/cpf
# Copied to the build dir during the build process
builddir.readme=${project.basedir}/phing/builddir-readme.txt
# Temp dir fir use during the build
build.tempdir=/tmp/_phing_build_tempdir
# Temp dir to build generated sources inside
gencode.tempdir=${build.tempdir}/
# Amqp code generator, used by AmqpCodeGenTask.php task
gencode.stylesheet=${project.basedir}/tools/amqp-binding-gen.xslt
# Amqp spec XML file
gencode.specfile=${project.basedir}/tools/amqp-xml-spec-0.9.1.xml
gencode.stripComments=true
gencode.stripWhitespace=true
# Deploy to web server params
webdepl.basedir=/var/amq.phpvm
webdepl.libdir=amqphp-libs
webdepl.viewdir=amqphp-view
webdepl.confdir=amqphp-config