From 08acfc5f7024bb42a37c6261bd10af7a8cbbad71 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 14 Jan 2012 14:20:27 +0200 Subject: Move database-specific option files into sub-profile sub-directories --- odb/qt/basic-mssql.options | 14 -------------- odb/qt/basic-mysql.options | 14 -------------- odb/qt/basic-oracle.options | 14 -------------- odb/qt/basic-pgsql.options | 14 -------------- odb/qt/basic-sqlite.options | 14 -------------- odb/qt/basic.options | 6 ++++++ odb/qt/basic/basic-mssql.options | 14 ++++++++++++++ odb/qt/basic/basic-mysql.options | 14 ++++++++++++++ odb/qt/basic/basic-oracle.options | 14 ++++++++++++++ odb/qt/basic/basic-pgsql.options | 14 ++++++++++++++ odb/qt/basic/basic-sqlite.options | 14 ++++++++++++++ odb/qt/date-time-mssql.options | 15 --------------- odb/qt/date-time-mysql.options | 15 --------------- odb/qt/date-time-oracle.options | 15 --------------- odb/qt/date-time-pgsql.options | 15 --------------- odb/qt/date-time-sqlite.options | 15 --------------- odb/qt/date-time.options | 6 ++++++ odb/qt/date-time/date-time-mssql.options | 15 +++++++++++++++ odb/qt/date-time/date-time-mysql.options | 15 +++++++++++++++ odb/qt/date-time/date-time-oracle.options | 15 +++++++++++++++ odb/qt/date-time/date-time-pgsql.options | 15 +++++++++++++++ odb/qt/date-time/date-time-sqlite.options | 15 +++++++++++++++ 22 files changed, 157 insertions(+), 145 deletions(-) delete mode 100644 odb/qt/basic-mssql.options delete mode 100644 odb/qt/basic-mysql.options delete mode 100644 odb/qt/basic-oracle.options delete mode 100644 odb/qt/basic-pgsql.options delete mode 100644 odb/qt/basic-sqlite.options create mode 100644 odb/qt/basic.options create mode 100644 odb/qt/basic/basic-mssql.options create mode 100644 odb/qt/basic/basic-mysql.options create mode 100644 odb/qt/basic/basic-oracle.options create mode 100644 odb/qt/basic/basic-pgsql.options create mode 100644 odb/qt/basic/basic-sqlite.options delete mode 100644 odb/qt/date-time-mssql.options delete mode 100644 odb/qt/date-time-mysql.options delete mode 100644 odb/qt/date-time-oracle.options delete mode 100644 odb/qt/date-time-pgsql.options delete mode 100644 odb/qt/date-time-sqlite.options create mode 100644 odb/qt/date-time.options create mode 100644 odb/qt/date-time/date-time-mssql.options create mode 100644 odb/qt/date-time/date-time-mysql.options create mode 100644 odb/qt/date-time/date-time-oracle.options create mode 100644 odb/qt/date-time/date-time-pgsql.options create mode 100644 odb/qt/date-time/date-time-sqlite.options diff --git a/odb/qt/basic-mssql.options b/odb/qt/basic-mssql.options deleted file mode 100644 index 31536bb..0000000 --- a/odb/qt/basic-mssql.options +++ /dev/null @@ -1,14 +0,0 @@ -# file : odb/qt/basic-mssql.options -# author : Constantin Michael -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -# license : GNU GPL v2; see accompanying LICENSE file - ---profile qt/version - -# Include the default mapping in prologue instead of epilogue to -# allow the user to override the default mapping. -# ---odb-prologue '#include ' - ---hxx-prologue '#include ' ---hxx-prologue '#include ' diff --git a/odb/qt/basic-mysql.options b/odb/qt/basic-mysql.options deleted file mode 100644 index 0be19f2..0000000 --- a/odb/qt/basic-mysql.options +++ /dev/null @@ -1,14 +0,0 @@ -# file : odb/qt/basic-mysql.options -# author : Constantin Michael -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -# license : GNU GPL v2; see accompanying LICENSE file - ---profile qt/version - -# Include the default mapping in prologue instead of epilogue to -# allow the user to override the default mapping. -# ---odb-prologue '#include ' - ---hxx-prologue '#include ' ---hxx-prologue '#include ' diff --git a/odb/qt/basic-oracle.options b/odb/qt/basic-oracle.options deleted file mode 100644 index 6e88522..0000000 --- a/odb/qt/basic-oracle.options +++ /dev/null @@ -1,14 +0,0 @@ -# file : odb/qt/basic-oracle.options -# author : Constantin Michael -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -# license : GNU GPL v2; see accompanying LICENSE file - ---profile qt/version - -# Include the default mapping in prologue instead of epilogue to -# allow the user to override the default mapping. -# ---odb-prologue '#include ' - ---hxx-prologue '#include ' ---hxx-prologue '#include ' diff --git a/odb/qt/basic-pgsql.options b/odb/qt/basic-pgsql.options deleted file mode 100644 index 238bc42..0000000 --- a/odb/qt/basic-pgsql.options +++ /dev/null @@ -1,14 +0,0 @@ -# file : odb/qt/basic-pgsql.options -# author : Constantin Michael -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -# license : GNU GPL v2; see accompanying LICENSE file - ---profile qt/version - -# Include the default mapping in prologue instead of epilogue to -# allow the user to override the default mapping. -# ---odb-prologue '#include ' - ---hxx-prologue '#include ' ---hxx-prologue '#include ' diff --git a/odb/qt/basic-sqlite.options b/odb/qt/basic-sqlite.options deleted file mode 100644 index 7251482..0000000 --- a/odb/qt/basic-sqlite.options +++ /dev/null @@ -1,14 +0,0 @@ -# file : odb/qt/basic-sqlite.options -# author : Constantin Michael -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -# license : GNU GPL v2; see accompanying LICENSE file - ---profile qt/version - -# Include the default mapping in prologue instead of epilogue to -# allow the user to override the default mapping. -# ---odb-prologue '#include ' - ---hxx-prologue '#include ' ---hxx-prologue '#include ' diff --git a/odb/qt/basic.options b/odb/qt/basic.options new file mode 100644 index 0000000..ba5bf15 --- /dev/null +++ b/odb/qt/basic.options @@ -0,0 +1,6 @@ +# file : odb/qt/basic.options +# author : Constantin Michael +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +--profile qt/basic/basic diff --git a/odb/qt/basic/basic-mssql.options b/odb/qt/basic/basic-mssql.options new file mode 100644 index 0000000..c7ce788 --- /dev/null +++ b/odb/qt/basic/basic-mssql.options @@ -0,0 +1,14 @@ +# file : odb/qt/basic/basic-mssql.options +# author : Constantin Michael +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +--profile qt/version + +# Include the default mapping in prologue instead of epilogue to +# allow the user to override the default mapping. +# +--odb-prologue '#include ' + +--hxx-prologue '#include ' +--hxx-prologue '#include ' diff --git a/odb/qt/basic/basic-mysql.options b/odb/qt/basic/basic-mysql.options new file mode 100644 index 0000000..a1e4c5e --- /dev/null +++ b/odb/qt/basic/basic-mysql.options @@ -0,0 +1,14 @@ +# file : odb/qt/basic/basic-mysql.options +# author : Constantin Michael +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +--profile qt/version + +# Include the default mapping in prologue instead of epilogue to +# allow the user to override the default mapping. +# +--odb-prologue '#include ' + +--hxx-prologue '#include ' +--hxx-prologue '#include ' diff --git a/odb/qt/basic/basic-oracle.options b/odb/qt/basic/basic-oracle.options new file mode 100644 index 0000000..41d0192 --- /dev/null +++ b/odb/qt/basic/basic-oracle.options @@ -0,0 +1,14 @@ +# file : odb/qt/basic/basic-oracle.options +# author : Constantin Michael +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +--profile qt/version + +# Include the default mapping in prologue instead of epilogue to +# allow the user to override the default mapping. +# +--odb-prologue '#include ' + +--hxx-prologue '#include ' +--hxx-prologue '#include ' diff --git a/odb/qt/basic/basic-pgsql.options b/odb/qt/basic/basic-pgsql.options new file mode 100644 index 0000000..99a7b82 --- /dev/null +++ b/odb/qt/basic/basic-pgsql.options @@ -0,0 +1,14 @@ +# file : odb/qt/basic/basic-pgsql.options +# author : Constantin Michael +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +--profile qt/version + +# Include the default mapping in prologue instead of epilogue to +# allow the user to override the default mapping. +# +--odb-prologue '#include ' + +--hxx-prologue '#include ' +--hxx-prologue '#include ' diff --git a/odb/qt/basic/basic-sqlite.options b/odb/qt/basic/basic-sqlite.options new file mode 100644 index 0000000..e33b896 --- /dev/null +++ b/odb/qt/basic/basic-sqlite.options @@ -0,0 +1,14 @@ +# file : odb/qt/basic/basic-sqlite.options +# author : Constantin Michael +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +--profile qt/version + +# Include the default mapping in prologue instead of epilogue to +# allow the user to override the default mapping. +# +--odb-prologue '#include ' + +--hxx-prologue '#include ' +--hxx-prologue '#include ' diff --git a/odb/qt/date-time-mssql.options b/odb/qt/date-time-mssql.options deleted file mode 100644 index d5a5e8e..0000000 --- a/odb/qt/date-time-mssql.options +++ /dev/null @@ -1,15 +0,0 @@ -# file : odb/qt/date-time-mssql.options -# author : Constantin Michael -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -# license : GNU GPL v2; see accompanying LICENSE file - ---profile qt/version - -# Include the default mapping in prologue instead of epilogue to -# allow the user to override the default mapping. -# ---odb-prologue '#include ' - ---hxx-prologue '#include ' ---hxx-prologue '#include ' ---hxx-prologue '#include ' diff --git a/odb/qt/date-time-mysql.options b/odb/qt/date-time-mysql.options deleted file mode 100644 index 8073903..0000000 --- a/odb/qt/date-time-mysql.options +++ /dev/null @@ -1,15 +0,0 @@ -# file : odb/qt/date-time-mysql.options -# author : Constantin Michael -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -# license : GNU GPL v2; see accompanying LICENSE file - ---profile qt/version - -# Include the default mapping in prologue instead of epilogue to -# allow the user to override the default mapping. -# ---odb-prologue '#include ' - ---hxx-prologue '#include ' ---hxx-prologue '#include ' ---hxx-prologue '#include ' diff --git a/odb/qt/date-time-oracle.options b/odb/qt/date-time-oracle.options deleted file mode 100644 index b57a6f5..0000000 --- a/odb/qt/date-time-oracle.options +++ /dev/null @@ -1,15 +0,0 @@ -# file : odb/qt/date-time-oracle.options -# author : Constantin Michael -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -# license : GNU GPL v2; see accompanying LICENSE file - ---profile qt/version - -# Include the default mapping in prologue instead of epilogue to -# allow the user to override the default mapping. -# ---odb-prologue '#include ' - ---hxx-prologue '#include ' ---hxx-prologue '#include ' ---hxx-prologue '#include ' diff --git a/odb/qt/date-time-pgsql.options b/odb/qt/date-time-pgsql.options deleted file mode 100644 index f7f86e5..0000000 --- a/odb/qt/date-time-pgsql.options +++ /dev/null @@ -1,15 +0,0 @@ -# file : odb/qt/date-time-pgsql.options -# author : Constantin Michael -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -# license : GNU GPL v2; see accompanying LICENSE file - ---profile qt/version - -# Include the default mapping in prologue instead of epilogue to -# allow the user to override the default mapping. -# ---odb-prologue '#include ' - ---hxx-prologue '#include ' ---hxx-prologue '#include ' ---hxx-prologue '#include ' diff --git a/odb/qt/date-time-sqlite.options b/odb/qt/date-time-sqlite.options deleted file mode 100644 index 750405c..0000000 --- a/odb/qt/date-time-sqlite.options +++ /dev/null @@ -1,15 +0,0 @@ -# file : odb/qt/date-time-sqlite.options -# author : Constantin Michael -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -# license : GNU GPL v2; see accompanying LICENSE file - ---profile qt/version - -# Include the default mapping in prologue instead of epilogue to -# allow the user to override the default mapping. -# ---odb-prologue '#include ' - ---hxx-prologue '#include ' ---hxx-prologue '#include ' ---hxx-prologue '#include ' diff --git a/odb/qt/date-time.options b/odb/qt/date-time.options new file mode 100644 index 0000000..2a0eb4c --- /dev/null +++ b/odb/qt/date-time.options @@ -0,0 +1,6 @@ +# file : odb/qt/date-time.options +# author : Constantin Michael +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +--profile qt/date-time/date-time diff --git a/odb/qt/date-time/date-time-mssql.options b/odb/qt/date-time/date-time-mssql.options new file mode 100644 index 0000000..7292445 --- /dev/null +++ b/odb/qt/date-time/date-time-mssql.options @@ -0,0 +1,15 @@ +# file : odb/qt/date-time/date-time-mssql.options +# author : Constantin Michael +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +--profile qt/version + +# Include the default mapping in prologue instead of epilogue to +# allow the user to override the default mapping. +# +--odb-prologue '#include ' + +--hxx-prologue '#include ' +--hxx-prologue '#include ' +--hxx-prologue '#include ' diff --git a/odb/qt/date-time/date-time-mysql.options b/odb/qt/date-time/date-time-mysql.options new file mode 100644 index 0000000..57837ef --- /dev/null +++ b/odb/qt/date-time/date-time-mysql.options @@ -0,0 +1,15 @@ +# file : odb/qt/date-time/date-time-mysql.options +# author : Constantin Michael +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +--profile qt/version + +# Include the default mapping in prologue instead of epilogue to +# allow the user to override the default mapping. +# +--odb-prologue '#include ' + +--hxx-prologue '#include ' +--hxx-prologue '#include ' +--hxx-prologue '#include ' diff --git a/odb/qt/date-time/date-time-oracle.options b/odb/qt/date-time/date-time-oracle.options new file mode 100644 index 0000000..cbee3eb --- /dev/null +++ b/odb/qt/date-time/date-time-oracle.options @@ -0,0 +1,15 @@ +# file : odb/qt/date-time/date-time-oracle.options +# author : Constantin Michael +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +--profile qt/version + +# Include the default mapping in prologue instead of epilogue to +# allow the user to override the default mapping. +# +--odb-prologue '#include ' + +--hxx-prologue '#include ' +--hxx-prologue '#include ' +--hxx-prologue '#include ' diff --git a/odb/qt/date-time/date-time-pgsql.options b/odb/qt/date-time/date-time-pgsql.options new file mode 100644 index 0000000..21ca0cf --- /dev/null +++ b/odb/qt/date-time/date-time-pgsql.options @@ -0,0 +1,15 @@ +# file : odb/qt/date-time/date-time-pgsql.options +# author : Constantin Michael +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +--profile qt/version + +# Include the default mapping in prologue instead of epilogue to +# allow the user to override the default mapping. +# +--odb-prologue '#include ' + +--hxx-prologue '#include ' +--hxx-prologue '#include ' +--hxx-prologue '#include ' diff --git a/odb/qt/date-time/date-time-sqlite.options b/odb/qt/date-time/date-time-sqlite.options new file mode 100644 index 0000000..11dda98 --- /dev/null +++ b/odb/qt/date-time/date-time-sqlite.options @@ -0,0 +1,15 @@ +# file : odb/qt/date-time/date-time-sqlite.options +# author : Constantin Michael +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +--profile qt/version + +# Include the default mapping in prologue instead of epilogue to +# allow the user to override the default mapping. +# +--odb-prologue '#include ' + +--hxx-prologue '#include ' +--hxx-prologue '#include ' +--hxx-prologue '#include ' -- cgit v1.1