1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-24 10:31:57 +02:00

[ticket/8672] Add fastImageSize to clean-vendor-dir in build.xml

PHPBB3-8672
This commit is contained in:
Marc Alexander
2015-04-08 15:41:52 +02:00
parent 0a6ac0226d
commit 19011cb842

View File

@@ -436,6 +436,15 @@
<delete file="${dir}/vendor/symfony/twig-bridge/Symfony/Bridge/Twig/CHANGELOG.md" />
<delete file="${dir}/vendor/symfony/twig-bridge/Symfony/Bridge/Twig/README.md" />
<delete file="${dir}/vendor/symfony/twig-bridge/Symfony/Bridge/Twig/phpunit.xml.dist" />
<delete dir="${dir}/vendor/marc1706/fast-image-size/tests" />
<delete dir="${dir}/vendor/marc1706/fast-image-size/travis" />
<delete dir="${dir}/vendor/marc1706/fast-image-size/.git" />
<delete file="${dir}/vendor/marc1706/fast-image-size/.gitignore" />
<delete file="${dir}/vendor/marc1706/fast-image-size/.travis.yml" />
<delete file="${dir}/vendor/marc1706/fast-image-size/composer.phar" />
<delete file="${dir}/vendor/marc1706/fast-image-size/phpunit.xml.dist" />
<delete file="${dir}/vendor/marc1706/fast-image-size/README.md" />
</target>
<target name="clean-diff-dir">