From e9922e201669a4168dbac05e2193c7b2edb42093 Mon Sep 17 00:00:00 2001 From: magdev Date: Wed, 5 Jun 2019 00:31:34 +0200 Subject: [PATCH] adding some tasks to get started --- build.properties | 8 ++++++++ build.xml | 31 ++++++++++++++++++++++++++++++- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/build.properties b/build.properties index e69de29..ae6c8b1 100644 --- a/build.properties +++ b/build.properties @@ -0,0 +1,8 @@ +project.dir = ${project.basedir} + +project.bindir = ${project.dir}/bin + +report.dir = ${project.dir}/reports +report.format = xml + +release.dir = ${project.dir}/releases \ No newline at end of file diff --git a/build.xml b/build.xml index 540637e..939f723 100644 --- a/build.xml +++ b/build.xml @@ -2,7 +2,36 @@ + - + dossier.phar buildfile for Phing + + + + + + + + + + Running Tests + + + + + + + Building PHAR + + + + + + + + \ No newline at end of file