diff options
| author | JoshyPHP <s9e.dev@gmail.com> | 2015-04-19 13:54:21 +0200 |
|---|---|---|
| committer | JoshyPHP <s9e.dev@gmail.com> | 2015-04-19 13:54:21 +0200 |
| commit | 14333f6ebc52661e6dae1c5575e6f5a94b107f6d (patch) | |
| tree | 0288010a556c39944015411bb1e16bcbe456eafd | |
| parent | ecc65f564d9f966a4d5b0f22281024f49cc8b22b (diff) | |
| download | forums-14333f6ebc52661e6dae1c5575e6f5a94b107f6d.tar forums-14333f6ebc52661e6dae1c5575e6f5a94b107f6d.tar.gz forums-14333f6ebc52661e6dae1c5575e6f5a94b107f6d.tar.bz2 forums-14333f6ebc52661e6dae1c5575e6f5a94b107f6d.tar.xz forums-14333f6ebc52661e6dae1c5575e6f5a94b107f6d.zip | |
[ticket/13767] Remove vendor/s9e/text-formatter/.git during build
PHPBB3-13767
| -rw-r--r-- | build/build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index 9d80bba2bf..2e65539035 100644 --- a/build/build.xml +++ b/build/build.xml @@ -319,6 +319,8 @@ <delete file="${dir}/vendor/psr/log/.gitignore" /> <delete file="${dir}/vendor/psr/log/README.md" /> + <delete dir="${dir}/vendor/s9e/text-formatter/.git" /> + <delete dir="${dir}/vendor/symfony/config/Symfony/Component/Config/Tests" /> <delete dir="${dir}/vendor/symfony/config/Symfony/Component/Config/.git" /> <delete file="${dir}/vendor/symfony/config/Symfony/Component/Config/.gitignore" /> |
