summaryrefslogtreecommitdiffstats
path: root/build.properties
blob: d93428acaae77694c203029ae1e2c98fdb3cbcb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 =

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

# Ignore codesniffer and PHPCPD failures for now
codesniffer.fail.on.violation = false
phpcpd.fail.on.violation = false
OpenPOWER on IntegriCloud