Commit 7fa136ba authored by Benjamin Eberlei's avatar Benjamin Eberlei

Refactor build process

parent 0c336901
build.properties
build/ build/
logs/ logs/
reports/ reports/
......
; Project Name
project.name=DoctrineDBAL
; Build and Distribution directories
build.dir=build
dist.dir=dist
; Where the Pirum files should be stored to
project.pirum_dir=
; Where the generated download file should be pushed to
project.download_dir=
; Dependency minimum versions
dependencies.common=2.0.1
dependencies.sfconsole=2.0.0
; Version class and file
project.version_class = Doctrine\DBAL\Version
project.version_file = lib/Doctrine/DBAL/Version.php
version_name=2.0.2
stability=stable
build.dir=build
dist.dir=dist
report.dir=reports
project.pirum_dir=
project.download_dir=
log.archive.dir=logs
svn.path=/usr/bin/svn
test.phpunit_configuration_file=
test.phpunit_generate_coverage=0
test.pmd_reports=0
test.pdepend_exec=
test.phpmd_exec=
dependencies.common=2.0.1
dependencies.sfconsole=2.0.0
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment