From 0d631c2ae01f3e8b299f63ec3949c688e6a479a8 Mon Sep 17 00:00:00 2001 From: Nils Adermann <naderman@naderman.de> Date: Sun, 4 May 2008 20:06:02 +0000 Subject: [PATCH] Moving code sniffer stuff into subfolder so directory can be linked and doesn't require copying git-svn-id: file:///svn/phpbb/trunk@8548 89ea8834-ac86-4346-8a33-228a782c2dd0 --- code_sniffer/{ => phpbb}/Sniffs/Commenting/FileCommentSniff.php | 0 code_sniffer/{ => phpbb}/Tests/Commenting/FileCommentUnitTest.inc | 0 code_sniffer/{ => phpbb}/Tests/Commenting/FileCommentUnitTest.php | 0 code_sniffer/{ => phpbb}/build.xml | 0 code_sniffer/{ => phpbb}/phpbbCodingStandard.php | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename code_sniffer/{ => phpbb}/Sniffs/Commenting/FileCommentSniff.php (100%) rename code_sniffer/{ => phpbb}/Tests/Commenting/FileCommentUnitTest.inc (100%) rename code_sniffer/{ => phpbb}/Tests/Commenting/FileCommentUnitTest.php (100%) rename code_sniffer/{ => phpbb}/build.xml (100%) rename code_sniffer/{ => phpbb}/phpbbCodingStandard.php (100%) diff --git a/code_sniffer/Sniffs/Commenting/FileCommentSniff.php b/code_sniffer/phpbb/Sniffs/Commenting/FileCommentSniff.php similarity index 100% rename from code_sniffer/Sniffs/Commenting/FileCommentSniff.php rename to code_sniffer/phpbb/Sniffs/Commenting/FileCommentSniff.php diff --git a/code_sniffer/Tests/Commenting/FileCommentUnitTest.inc b/code_sniffer/phpbb/Tests/Commenting/FileCommentUnitTest.inc similarity index 100% rename from code_sniffer/Tests/Commenting/FileCommentUnitTest.inc rename to code_sniffer/phpbb/Tests/Commenting/FileCommentUnitTest.inc diff --git a/code_sniffer/Tests/Commenting/FileCommentUnitTest.php b/code_sniffer/phpbb/Tests/Commenting/FileCommentUnitTest.php similarity index 100% rename from code_sniffer/Tests/Commenting/FileCommentUnitTest.php rename to code_sniffer/phpbb/Tests/Commenting/FileCommentUnitTest.php diff --git a/code_sniffer/build.xml b/code_sniffer/phpbb/build.xml similarity index 100% rename from code_sniffer/build.xml rename to code_sniffer/phpbb/build.xml diff --git a/code_sniffer/phpbbCodingStandard.php b/code_sniffer/phpbb/phpbbCodingStandard.php similarity index 100% rename from code_sniffer/phpbbCodingStandard.php rename to code_sniffer/phpbb/phpbbCodingStandard.php