From b26504b4a1d3bb06b52c5b5e4c0e75e33d4c4407 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Thu, 5 Mar 2015 16:00:43 +0100 Subject: [PATCH] moved wizard from tools to helpers --- .../ise_wizard => helpers/estudio_wizard}/ewf_ise_wizard-safe.ecf | 0 .../ise_wizard => helpers/estudio_wizard}/install_ise_wizard.bat | 0 .../ise_wizard => helpers/estudio_wizard}/install_ise_wizard.sh | 0 .../lib/wizard/console/console_wizard_application.e | 0 .../estudio_wizard}/lib/wizard/console/console_wizard_page.e | 0 .../lib/wizard/console/items/console_wizard_boolean_question.e | 0 .../lib/wizard/console/items/console_wizard_directory_question.e | 0 .../lib/wizard/console/items/console_wizard_input_field.e | 0 .../lib/wizard/console/items/console_wizard_integer_question.e | 0 .../lib/wizard/console/items/console_wizard_question.e | 0 .../lib/wizard/console/items/console_wizard_string_question.e | 0 .../lib/wizard/core/page/items/wizard_boolean_question.e | 0 .../lib/wizard/core/page/items/wizard_directory_question.e | 0 .../lib/wizard/core/page/items/wizard_input_field.e | 0 .../lib/wizard/core/page/items/wizard_integer_question.e | 0 .../lib/wizard/core/page/items/wizard_page_section_item.e | 0 .../lib/wizard/core/page/items/wizard_page_text_item.e | 0 .../estudio_wizard}/lib/wizard/core/page/items/wizard_question.e | 0 .../lib/wizard/core/page/items/wizard_string_question.e | 0 .../estudio_wizard}/lib/wizard/core/page/wizard_data.e | 0 .../estudio_wizard}/lib/wizard/core/page/wizard_page.e | 0 .../estudio_wizard}/lib/wizard/core/page/wizard_page_data.e | 0 .../estudio_wizard}/lib/wizard/core/page/wizard_page_item.e | 0 .../lib/wizard/core/response/wizard_failed_response.e | 0 .../estudio_wizard}/lib/wizard/core/response/wizard_response.e | 0 .../lib/wizard/core/response/wizard_succeed_response.e | 0 .../estudio_wizard}/lib/wizard/core/wizard.e | 0 .../estudio_wizard}/lib/wizard/core/wizard_application.e | 0 .../estudio_wizard}/lib/wizard/core/wizard_generator.e | 0 .../estudio_wizard}/lib/wizard/core/wizard_layout.e | 0 .../estudio_wizard}/lib/wizard/estudio_console_wizard-safe.ecf | 0 .../estudio_wizard}/lib/wizard/estudio_gui_wizard-safe.ecf | 0 .../estudio_wizard}/lib/wizard/gui/graphical_wizard_application.e | 0 .../estudio_wizard}/lib/wizard/gui/graphical_wizard_page.e | 0 .../estudio_wizard}/lib/wizard/gui/graphical_wizard_page_item.e | 0 .../estudio_wizard}/lib/wizard/gui/graphical_wizard_styler.e | 0 .../estudio_wizard}/lib/wizard/gui/graphical_wizard_window.e | 0 .../lib/wizard/gui/items/graphical_wizard_boolean_question.e | 0 .../lib/wizard/gui/items/graphical_wizard_directory_question.e | 0 .../lib/wizard/gui/items/graphical_wizard_input_field.e | 0 .../lib/wizard/gui/items/graphical_wizard_integer_question.e | 0 .../lib/wizard/gui/items/graphical_wizard_page_widget.e | 0 .../lib/wizard/gui/items/graphical_wizard_question.e | 0 .../lib/wizard/gui/items/graphical_wizard_string_question.e | 0 {tools/ise_wizard => helpers/estudio_wizard}/rootdir/ewf.dsc | 0 .../estudio_wizard}/rootdir/resources/${APP_NAME}-safe.ecf | 0 .../estudio_wizard}/rootdir/resources/_vars.e | 0 .../estudio_wizard}/rootdir/resources/ewf.ini | 0 .../rootdir/resources/launcher/any/application_launcher_i.e | 0 .../rootdir/resources/launcher/application_launcher.e | 0 .../rootdir/resources/launcher/default/application_launcher_i.e | 0 .../estudio_wizard}/rootdir/resources/src/${APP_ROOT}.e | 0 .../estudio_wizard}/rootdir/resources/www/index.html | 0 .../ise_wizard => helpers/estudio_wizard}/rootdir_custom/ewf.dsc | 0 .../estudio_wizard}/rootdir_custom/install_ise_wizard_custom.bat | 0 .../estudio_wizard}/rootdir_custom/install_ise_wizard_custom.sh | 0 .../estudio_wizard}/rootdir_custom/resources/template.ecf | 0 .../estudio_wizard}/src/console/ewf_console_wizard_application.e | 0 {tools/ise_wizard => helpers/estudio_wizard}/src/ewf_wizard.e | 0 .../estudio_wizard}/src/ewf_wizard_generator.e | 0 .../estudio_wizard}/src/gui/ewf_graphical_wizard.e | 0 .../estudio_wizard}/src/gui/ewf_wizard_window.e | 0 .../estudio_wizard}/src/support/wizard_data_template_inspector.e | 0 .../src/support/wizard_page_data_template_inspector.e | 0 64 files changed, 0 insertions(+), 0 deletions(-) rename {tools/ise_wizard => helpers/estudio_wizard}/ewf_ise_wizard-safe.ecf (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/install_ise_wizard.bat (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/install_ise_wizard.sh (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/console/console_wizard_application.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/console/console_wizard_page.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/console/items/console_wizard_boolean_question.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/console/items/console_wizard_directory_question.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/console/items/console_wizard_input_field.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/console/items/console_wizard_integer_question.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/console/items/console_wizard_question.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/console/items/console_wizard_string_question.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/core/page/items/wizard_boolean_question.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/core/page/items/wizard_directory_question.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/core/page/items/wizard_input_field.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/core/page/items/wizard_integer_question.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/core/page/items/wizard_page_section_item.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/core/page/items/wizard_page_text_item.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/core/page/items/wizard_question.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/core/page/items/wizard_string_question.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/core/page/wizard_data.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/core/page/wizard_page.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/core/page/wizard_page_data.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/core/page/wizard_page_item.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/core/response/wizard_failed_response.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/core/response/wizard_response.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/core/response/wizard_succeed_response.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/core/wizard.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/core/wizard_application.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/core/wizard_generator.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/core/wizard_layout.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/estudio_console_wizard-safe.ecf (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/estudio_gui_wizard-safe.ecf (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/gui/graphical_wizard_application.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/gui/graphical_wizard_page.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/gui/graphical_wizard_page_item.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/gui/graphical_wizard_styler.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/gui/graphical_wizard_window.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/gui/items/graphical_wizard_boolean_question.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/gui/items/graphical_wizard_directory_question.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/gui/items/graphical_wizard_input_field.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/gui/items/graphical_wizard_integer_question.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/gui/items/graphical_wizard_page_widget.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/gui/items/graphical_wizard_question.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/lib/wizard/gui/items/graphical_wizard_string_question.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/rootdir/ewf.dsc (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/rootdir/resources/${APP_NAME}-safe.ecf (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/rootdir/resources/_vars.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/rootdir/resources/ewf.ini (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/rootdir/resources/launcher/any/application_launcher_i.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/rootdir/resources/launcher/application_launcher.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/rootdir/resources/launcher/default/application_launcher_i.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/rootdir/resources/src/${APP_ROOT}.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/rootdir/resources/www/index.html (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/rootdir_custom/ewf.dsc (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/rootdir_custom/install_ise_wizard_custom.bat (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/rootdir_custom/install_ise_wizard_custom.sh (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/rootdir_custom/resources/template.ecf (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/src/console/ewf_console_wizard_application.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/src/ewf_wizard.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/src/ewf_wizard_generator.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/src/gui/ewf_graphical_wizard.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/src/gui/ewf_wizard_window.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/src/support/wizard_data_template_inspector.e (100%) rename {tools/ise_wizard => helpers/estudio_wizard}/src/support/wizard_page_data_template_inspector.e (100%) diff --git a/tools/ise_wizard/ewf_ise_wizard-safe.ecf b/helpers/estudio_wizard/ewf_ise_wizard-safe.ecf similarity index 100% rename from tools/ise_wizard/ewf_ise_wizard-safe.ecf rename to helpers/estudio_wizard/ewf_ise_wizard-safe.ecf diff --git a/tools/ise_wizard/install_ise_wizard.bat b/helpers/estudio_wizard/install_ise_wizard.bat similarity index 100% rename from tools/ise_wizard/install_ise_wizard.bat rename to helpers/estudio_wizard/install_ise_wizard.bat diff --git a/tools/ise_wizard/install_ise_wizard.sh b/helpers/estudio_wizard/install_ise_wizard.sh similarity index 100% rename from tools/ise_wizard/install_ise_wizard.sh rename to helpers/estudio_wizard/install_ise_wizard.sh diff --git a/tools/ise_wizard/lib/wizard/console/console_wizard_application.e b/helpers/estudio_wizard/lib/wizard/console/console_wizard_application.e similarity index 100% rename from tools/ise_wizard/lib/wizard/console/console_wizard_application.e rename to helpers/estudio_wizard/lib/wizard/console/console_wizard_application.e diff --git a/tools/ise_wizard/lib/wizard/console/console_wizard_page.e b/helpers/estudio_wizard/lib/wizard/console/console_wizard_page.e similarity index 100% rename from tools/ise_wizard/lib/wizard/console/console_wizard_page.e rename to helpers/estudio_wizard/lib/wizard/console/console_wizard_page.e diff --git a/tools/ise_wizard/lib/wizard/console/items/console_wizard_boolean_question.e b/helpers/estudio_wizard/lib/wizard/console/items/console_wizard_boolean_question.e similarity index 100% rename from tools/ise_wizard/lib/wizard/console/items/console_wizard_boolean_question.e rename to helpers/estudio_wizard/lib/wizard/console/items/console_wizard_boolean_question.e diff --git a/tools/ise_wizard/lib/wizard/console/items/console_wizard_directory_question.e b/helpers/estudio_wizard/lib/wizard/console/items/console_wizard_directory_question.e similarity index 100% rename from tools/ise_wizard/lib/wizard/console/items/console_wizard_directory_question.e rename to helpers/estudio_wizard/lib/wizard/console/items/console_wizard_directory_question.e diff --git a/tools/ise_wizard/lib/wizard/console/items/console_wizard_input_field.e b/helpers/estudio_wizard/lib/wizard/console/items/console_wizard_input_field.e similarity index 100% rename from tools/ise_wizard/lib/wizard/console/items/console_wizard_input_field.e rename to helpers/estudio_wizard/lib/wizard/console/items/console_wizard_input_field.e diff --git a/tools/ise_wizard/lib/wizard/console/items/console_wizard_integer_question.e b/helpers/estudio_wizard/lib/wizard/console/items/console_wizard_integer_question.e similarity index 100% rename from tools/ise_wizard/lib/wizard/console/items/console_wizard_integer_question.e rename to helpers/estudio_wizard/lib/wizard/console/items/console_wizard_integer_question.e diff --git a/tools/ise_wizard/lib/wizard/console/items/console_wizard_question.e b/helpers/estudio_wizard/lib/wizard/console/items/console_wizard_question.e similarity index 100% rename from tools/ise_wizard/lib/wizard/console/items/console_wizard_question.e rename to helpers/estudio_wizard/lib/wizard/console/items/console_wizard_question.e diff --git a/tools/ise_wizard/lib/wizard/console/items/console_wizard_string_question.e b/helpers/estudio_wizard/lib/wizard/console/items/console_wizard_string_question.e similarity index 100% rename from tools/ise_wizard/lib/wizard/console/items/console_wizard_string_question.e rename to helpers/estudio_wizard/lib/wizard/console/items/console_wizard_string_question.e diff --git a/tools/ise_wizard/lib/wizard/core/page/items/wizard_boolean_question.e b/helpers/estudio_wizard/lib/wizard/core/page/items/wizard_boolean_question.e similarity index 100% rename from tools/ise_wizard/lib/wizard/core/page/items/wizard_boolean_question.e rename to helpers/estudio_wizard/lib/wizard/core/page/items/wizard_boolean_question.e diff --git a/tools/ise_wizard/lib/wizard/core/page/items/wizard_directory_question.e b/helpers/estudio_wizard/lib/wizard/core/page/items/wizard_directory_question.e similarity index 100% rename from tools/ise_wizard/lib/wizard/core/page/items/wizard_directory_question.e rename to helpers/estudio_wizard/lib/wizard/core/page/items/wizard_directory_question.e diff --git a/tools/ise_wizard/lib/wizard/core/page/items/wizard_input_field.e b/helpers/estudio_wizard/lib/wizard/core/page/items/wizard_input_field.e similarity index 100% rename from tools/ise_wizard/lib/wizard/core/page/items/wizard_input_field.e rename to helpers/estudio_wizard/lib/wizard/core/page/items/wizard_input_field.e diff --git a/tools/ise_wizard/lib/wizard/core/page/items/wizard_integer_question.e b/helpers/estudio_wizard/lib/wizard/core/page/items/wizard_integer_question.e similarity index 100% rename from tools/ise_wizard/lib/wizard/core/page/items/wizard_integer_question.e rename to helpers/estudio_wizard/lib/wizard/core/page/items/wizard_integer_question.e diff --git a/tools/ise_wizard/lib/wizard/core/page/items/wizard_page_section_item.e b/helpers/estudio_wizard/lib/wizard/core/page/items/wizard_page_section_item.e similarity index 100% rename from tools/ise_wizard/lib/wizard/core/page/items/wizard_page_section_item.e rename to helpers/estudio_wizard/lib/wizard/core/page/items/wizard_page_section_item.e diff --git a/tools/ise_wizard/lib/wizard/core/page/items/wizard_page_text_item.e b/helpers/estudio_wizard/lib/wizard/core/page/items/wizard_page_text_item.e similarity index 100% rename from tools/ise_wizard/lib/wizard/core/page/items/wizard_page_text_item.e rename to helpers/estudio_wizard/lib/wizard/core/page/items/wizard_page_text_item.e diff --git a/tools/ise_wizard/lib/wizard/core/page/items/wizard_question.e b/helpers/estudio_wizard/lib/wizard/core/page/items/wizard_question.e similarity index 100% rename from tools/ise_wizard/lib/wizard/core/page/items/wizard_question.e rename to helpers/estudio_wizard/lib/wizard/core/page/items/wizard_question.e diff --git a/tools/ise_wizard/lib/wizard/core/page/items/wizard_string_question.e b/helpers/estudio_wizard/lib/wizard/core/page/items/wizard_string_question.e similarity index 100% rename from tools/ise_wizard/lib/wizard/core/page/items/wizard_string_question.e rename to helpers/estudio_wizard/lib/wizard/core/page/items/wizard_string_question.e diff --git a/tools/ise_wizard/lib/wizard/core/page/wizard_data.e b/helpers/estudio_wizard/lib/wizard/core/page/wizard_data.e similarity index 100% rename from tools/ise_wizard/lib/wizard/core/page/wizard_data.e rename to helpers/estudio_wizard/lib/wizard/core/page/wizard_data.e diff --git a/tools/ise_wizard/lib/wizard/core/page/wizard_page.e b/helpers/estudio_wizard/lib/wizard/core/page/wizard_page.e similarity index 100% rename from tools/ise_wizard/lib/wizard/core/page/wizard_page.e rename to helpers/estudio_wizard/lib/wizard/core/page/wizard_page.e diff --git a/tools/ise_wizard/lib/wizard/core/page/wizard_page_data.e b/helpers/estudio_wizard/lib/wizard/core/page/wizard_page_data.e similarity index 100% rename from tools/ise_wizard/lib/wizard/core/page/wizard_page_data.e rename to helpers/estudio_wizard/lib/wizard/core/page/wizard_page_data.e diff --git a/tools/ise_wizard/lib/wizard/core/page/wizard_page_item.e b/helpers/estudio_wizard/lib/wizard/core/page/wizard_page_item.e similarity index 100% rename from tools/ise_wizard/lib/wizard/core/page/wizard_page_item.e rename to helpers/estudio_wizard/lib/wizard/core/page/wizard_page_item.e diff --git a/tools/ise_wizard/lib/wizard/core/response/wizard_failed_response.e b/helpers/estudio_wizard/lib/wizard/core/response/wizard_failed_response.e similarity index 100% rename from tools/ise_wizard/lib/wizard/core/response/wizard_failed_response.e rename to helpers/estudio_wizard/lib/wizard/core/response/wizard_failed_response.e diff --git a/tools/ise_wizard/lib/wizard/core/response/wizard_response.e b/helpers/estudio_wizard/lib/wizard/core/response/wizard_response.e similarity index 100% rename from tools/ise_wizard/lib/wizard/core/response/wizard_response.e rename to helpers/estudio_wizard/lib/wizard/core/response/wizard_response.e diff --git a/tools/ise_wizard/lib/wizard/core/response/wizard_succeed_response.e b/helpers/estudio_wizard/lib/wizard/core/response/wizard_succeed_response.e similarity index 100% rename from tools/ise_wizard/lib/wizard/core/response/wizard_succeed_response.e rename to helpers/estudio_wizard/lib/wizard/core/response/wizard_succeed_response.e diff --git a/tools/ise_wizard/lib/wizard/core/wizard.e b/helpers/estudio_wizard/lib/wizard/core/wizard.e similarity index 100% rename from tools/ise_wizard/lib/wizard/core/wizard.e rename to helpers/estudio_wizard/lib/wizard/core/wizard.e diff --git a/tools/ise_wizard/lib/wizard/core/wizard_application.e b/helpers/estudio_wizard/lib/wizard/core/wizard_application.e similarity index 100% rename from tools/ise_wizard/lib/wizard/core/wizard_application.e rename to helpers/estudio_wizard/lib/wizard/core/wizard_application.e diff --git a/tools/ise_wizard/lib/wizard/core/wizard_generator.e b/helpers/estudio_wizard/lib/wizard/core/wizard_generator.e similarity index 100% rename from tools/ise_wizard/lib/wizard/core/wizard_generator.e rename to helpers/estudio_wizard/lib/wizard/core/wizard_generator.e diff --git a/tools/ise_wizard/lib/wizard/core/wizard_layout.e b/helpers/estudio_wizard/lib/wizard/core/wizard_layout.e similarity index 100% rename from tools/ise_wizard/lib/wizard/core/wizard_layout.e rename to helpers/estudio_wizard/lib/wizard/core/wizard_layout.e diff --git a/tools/ise_wizard/lib/wizard/estudio_console_wizard-safe.ecf b/helpers/estudio_wizard/lib/wizard/estudio_console_wizard-safe.ecf similarity index 100% rename from tools/ise_wizard/lib/wizard/estudio_console_wizard-safe.ecf rename to helpers/estudio_wizard/lib/wizard/estudio_console_wizard-safe.ecf diff --git a/tools/ise_wizard/lib/wizard/estudio_gui_wizard-safe.ecf b/helpers/estudio_wizard/lib/wizard/estudio_gui_wizard-safe.ecf similarity index 100% rename from tools/ise_wizard/lib/wizard/estudio_gui_wizard-safe.ecf rename to helpers/estudio_wizard/lib/wizard/estudio_gui_wizard-safe.ecf diff --git a/tools/ise_wizard/lib/wizard/gui/graphical_wizard_application.e b/helpers/estudio_wizard/lib/wizard/gui/graphical_wizard_application.e similarity index 100% rename from tools/ise_wizard/lib/wizard/gui/graphical_wizard_application.e rename to helpers/estudio_wizard/lib/wizard/gui/graphical_wizard_application.e diff --git a/tools/ise_wizard/lib/wizard/gui/graphical_wizard_page.e b/helpers/estudio_wizard/lib/wizard/gui/graphical_wizard_page.e similarity index 100% rename from tools/ise_wizard/lib/wizard/gui/graphical_wizard_page.e rename to helpers/estudio_wizard/lib/wizard/gui/graphical_wizard_page.e diff --git a/tools/ise_wizard/lib/wizard/gui/graphical_wizard_page_item.e b/helpers/estudio_wizard/lib/wizard/gui/graphical_wizard_page_item.e similarity index 100% rename from tools/ise_wizard/lib/wizard/gui/graphical_wizard_page_item.e rename to helpers/estudio_wizard/lib/wizard/gui/graphical_wizard_page_item.e diff --git a/tools/ise_wizard/lib/wizard/gui/graphical_wizard_styler.e b/helpers/estudio_wizard/lib/wizard/gui/graphical_wizard_styler.e similarity index 100% rename from tools/ise_wizard/lib/wizard/gui/graphical_wizard_styler.e rename to helpers/estudio_wizard/lib/wizard/gui/graphical_wizard_styler.e diff --git a/tools/ise_wizard/lib/wizard/gui/graphical_wizard_window.e b/helpers/estudio_wizard/lib/wizard/gui/graphical_wizard_window.e similarity index 100% rename from tools/ise_wizard/lib/wizard/gui/graphical_wizard_window.e rename to helpers/estudio_wizard/lib/wizard/gui/graphical_wizard_window.e diff --git a/tools/ise_wizard/lib/wizard/gui/items/graphical_wizard_boolean_question.e b/helpers/estudio_wizard/lib/wizard/gui/items/graphical_wizard_boolean_question.e similarity index 100% rename from tools/ise_wizard/lib/wizard/gui/items/graphical_wizard_boolean_question.e rename to helpers/estudio_wizard/lib/wizard/gui/items/graphical_wizard_boolean_question.e diff --git a/tools/ise_wizard/lib/wizard/gui/items/graphical_wizard_directory_question.e b/helpers/estudio_wizard/lib/wizard/gui/items/graphical_wizard_directory_question.e similarity index 100% rename from tools/ise_wizard/lib/wizard/gui/items/graphical_wizard_directory_question.e rename to helpers/estudio_wizard/lib/wizard/gui/items/graphical_wizard_directory_question.e diff --git a/tools/ise_wizard/lib/wizard/gui/items/graphical_wizard_input_field.e b/helpers/estudio_wizard/lib/wizard/gui/items/graphical_wizard_input_field.e similarity index 100% rename from tools/ise_wizard/lib/wizard/gui/items/graphical_wizard_input_field.e rename to helpers/estudio_wizard/lib/wizard/gui/items/graphical_wizard_input_field.e diff --git a/tools/ise_wizard/lib/wizard/gui/items/graphical_wizard_integer_question.e b/helpers/estudio_wizard/lib/wizard/gui/items/graphical_wizard_integer_question.e similarity index 100% rename from tools/ise_wizard/lib/wizard/gui/items/graphical_wizard_integer_question.e rename to helpers/estudio_wizard/lib/wizard/gui/items/graphical_wizard_integer_question.e diff --git a/tools/ise_wizard/lib/wizard/gui/items/graphical_wizard_page_widget.e b/helpers/estudio_wizard/lib/wizard/gui/items/graphical_wizard_page_widget.e similarity index 100% rename from tools/ise_wizard/lib/wizard/gui/items/graphical_wizard_page_widget.e rename to helpers/estudio_wizard/lib/wizard/gui/items/graphical_wizard_page_widget.e diff --git a/tools/ise_wizard/lib/wizard/gui/items/graphical_wizard_question.e b/helpers/estudio_wizard/lib/wizard/gui/items/graphical_wizard_question.e similarity index 100% rename from tools/ise_wizard/lib/wizard/gui/items/graphical_wizard_question.e rename to helpers/estudio_wizard/lib/wizard/gui/items/graphical_wizard_question.e diff --git a/tools/ise_wizard/lib/wizard/gui/items/graphical_wizard_string_question.e b/helpers/estudio_wizard/lib/wizard/gui/items/graphical_wizard_string_question.e similarity index 100% rename from tools/ise_wizard/lib/wizard/gui/items/graphical_wizard_string_question.e rename to helpers/estudio_wizard/lib/wizard/gui/items/graphical_wizard_string_question.e diff --git a/tools/ise_wizard/rootdir/ewf.dsc b/helpers/estudio_wizard/rootdir/ewf.dsc similarity index 100% rename from tools/ise_wizard/rootdir/ewf.dsc rename to helpers/estudio_wizard/rootdir/ewf.dsc diff --git a/tools/ise_wizard/rootdir/resources/${APP_NAME}-safe.ecf b/helpers/estudio_wizard/rootdir/resources/${APP_NAME}-safe.ecf similarity index 100% rename from tools/ise_wizard/rootdir/resources/${APP_NAME}-safe.ecf rename to helpers/estudio_wizard/rootdir/resources/${APP_NAME}-safe.ecf diff --git a/tools/ise_wizard/rootdir/resources/_vars.e b/helpers/estudio_wizard/rootdir/resources/_vars.e similarity index 100% rename from tools/ise_wizard/rootdir/resources/_vars.e rename to helpers/estudio_wizard/rootdir/resources/_vars.e diff --git a/tools/ise_wizard/rootdir/resources/ewf.ini b/helpers/estudio_wizard/rootdir/resources/ewf.ini similarity index 100% rename from tools/ise_wizard/rootdir/resources/ewf.ini rename to helpers/estudio_wizard/rootdir/resources/ewf.ini diff --git a/tools/ise_wizard/rootdir/resources/launcher/any/application_launcher_i.e b/helpers/estudio_wizard/rootdir/resources/launcher/any/application_launcher_i.e similarity index 100% rename from tools/ise_wizard/rootdir/resources/launcher/any/application_launcher_i.e rename to helpers/estudio_wizard/rootdir/resources/launcher/any/application_launcher_i.e diff --git a/tools/ise_wizard/rootdir/resources/launcher/application_launcher.e b/helpers/estudio_wizard/rootdir/resources/launcher/application_launcher.e similarity index 100% rename from tools/ise_wizard/rootdir/resources/launcher/application_launcher.e rename to helpers/estudio_wizard/rootdir/resources/launcher/application_launcher.e diff --git a/tools/ise_wizard/rootdir/resources/launcher/default/application_launcher_i.e b/helpers/estudio_wizard/rootdir/resources/launcher/default/application_launcher_i.e similarity index 100% rename from tools/ise_wizard/rootdir/resources/launcher/default/application_launcher_i.e rename to helpers/estudio_wizard/rootdir/resources/launcher/default/application_launcher_i.e diff --git a/tools/ise_wizard/rootdir/resources/src/${APP_ROOT}.e b/helpers/estudio_wizard/rootdir/resources/src/${APP_ROOT}.e similarity index 100% rename from tools/ise_wizard/rootdir/resources/src/${APP_ROOT}.e rename to helpers/estudio_wizard/rootdir/resources/src/${APP_ROOT}.e diff --git a/tools/ise_wizard/rootdir/resources/www/index.html b/helpers/estudio_wizard/rootdir/resources/www/index.html similarity index 100% rename from tools/ise_wizard/rootdir/resources/www/index.html rename to helpers/estudio_wizard/rootdir/resources/www/index.html diff --git a/tools/ise_wizard/rootdir_custom/ewf.dsc b/helpers/estudio_wizard/rootdir_custom/ewf.dsc similarity index 100% rename from tools/ise_wizard/rootdir_custom/ewf.dsc rename to helpers/estudio_wizard/rootdir_custom/ewf.dsc diff --git a/tools/ise_wizard/rootdir_custom/install_ise_wizard_custom.bat b/helpers/estudio_wizard/rootdir_custom/install_ise_wizard_custom.bat similarity index 100% rename from tools/ise_wizard/rootdir_custom/install_ise_wizard_custom.bat rename to helpers/estudio_wizard/rootdir_custom/install_ise_wizard_custom.bat diff --git a/tools/ise_wizard/rootdir_custom/install_ise_wizard_custom.sh b/helpers/estudio_wizard/rootdir_custom/install_ise_wizard_custom.sh similarity index 100% rename from tools/ise_wizard/rootdir_custom/install_ise_wizard_custom.sh rename to helpers/estudio_wizard/rootdir_custom/install_ise_wizard_custom.sh diff --git a/tools/ise_wizard/rootdir_custom/resources/template.ecf b/helpers/estudio_wizard/rootdir_custom/resources/template.ecf similarity index 100% rename from tools/ise_wizard/rootdir_custom/resources/template.ecf rename to helpers/estudio_wizard/rootdir_custom/resources/template.ecf diff --git a/tools/ise_wizard/src/console/ewf_console_wizard_application.e b/helpers/estudio_wizard/src/console/ewf_console_wizard_application.e similarity index 100% rename from tools/ise_wizard/src/console/ewf_console_wizard_application.e rename to helpers/estudio_wizard/src/console/ewf_console_wizard_application.e diff --git a/tools/ise_wizard/src/ewf_wizard.e b/helpers/estudio_wizard/src/ewf_wizard.e similarity index 100% rename from tools/ise_wizard/src/ewf_wizard.e rename to helpers/estudio_wizard/src/ewf_wizard.e diff --git a/tools/ise_wizard/src/ewf_wizard_generator.e b/helpers/estudio_wizard/src/ewf_wizard_generator.e similarity index 100% rename from tools/ise_wizard/src/ewf_wizard_generator.e rename to helpers/estudio_wizard/src/ewf_wizard_generator.e diff --git a/tools/ise_wizard/src/gui/ewf_graphical_wizard.e b/helpers/estudio_wizard/src/gui/ewf_graphical_wizard.e similarity index 100% rename from tools/ise_wizard/src/gui/ewf_graphical_wizard.e rename to helpers/estudio_wizard/src/gui/ewf_graphical_wizard.e diff --git a/tools/ise_wizard/src/gui/ewf_wizard_window.e b/helpers/estudio_wizard/src/gui/ewf_wizard_window.e similarity index 100% rename from tools/ise_wizard/src/gui/ewf_wizard_window.e rename to helpers/estudio_wizard/src/gui/ewf_wizard_window.e diff --git a/tools/ise_wizard/src/support/wizard_data_template_inspector.e b/helpers/estudio_wizard/src/support/wizard_data_template_inspector.e similarity index 100% rename from tools/ise_wizard/src/support/wizard_data_template_inspector.e rename to helpers/estudio_wizard/src/support/wizard_data_template_inspector.e diff --git a/tools/ise_wizard/src/support/wizard_page_data_template_inspector.e b/helpers/estudio_wizard/src/support/wizard_page_data_template_inspector.e similarity index 100% rename from tools/ise_wizard/src/support/wizard_page_data_template_inspector.e rename to helpers/estudio_wizard/src/support/wizard_page_data_template_inspector.e