From d26fc98492c6f3bf857e063db29a8eff466a1455 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Mon, 10 Apr 2017 18:20:13 +0200 Subject: [PATCH] Simplified the ecf for the google search 2.0 module. Updated the install.bat (dev tool). --- modules/google_search_20/google_search_20-safe.ecf | 6 ------ modules/google_search_20/google_search_20.ecf | 8 +------- .../google_search_20/src/google_custom_search_module_20.e | 7 ------- tools/install.bat | 2 ++ 4 files changed, 3 insertions(+), 20 deletions(-) diff --git a/modules/google_search_20/google_search_20-safe.ecf b/modules/google_search_20/google_search_20-safe.ecf index 5e0ece5..26827d4 100644 --- a/modules/google_search_20/google_search_20-safe.ecf +++ b/modules/google_search_20/google_search_20-safe.ecf @@ -8,13 +8,7 @@ - - - - - - diff --git a/modules/google_search_20/google_search_20.ecf b/modules/google_search_20/google_search_20.ecf index 4c86d8f..2136d60 100644 --- a/modules/google_search_20/google_search_20.ecf +++ b/modules/google_search_20/google_search_20.ecf @@ -5,15 +5,9 @@ + - - - - - - - diff --git a/modules/google_search_20/src/google_custom_search_module_20.e b/modules/google_search_20/src/google_custom_search_module_20.e index 5338dd3..cfa2e8a 100644 --- a/modules/google_search_20/src/google_custom_search_module_20.e +++ b/modules/google_search_20/src/google_custom_search_module_20.e @@ -22,13 +22,6 @@ inherit CMS_HOOK_BLOCK_HELPER - SHARED_EXECUTION_ENVIRONMENT - export - {NONE} all - end - - REFACTORING_HELPER - SHARED_LOGGER create diff --git a/tools/install.bat b/tools/install.bat index 78effb9..e2dfefa 100644 --- a/tools/install.bat +++ b/tools/install.bat @@ -54,6 +54,7 @@ echo Install ROC as CMS ewf %SAFE_RMDIR% %TMP_UNSTABLE_DIR%\library\web\cms\library %SAFE_RMDIR% %TMP_UNSTABLE_DIR%\library\web\cms\src %SAFE_RMDIR% %TMP_UNSTABLE_DIR%\library\web\cms\doc +%SAFE_RMDIR% %TMP_UNSTABLE_DIR%\library\web\cms\dev_modules %SAFE_RMDIR% %TMP_UNSTABLE_DIR%\library\web\cms\modules %SAFE_RMDIR% %TMP_UNSTABLE_DIR%\library\web\cms\examples @@ -62,6 +63,7 @@ echo Install ROC as CMS ewf %COPYCMD% %TMP_DIR%\src %TMP_UNSTABLE_DIR%\library\web\cms\src %COPYCMD% %TMP_DIR%\doc %TMP_UNSTABLE_DIR%\library\web\cms\doc %COPYCMD% %TMP_DIR%\modules %TMP_UNSTABLE_DIR%\library\web\cms\modules +%COPYCMD% %TMP_DIR%\dev_modules %TMP_UNSTABLE_DIR%\library\web\cms\dev_modules %COPYCMD% %TMP_DIR%\examples %TMP_UNSTABLE_DIR%\library\web\cms\examples echo TOOLS %COPYCMD% %TMP_DIR%\tools %TMP_UNSTABLE_DIR%\library\web\cms\tools