diff --git a/tools/estudio_wizard/ewf_ise_console_wizard-safe.ecf b/tools/estudio_wizard/ewf_ise_console_wizard-safe.ecf new file mode 100644 index 00000000..5e4b1450 --- /dev/null +++ b/tools/estudio_wizard/ewf_ise_console_wizard-safe.ecf @@ -0,0 +1,24 @@ + + + + + + /.git$ + /EIFGENs$ + /.svn$ + + + + + + + + + + /gui$ + /lib$ + + + + diff --git a/tools/estudio_wizard/ewf_ise_wizard-safe.ecf b/tools/estudio_wizard/ewf_ise_wizard-safe.ecf index 2c3cc9ae..6b399757 100644 --- a/tools/estudio_wizard/ewf_ise_wizard-safe.ecf +++ b/tools/estudio_wizard/ewf_ise_wizard-safe.ecf @@ -1,27 +1,6 @@ - - - /.git$ - /EIFGENs$ - /.svn$ - - - - - - - - - - /gui$ - /lib$ - - - - /.git$ diff --git a/tools/estudio_wizard/install_ise_wizard.bat b/tools/estudio_wizard/install_ise_wizard.bat index ca06d95a..1172efde 100644 --- a/tools/estudio_wizard/install_ise_wizard.bat +++ b/tools/estudio_wizard/install_ise_wizard.bat @@ -1,7 +1,7 @@ setlocal set TMP_ROOTDIR=%~dp0rootdir -set TMP_TARGETNAME=gui_wizard +set TMP_TARGETNAME=wizard set WIZ_TARGET=%ISE_EIFFEL%\studio\wizards\new_projects\ewf rd /q/s %WIZ_TARGET% diff --git a/tools/estudio_wizard/install_ise_wizard.sh b/tools/estudio_wizard/install_ise_wizard.sh index ab64d020..9b5496ea 100644 --- a/tools/estudio_wizard/install_ise_wizard.sh +++ b/tools/estudio_wizard/install_ise_wizard.sh @@ -1,7 +1,7 @@ #!/bin/sh mkdir tmp -ecb -config ewf_ise_wizard-safe.ecf -target gui_wizard -finalize -c_compile -project_path tmp +ecb -config ewf_ise_wizard-safe.ecf -target wizard -finalize -c_compile -project_path tmp mkdir -p spec/$ISE_PLATFORM mv tmp/EIFGENs/wizard/F_code/wizard spec/$ISE_PLATFORM/wizard rm -rf tmp diff --git a/tools/install_ewf.bat b/tools/install_ewf.bat index ff75cdc2..8d345df9 100644 --- a/tools/install_ewf.bat +++ b/tools/install_ewf.bat @@ -64,7 +64,6 @@ echo Install library: ewf/wsf_html echo Install library: ewf/encoder %COPYCMD% %TMP_DIR%\library\text\encoder %TMP_CONTRIB_DIR%\library\web\framework\ewf\text\encoder - echo Install library: ewf/obsolete %COPYCMD% %TMP_DIR%\library\server\obsolete %TMP_CONTRIB_DIR%\library\web\framework\ewf\obsolete @@ -74,6 +73,15 @@ echo Install examples %COPYCMD% %TMP_DIR%\examples %TMP_CONTRIB_DIR%\examples\web\ewf %COPYCMD% %TMP_DIR%\precomp %TMP_CONTRIB_DIR%\examples\web\ewf_precomp +echo Install EWF wizard +%COPYCMD% %TMP_DIR%\tools\estudio_wizard %TMP_TARGET_DIR%\help\wizards\ewf +rename %TMP_TARGET_DIR%\help\wizards\ewf\install_ise_wizard.bat %TMP_TARGET_DIR%\help\wizards\ewf\install.bat +rename %TMP_TARGET_DIR%\help\wizards\ewf\install_ise_wizard.sh %TMP_TARGET_DIR%\help\wizards\ewf\install.sh +rename %TMP_TARGET_DIR%\help\wizards\ewf\ewf_ise_wizard-safe.ecf %TMP_TARGET_DIR%\help\wizards\ewf\wizard.ecf +rename %TMP_TARGET_DIR%\help\wizards\ewf\ewf_ise_console_wizard-safe.ecf %TMP_TARGET_DIR%\help\wizards\ewf\console_wizard.ecf +%SAFE_MD% %TMP_TARGET_DIR%\help\wizards\ewf\rootdir\pixmaps +%SAFE_MD% %TMP_TARGET_DIR%\help\wizards\ewf\rootdir\templates + echo Install library: error %COPYCMD% %TMP_DIR%\library\utility\general\error %TMP_CONTRIB_DIR%\library\utility\general\error echo Install library: http_client diff --git a/tools/uninstall_ewf.bat b/tools/uninstall_ewf.bat index c0b09777..6a3d2b86 100644 --- a/tools/uninstall_ewf.bat +++ b/tools/uninstall_ewf.bat @@ -48,6 +48,9 @@ echo Uninstall ewf examples %RDCMD% %TMP_CONTRIB_DIR%\examples\web\ewf %RDCMD% %TMP_CONTRIB_DIR%\examples\ewb\ewf_precomp +echo Uninstall ewf wizard +%RDCMD% %TMP_TARGET_DIR%\help\wizards\ewf + echo Uninstall library: error %RDCMD% %TMP_CONTRIB_DIR%\library\utility\general\error echo Uninstall library: http_client