From 6ab362aa75b3ea6b666aea09c26d8d92b46e5647 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Tue, 8 Jan 2013 01:08:13 +0000 Subject: [PATCH] * move these build tools to build directory. --- bin/{php => build}/check.php | 0 bin/{php => build}/checkDemoData.php | 0 bin/{php => build}/cn2tw.php | 0 bin/{php => build}/copylang.php | 0 bin/{php => build}/exportactions.php | 0 bin/{php => build}/getallcommon.php | 0 bin/{php => build}/initext.php | 0 bin/{php => build}/minifyfront.php | 0 bin/{php => build}/preparetest.php | 0 bin/{php => build}/syncext.php | 0 bin/{php => build}/tags.php | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename bin/{php => build}/check.php (100%) rename bin/{php => build}/checkDemoData.php (100%) rename bin/{php => build}/cn2tw.php (100%) rename bin/{php => build}/copylang.php (100%) rename bin/{php => build}/exportactions.php (100%) rename bin/{php => build}/getallcommon.php (100%) rename bin/{php => build}/initext.php (100%) rename bin/{php => build}/minifyfront.php (100%) rename bin/{php => build}/preparetest.php (100%) rename bin/{php => build}/syncext.php (100%) rename bin/{php => build}/tags.php (100%) diff --git a/bin/php/check.php b/bin/build/check.php similarity index 100% rename from bin/php/check.php rename to bin/build/check.php diff --git a/bin/php/checkDemoData.php b/bin/build/checkDemoData.php similarity index 100% rename from bin/php/checkDemoData.php rename to bin/build/checkDemoData.php diff --git a/bin/php/cn2tw.php b/bin/build/cn2tw.php similarity index 100% rename from bin/php/cn2tw.php rename to bin/build/cn2tw.php diff --git a/bin/php/copylang.php b/bin/build/copylang.php similarity index 100% rename from bin/php/copylang.php rename to bin/build/copylang.php diff --git a/bin/php/exportactions.php b/bin/build/exportactions.php similarity index 100% rename from bin/php/exportactions.php rename to bin/build/exportactions.php diff --git a/bin/php/getallcommon.php b/bin/build/getallcommon.php similarity index 100% rename from bin/php/getallcommon.php rename to bin/build/getallcommon.php diff --git a/bin/php/initext.php b/bin/build/initext.php similarity index 100% rename from bin/php/initext.php rename to bin/build/initext.php diff --git a/bin/php/minifyfront.php b/bin/build/minifyfront.php similarity index 100% rename from bin/php/minifyfront.php rename to bin/build/minifyfront.php diff --git a/bin/php/preparetest.php b/bin/build/preparetest.php similarity index 100% rename from bin/php/preparetest.php rename to bin/build/preparetest.php diff --git a/bin/php/syncext.php b/bin/build/syncext.php similarity index 100% rename from bin/php/syncext.php rename to bin/build/syncext.php diff --git a/bin/php/tags.php b/bin/build/tags.php similarity index 100% rename from bin/php/tags.php rename to bin/build/tags.php