From 9f2a5294a82a5ab95b197f0560ae6822f2395028 Mon Sep 17 00:00:00 2001 From: Meritoo Date: Wed, 3 Apr 2019 12:53:59 +0200 Subject: [PATCH] Phing > configuration > remove unnecessary tests/Resources/var/ directory (and subdirectories) --- phing/app.xml | 5 ----- phing/filesets.xml | 20 -------------------- phing/properties.dist | 4 ---- 3 files changed, 29 deletions(-) diff --git a/phing/app.xml b/phing/app.xml index 5688569..7a36756 100644 --- a/phing/app.xml +++ b/phing/app.xml @@ -76,11 +76,6 @@ - - - - - diff --git a/phing/filesets.xml b/phing/filesets.xml index c3aea0c..fa969ea 100644 --- a/phing/filesets.xml +++ b/phing/filesets.xml @@ -1,25 +1,8 @@ - - - - - - - - - - - - - - diff --git a/phing/properties.dist b/phing/properties.dist index ee23c95..c4caa95 100644 --- a/phing/properties.dist +++ b/phing/properties.dist @@ -39,10 +39,6 @@ composer.php = php # System directories # dir.src = ${project.basedir}/src -dir.var = ${project.basedir}/tests/Resources/var -dir.cache = ${dir.var}/cache -dir.logs = ${dir.var}/log -dir.sessions = ${dir.var}/sessions dir.data = ${project.basedir}/data dir.tests = ${project.basedir}/tests