summaryrefslogtreecommitdiffstats
path: root/build.properties
blob: 3e798fcca7e778c4104027082a60d4a0f03ac195 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
project.name      = Zeta Components Graph component
project.version   = 1.6.0
project.stability = stable

commons.env = development

# The commons based directory will be used to calculate several build related
# paths and directories. Therefore we will keep it separated and independent for
# each component in the component's basedir.
commons.basedir = ${basedir}

# Base directories with PHP source and test files
commons.srcdir      = ${basedir}/src
commons.srcdir.php  = ${basedir}/src
commons.testdir.php = ${basedir}

codesniffer.standard                 = Ezc
codesniffer.standard.package.name    = PHP_CodeSniffer_Standards_EZC
codesniffer.standard.package.channel = pear.xplib.de
OpenPOWER on IntegriCloud