diff --git a/modules/google_search_20/google_search_20.ecf b/modules/google_search_20/google_search_20.ecf index b8820cd..9148043 100644 --- a/modules/google_search_20/google_search_20.ecf +++ b/modules/google_search_20/google_search_20.ecf @@ -4,7 +4,7 @@ - + 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