From e0aef4b3202041335ff0a7b62d9ca8112bd61ce9 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sat, 13 Jul 2013 18:32:33 +0200 Subject: [PATCH] [ticket/11674] Do not include vendor folder if there are no dependencies. PHPBB3-11674 --- build/build.xml | 42 +++++++++++++++++++++++++++++------------- 1 file changed, 29 insertions(+), 13 deletions(-) diff --git a/build/build.xml b/build/build.xml index e4fe24005f..a418f40b53 100644 --- a/build/build.xml +++ b/build/build.xml @@ -169,26 +169,42 @@ command="git archive ${revision} | tar -xf - -C ../${dir}" checkreturn="true" /> - + + outputProperty='composer-has-dependencies' /> - + + - - + outputProperty='composer-ls-tree-output' /> + + + + + + + + + + + + + + + + +