From 8d012197f4ef345210e8b35760f3bcfd59018cc6 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 12 Apr 2014 16:34:47 +0200 Subject: [PATCH 1/3] [ticket/12390] Remove documentation, tests and other files from vendor/ PHPBB3-12390 --- build/build.xml | 83 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) diff --git a/build/build.xml b/build/build.xml index 3a2a66b113..ea12e60e3c 100644 --- a/build/build.xml +++ b/build/build.xml @@ -273,6 +273,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 013cc2c66f4ca594e8ffa09511d054604ac615e5 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 16 Apr 2014 20:16:03 +0200 Subject: [PATCH 2/3] [ticket/12390] Move cleaning of vendor into it's own target PHPBB3-12390 --- build/build.xml | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/build/build.xml b/build/build.xml index ea12e60e3c..c1f81fb947 100644 --- a/build/build.xml +++ b/build/build.xml @@ -273,6 +273,22 @@ + + + + + + + + + + + + + + + + @@ -355,16 +371,6 @@ - - - - - - - - - - From 1757fdd4b7b1f8c461e1d4bbc949eb6eb35c3fe8 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 16 Apr 2014 20:25:45 +0200 Subject: [PATCH 3/3] [ticket/12390] Add comment to composer.json to update the build target PHPBB3-12390 --- phpBB/composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpBB/composer.json b/phpBB/composer.json index 3cf83a8fe9..2941293e81 100644 --- a/phpBB/composer.json +++ b/phpBB/composer.json @@ -1,4 +1,8 @@ { + "_readme": [ + "You MUST update the clean-vendor-dir target in build/build.xml", + "accordingly when adding or upgrading dependencies." + ], "minimum-stability": "beta", "require": { "lusitanian/oauth": "0.2.*",