1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-22 10:57:56 +01:00

[ticket/8672] Remove unnecessary lines from clean-vendor-dir

The new version of fastImageSize already makes sure that these files
and/or folders do not exist.

PHPBB3-8672
This commit is contained in:
Marc Alexander 2015-04-15 11:33:13 +02:00
parent 2665e68592
commit 31bcdb23a2

View File

@ -436,15 +436,6 @@
<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">