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