-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbuild.properties
28 lines (22 loc) · 1.05 KB
/
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
project.name = RMF
project.version = 1.0.0
project.stability = stable
# 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.php = ${basedir}/src/main
commons.testdir.php = ${basedir}/test
# Root directory for the project's local pear installation. This location is
# valid for all Qafoo components
pear.local.basedir = ${qafoo:basedir}/.pear
# Root directory for the project's local npm installation. This location is
# valid for all Qafoo components
npm.local.basedir = ${qafoo:basedir}/.npm
npm.local.executable = ${qafoo:basedir}/.npm/bin/npm-cli.js
codesniffer.standard = Arbit
codesniffer.standard.package.name = PHP_CodeSniffer_Standards_Arbit
codesniffer.standard.package.channel = pear.arbitracker.org
# Use dbdeploy for database migrations.
dbdeploy.delta.dir = ${basedir}/src/schema