From e6c709fbf09e6f039d12addd928a8b526a3bb99b Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Wed, 8 Feb 2017 12:16:26 +0100 Subject: [PATCH] Converted .ecf to version 1-16-0 (introduced with EiffelStudio 17.01). --- cms-safe.ecf | 39 +------- cms.ecf | 5 +- examples/demo/demo.ecf | 92 ++++++++++--------- .../modules/demo/cms_demo_module-safe.ecf | 24 +---- .../demo/modules/demo/cms_demo_module.ecf | 24 +++++ launcher/any-safe.ecf | 19 +--- launcher/any.ecf | 7 +- launcher/cgi-safe.ecf | 17 +--- launcher/cgi.ecf | 18 ++++ launcher/libfcgi-safe.ecf | 17 +--- launcher/libfcgi.ecf | 11 ++- launcher/standalone-safe.ecf | 18 +--- launcher/standalone.ecf | 9 +- library/app_env/app_env-safe.ecf | 21 +---- library/app_env/app_env.ecf | 11 +-- library/configuration/config-safe.ecf | 18 +--- library/configuration/config.ecf | 6 +- .../configuration/tests/config_tests-safe.ecf | 19 +--- library/configuration/tests/config_tests.ecf | 10 +- library/email/email-safe.ecf | 19 +--- library/email/email.ecf | 18 ++++ library/gcse/gcse-safe.ecf | 20 +--- library/gcse/gcse.ecf | 10 +- library/gcse/test/test.ecf | 19 ++-- .../http_client_extension-safe.ecf | 26 +----- .../http_client_extension.ecf | 21 +++-- library/model/cms_model-safe.ecf | 20 +--- library/model/cms_model.ecf | 10 +- library/persistence/sqlite3/sqlite3-safe.ecf | 29 +----- library/persistence/sqlite3/sqlite3.ecf | 27 ++++++ .../store_mysql/store_mysql-safe.ecf | 35 +------ .../persistence/store_mysql/store_mysql.ecf | 33 +++++++ .../persistence/store_mysql/tests/tests.ecf | 31 ++++--- .../store_mysql_fake/store_mysql-safe.ecf | 3 + .../store_mysql_fake/store_mysql.ecf | 26 ++++++ .../store_odbc/store_odbc-safe.ecf | 31 +------ library/persistence/store_odbc/store_odbc.ecf | 29 ++++++ .../store_odbc/tests/tests-safe.ecf | 27 +----- .../persistence/store_odbc/tests/tests.ecf | 29 ++++++ library/recaptcha/recaptcha-safe.ecf | 20 +--- library/recaptcha/recaptcha.ecf | 22 ++--- library/recaptcha/test/test.ecf | 21 +++-- modules/admin/admin-safe.ecf | 30 +----- modules/admin/admin.ecf | 28 ++++++ modules/auth/auth-safe.ecf | 33 +------ modules/auth/auth.ecf | 32 +++++++ modules/basic_auth/basic_auth-safe.ecf | 26 +----- modules/basic_auth/basic_auth.ecf | 24 +++++ modules/blog/cms_blog_module-safe.ecf | 33 +------ modules/blog/cms_blog_module.ecf | 29 ++++++ modules/comments/comments-safe.ecf | 29 +----- modules/comments/comments.ecf | 11 +-- modules/contact/contact-safe.ecf | 23 +---- modules/contact/contact.ecf | 22 +++++ modules/custom_block/custom_block-safe.ecf | 23 +---- modules/custom_block/custom_block.ecf | 5 +- .../feed_aggregator/feed_aggregator-safe.ecf | 21 +---- modules/feed_aggregator/feed_aggregator.ecf | 22 +++++ modules/files/files-safe.ecf | 23 +---- modules/files/files.ecf | 5 +- modules/google_search/google_search-safe.ecf | 20 +--- modules/google_search/google_search.ecf | 5 +- modules/node/node-safe.ecf | 31 +------ modules/node/node.ecf | 8 +- modules/oauth20/oauth20-safe.ecf | 31 +------ modules/oauth20/oauth20.ecf | 30 ++++++ modules/openid/openid-safe.ecf | 30 +----- modules/openid/openid.ecf | 29 ++++++ .../recent_changes/recent_changes-safe.ecf | 27 +----- modules/recent_changes/recent_changes.ecf | 11 +-- modules/seo/seo-safe.ecf | 14 +-- modules/seo/seo.ecf | 12 +++ .../session_auth/cms_session_auth-safe.ecf | 29 +----- modules/session_auth/cms_session_auth.ecf | 27 ++++++ modules/taxonomy/taxonomy-safe.ecf | 31 +------ modules/taxonomy/taxonomy.ecf | 13 ++- modules/wikitext/wikitext-safe.ecf | 27 +----- modules/wikitext/wikitext.ecf | 29 ++++++ tools/roc/roc.ecf | 13 ++- 79 files changed, 747 insertions(+), 1000 deletions(-) create mode 100644 examples/demo/modules/demo/cms_demo_module.ecf create mode 100644 launcher/cgi.ecf create mode 100644 library/email/email.ecf create mode 100644 library/persistence/sqlite3/sqlite3.ecf create mode 100644 library/persistence/store_mysql/store_mysql.ecf create mode 100644 library/persistence/store_mysql_fake/store_mysql-safe.ecf create mode 100644 library/persistence/store_mysql_fake/store_mysql.ecf create mode 100644 library/persistence/store_odbc/store_odbc.ecf create mode 100644 library/persistence/store_odbc/tests/tests.ecf create mode 100644 modules/admin/admin.ecf create mode 100644 modules/auth/auth.ecf create mode 100644 modules/basic_auth/basic_auth.ecf create mode 100644 modules/blog/cms_blog_module.ecf create mode 100644 modules/contact/contact.ecf create mode 100644 modules/feed_aggregator/feed_aggregator.ecf create mode 100644 modules/oauth20/oauth20.ecf create mode 100644 modules/openid/openid.ecf create mode 100644 modules/seo/seo.ecf create mode 100644 modules/session_auth/cms_session_auth.ecf create mode 100644 modules/wikitext/wikitext.ecf diff --git a/cms-safe.ecf b/cms-safe.ecf index c91a8c7..6544ac0 100644 --- a/cms-safe.ecf +++ b/cms-safe.ecf @@ -1,38 +1,3 @@ - - - - - /.svn$ - /CVS$ - /EIFGENs$ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/cms.ecf b/cms.ecf index 446990a..9493b76 100644 --- a/cms.ecf +++ b/cms.ecf @@ -1,6 +1,5 @@ - - ROC CMS library + @@ -8,7 +7,7 @@ /CVS$ /EIFGENs$ - diff --git a/examples/demo/demo.ecf b/examples/demo/demo.ecf index 861dbe7..26870b7 100644 --- a/examples/demo/demo.ecf +++ b/examples/demo/demo.ecf @@ -1,5 +1,5 @@ - + Example/demo for Eiffel ROC CMS library @@ -8,70 +8,70 @@ /CVS$ /EIFGENs$ - - - + - - + - + + + - + + + - + @@ -81,13 +81,17 @@ - - + + + + - - + + + + diff --git a/examples/demo/modules/demo/cms_demo_module-safe.ecf b/examples/demo/modules/demo/cms_demo_module-safe.ecf index cc692d8..bbb0890 100644 --- a/examples/demo/modules/demo/cms_demo_module-safe.ecf +++ b/examples/demo/modules/demo/cms_demo_module-safe.ecf @@ -1,23 +1,3 @@ - - - - - /.git$ - /.svn$ - /EIFGENs$ - - - + + diff --git a/examples/demo/modules/demo/cms_demo_module.ecf b/examples/demo/modules/demo/cms_demo_module.ecf new file mode 100644 index 0000000..fdf4880 --- /dev/null +++ b/examples/demo/modules/demo/cms_demo_module.ecf @@ -0,0 +1,24 @@ + + + + + + /.git$ + /.svn$ + /EIFGENs$ + + + + + + + + + + + + + + + diff --git a/launcher/any-safe.ecf b/launcher/any-safe.ecf index 9ad5a1b..8a779af 100644 --- a/launcher/any-safe.ecf +++ b/launcher/any-safe.ecf @@ -1,18 +1,3 @@ - - - - - - - - - - - - - - - - - + + diff --git a/launcher/any.ecf b/launcher/any.ecf index 58aec7e..7ba2dcf 100644 --- a/launcher/any.ecf +++ b/launcher/any.ecf @@ -1,9 +1,7 @@ - + - diff --git a/launcher/cgi-safe.ecf b/launcher/cgi-safe.ecf index 068d7de..88206a0 100644 --- a/launcher/cgi-safe.ecf +++ b/launcher/cgi-safe.ecf @@ -1,16 +1,3 @@ - - - - - - - - - - - - - - - + + diff --git a/launcher/cgi.ecf b/launcher/cgi.ecf new file mode 100644 index 0000000..0272302 --- /dev/null +++ b/launcher/cgi.ecf @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/launcher/libfcgi-safe.ecf b/launcher/libfcgi-safe.ecf index b3289d0..e520d4d 100644 --- a/launcher/libfcgi-safe.ecf +++ b/launcher/libfcgi-safe.ecf @@ -1,16 +1,3 @@ - - - - - - - - - - - - - - - + + diff --git a/launcher/libfcgi.ecf b/launcher/libfcgi.ecf index e85e154..3f04187 100644 --- a/launcher/libfcgi.ecf +++ b/launcher/libfcgi.ecf @@ -1,9 +1,12 @@ - + - - + diff --git a/launcher/standalone-safe.ecf b/launcher/standalone-safe.ecf index 3148e44..08cc870 100644 --- a/launcher/standalone-safe.ecf +++ b/launcher/standalone-safe.ecf @@ -1,17 +1,3 @@ - - - - - - - - - - - - - - - - + + diff --git a/launcher/standalone.ecf b/launcher/standalone.ecf index dbf73ff..78fdbad 100644 --- a/launcher/standalone.ecf +++ b/launcher/standalone.ecf @@ -1,9 +1,10 @@ - + - diff --git a/library/app_env/app_env-safe.ecf b/library/app_env/app_env-safe.ecf index c0d314c..a596365 100644 --- a/library/app_env/app_env-safe.ecf +++ b/library/app_env/app_env-safe.ecf @@ -1,20 +1,3 @@ - - Application Environment (layout, configuration, logger, database, ...) - - - - - - - - - - /EIFGENs$ - /CVS$ - /.svn$ - - - - + + diff --git a/library/app_env/app_env.ecf b/library/app_env/app_env.ecf index f7c8062..89ce664 100644 --- a/library/app_env/app_env.ecf +++ b/library/app_env/app_env.ecf @@ -1,21 +1,18 @@ - + Application Environment (layout, configuration, logger, database, ...) - diff --git a/library/configuration/config-safe.ecf b/library/configuration/config-safe.ecf index 642acea..1680134 100644 --- a/library/configuration/config-safe.ecf +++ b/library/configuration/config-safe.ecf @@ -1,17 +1,3 @@ - - - - - /.git$ - /EIFGENs$ - /.svn$ - - - - - - - - + + diff --git a/library/configuration/config.ecf b/library/configuration/config.ecf index 9be28f0..c8652d9 100644 --- a/library/configuration/config.ecf +++ b/library/configuration/config.ecf @@ -1,13 +1,13 @@ - + /.git$ - /EIFGENs$ /.svn$ + /EIFGENs$ - diff --git a/library/configuration/tests/config_tests-safe.ecf b/library/configuration/tests/config_tests-safe.ecf index 351fb38..f3883f0 100644 --- a/library/configuration/tests/config_tests-safe.ecf +++ b/library/configuration/tests/config_tests-safe.ecf @@ -1,18 +1,3 @@ - - - - - /.git$ - /EIFGENs$ - /.svn$ - - - - - - - - - + + diff --git a/library/configuration/tests/config_tests.ecf b/library/configuration/tests/config_tests.ecf index 3f93907..16bd580 100644 --- a/library/configuration/tests/config_tests.ecf +++ b/library/configuration/tests/config_tests.ecf @@ -1,15 +1,17 @@ - + /.git$ - /EIFGENs$ /.svn$ + /EIFGENs$ - - + + + diff --git a/library/email/email-safe.ecf b/library/email/email-safe.ecf index 70fb3fd..b93d811 100644 --- a/library/email/email-safe.ecf +++ b/library/email/email-safe.ecf @@ -1,18 +1,3 @@ - - - - - /.git$ - /EIFGENs$ - /.svn$ - - - - - - - - - + + diff --git a/library/email/email.ecf b/library/email/email.ecf new file mode 100644 index 0000000..32cb7f9 --- /dev/null +++ b/library/email/email.ecf @@ -0,0 +1,18 @@ + + + + + + /.git$ + /.svn$ + /EIFGENs$ + + + + + + + + + diff --git a/library/gcse/gcse-safe.ecf b/library/gcse/gcse-safe.ecf index cba2c57..5594fd0 100644 --- a/library/gcse/gcse-safe.ecf +++ b/library/gcse/gcse-safe.ecf @@ -1,19 +1,3 @@ - - - - - /.git$ - /EIFGENs$ - /CVS$ - /.svn$ - - - + + diff --git a/library/gcse/gcse.ecf b/library/gcse/gcse.ecf index 463cf6d..aa058f1 100644 --- a/library/gcse/gcse.ecf +++ b/library/gcse/gcse.ecf @@ -1,17 +1,17 @@ - + /.git$ - /EIFGENs$ - /CVS$ /.svn$ + /CVS$ + /EIFGENs$ -