From 46b77928f746a4231d064774b5b67fd892c7ce86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sun, 4 Aug 2013 17:50:34 +0200 Subject: rm vendor --- .../Intl/Resources/bin/copy-stubs-to-component.php | 63 ---------------------- 1 file changed, 63 deletions(-) delete mode 100644 vendor/symfony/intl/Symfony/Component/Intl/Resources/bin/copy-stubs-to-component.php (limited to 'vendor/symfony/intl/Symfony/Component/Intl/Resources/bin/copy-stubs-to-component.php') diff --git a/vendor/symfony/intl/Symfony/Component/Intl/Resources/bin/copy-stubs-to-component.php b/vendor/symfony/intl/Symfony/Component/Intl/Resources/bin/copy-stubs-to-component.php deleted file mode 100644 index e8576832..00000000 --- a/vendor/symfony/intl/Symfony/Component/Intl/Resources/bin/copy-stubs-to-component.php +++ /dev/null @@ -1,63 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -use Symfony\Component\Filesystem\Filesystem; -use Symfony\Component\Icu\IcuData; -use Symfony\Component\Intl\Intl; - -require_once __DIR__ . '/common.php'; -require_once __DIR__ . '/autoload.php'; - -if (1 !== $GLOBALS['argc']) { - bailout(<<exists($sourceDir)) { - bailout("The directory $sourceDir does not exist. Please run create-stubs.php first."); -} - -$filesystem->remove($targetDir); - -echo "Copying files from $sourceDir to $targetDir...\n"; - -$filesystem->mirror($sourceDir, $targetDir); - -echo "Done.\n"; -- cgit v1.2.3