From: Peter Rabbitson Date: Sat, 4 Feb 2012 20:39:35 +0000 (+0100) Subject: A set of placeholder directories for future refactoring X-Git-Tag: v0.11011~27^2~29 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e650b78f16ddfe5e2da20518ccc6fd4c6931b118;p=dbsrgits%2FSQL-Translator.git A set of placeholder directories for future refactoring --- diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index f3ded7e..14c8d11 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -59,3 +59,6 @@ Build$ # junk \.log$ \.tmp$ + +# temporary +\.sqlt_refactor_placeholder$ \ No newline at end of file diff --git a/lib/SQL/Translator/Generator/DDL/.sqlt_refactor_placeholder b/lib/SQL/Translator/Generator/DDL/.sqlt_refactor_placeholder new file mode 100644 index 0000000..492d560 --- /dev/null +++ b/lib/SQL/Translator/Generator/DDL/.sqlt_refactor_placeholder @@ -0,0 +1 @@ +This directory will hold the new style SQLT DDL producers diff --git a/lib/SQL/Translator/Generator/Role/.sqlt_refactor_placeholder b/lib/SQL/Translator/Generator/Role/.sqlt_refactor_placeholder new file mode 100644 index 0000000..f2160be --- /dev/null +++ b/lib/SQL/Translator/Generator/Role/.sqlt_refactor_placeholder @@ -0,0 +1 @@ +This directory will hold the Roles for new style SQLT producers diff --git a/lib/SQL/Translator/Loader/DBI/.sqlt_refactor_placeholder b/lib/SQL/Translator/Loader/DBI/.sqlt_refactor_placeholder new file mode 100644 index 0000000..873edba --- /dev/null +++ b/lib/SQL/Translator/Loader/DBI/.sqlt_refactor_placeholder @@ -0,0 +1 @@ +This directory will hold the new style SQLT DBI parsers diff --git a/lib/SQL/Translator/Loader/DDL/.sqlt_refactor_placeholder b/lib/SQL/Translator/Loader/DDL/.sqlt_refactor_placeholder new file mode 100644 index 0000000..56cd98e --- /dev/null +++ b/lib/SQL/Translator/Loader/DDL/.sqlt_refactor_placeholder @@ -0,0 +1 @@ +This directory will hold the new style SQLT DDL parsers diff --git a/lib/SQL/Translator/Loader/Role/.sqlt_refactor_placeholder b/lib/SQL/Translator/Loader/Role/.sqlt_refactor_placeholder new file mode 100644 index 0000000..2d8ceba --- /dev/null +++ b/lib/SQL/Translator/Loader/Role/.sqlt_refactor_placeholder @@ -0,0 +1 @@ +This directory will hold the Roles for new style SQLT parsers