Skip to content

Commit

Permalink
Build input for build I20240215-1800
Browse files Browse the repository at this point in the history
  • Loading branch information
Eclipse Releng Bot committed Feb 15, 2024
1 parent bf9db8e commit 4462634
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eclipse.platform
Submodule eclipse.platform updated 78 files
+1 −5 docs/FAQ/FAQ_Are_there_any_special_Eclipse_UI_guidelines.md
+0 −0 docs/FAQ/FAQ_Can_I_add_icons_declared_by_my_plugin_xml_in_the_runtime_JAR.md
+1 −1 docs/FAQ/FAQ_Can_I_create_an_application_that_doesn't_have_views_or_editors.md
+2 −4 docs/FAQ/FAQ_Can_I_get_my_documentation_in_PDF_form_please.md
+1 −1 docs/FAQ/FAQ_Can_I_use_an_installation_program_to_distribute_my_Eclipse_product.md
+3 −5 docs/FAQ/FAQ_Does_Eclipse_run_on_any_Linux_distribution.md
+2 −1 docs/FAQ/FAQ_How_can_I_generate_HTML_and_toc_xml_files.md
+3 −3 docs/FAQ/FAQ_How_can_I_publish_partial_upgrades_(patches)_to_my_product.md
+3 −2 docs/FAQ/FAQ_How_can_I_search_the_existing_list_of_bugs_in_Eclipse.md
+4 −4 docs/FAQ/FAQ_How_do_I_add_a_builder_to_a_given_project.md
+1 −1 docs/FAQ/FAQ_How_do_I_add_a_library_to_the_classpath_of_a_plug-in.md
+5 −7 docs/FAQ/FAQ_How_do_I_configure_an_Eclipse_Java_project_to_use_SWT.md
+9 −9 docs/FAQ/FAQ_How_do_I_create_a_dialog_with_a_details_area.md
+1 −1 docs/FAQ/FAQ_How_do_I_create_a_feature.md
+1 −3 docs/FAQ/FAQ_How_do_I_create_a_graphical_editor.md
+1 −3 docs/FAQ/FAQ_How_do_I_create_an_Outline_view_for_my_own_language_editor.md
+5 −5 docs/FAQ/FAQ_How_do_I_customize_the_menus_in_an_RCP_application.md
+14 −5 docs/FAQ/FAQ_How_do_I_display_a_Web_page_in_SWT.md
+1 −1 docs/FAQ/FAQ_How_do_I_find_all_the_plug-ins_that_contribute_to_my_extension_point.md
+11 −13 docs/FAQ/FAQ_How_do_I_find_out_what_view_or_editor_is_selected.md
+2 −3 docs/FAQ/FAQ_How_do_I_get_access_to_Eclipse_newsgroups.md
+1 −3 docs/FAQ/FAQ_How_do_I_get_started_with_creating_a_custom_text_editor.md
+2 −2 docs/FAQ/FAQ_How_do_I_implement_Quick_Fixes_for_my_own_language.md
+1 −1 docs/FAQ/FAQ_How_do_I_implement_an_incremental_project_builder.md
+40 −0 docs/FAQ/FAQ_How_do_I_increase_the_permgen_size_available_to_Eclipse.md
+2 −2 docs/FAQ/FAQ_How_do_I_launch_a_Java_program.md
+1 −1 docs/FAQ/FAQ_How_do_I_launch_the_preference_page_that_belongs_to_my_plug-in.md
+8 −8 docs/FAQ/FAQ_How_do_I_make_my_plug-in_dynamic_aware.md
+0 −0 docs/FAQ/FAQ_How_do_I_prevent_my_build_xml_file_from_being_overwritten.md
+0 −5 docs/FAQ/FAQ_How_do_I_prevent_my_plug-in_from_being_broken_when_I_update_Eclipse.md
+3 −5 docs/FAQ/FAQ_How_do_I_profile_my_Java_program.md
+3 −13 docs/FAQ/FAQ_How_do_I_prompt_the_user_to_select_a_file_or_a_directory.md
+1 −3 docs/FAQ/FAQ_How_do_I_propose_my_own_project.md
+0 −0 docs/FAQ/FAQ_How_do_I_save_settings_for_a_dialog_or_a_wizard.md
+16 −0 docs/FAQ/FAQ_How_do_I_show_or_hide_files_like_classpath_in_the_Navigator.md
+1 −3 docs/FAQ/FAQ_How_do_I_store_extra_properties_on_a_resource.md
+1 −3 docs/FAQ/FAQ_How_do_I_support_multiple_natural_languages_in_my_plug-in_messages.md
+1 −2 docs/FAQ/FAQ_How_do_I_switch_to_vi_or_emacs-style_key_bindings.md
+1 −1 docs/FAQ/FAQ_How_do_I_synchronize_versions_between_a_feature_and_its_plug-in(s).md
+6 −9 docs/FAQ/FAQ_How_do_I_upgrade_Eclipse.md
+6 −8 docs/FAQ/FAQ_How_do_I_write_an_editor_for_my_own_language.md
+7 −9 docs/FAQ/FAQ_How_do_I_write_to_the_console_from_a_plug-in.md
+1 −7 docs/FAQ/FAQ_How_is_Eclipse_licensed.md
+2 −2 docs/FAQ/FAQ_How_to_create_a_context_menu_and_add_actions_to_the_same.md
+0 −0 docs/FAQ/FAQ_Is_Eclipse_3.0_going_to_break_all_of_my_old_plug-ins.md
+16 −0 docs/FAQ/FAQ_Is_Eclipse_3_0_going_to_break_all_my_old_plug-ins.md
+22 −0 docs/FAQ/FAQ_My_runtime_workbench_runs,_but_my_plug-in_does_not_show._Why.md
+1 −1 docs/FAQ/FAQ_Pages_parts_sites_windows_What_is_all_this_stuff.md
+1 −1 docs/FAQ/FAQ_What_Eclipse_mailing_lists_are_available.md
+2 −8 docs/FAQ/FAQ_What_Eclipse_newsgroups_are_available.md
+2 −12 docs/FAQ/FAQ_What_Java_refactoring_support_is_available.md
+1 −3 docs/FAQ/FAQ_What_articles_on_Eclipse_have_been_written.md
+17 −17 docs/FAQ/FAQ_What_books_have_been_written_on_Eclipse.md
+2 −4 docs/FAQ/FAQ_What_is_a_JDOM.md
+2 −2 docs/FAQ/FAQ_What_is_a_Quick_Fix.md
+1 −1 docs/FAQ/FAQ_What_is_a_viewer.md
+1 −1 docs/FAQ/FAQ_What_is_a_wizard.md
+0 −6 docs/FAQ/FAQ_What_is_hot_code_replace.md
+5 −31 docs/FAQ/FAQ_What_is_new_in_Eclipse_3_0.md
+1 −1 docs/FAQ/FAQ_What_is_the_Eclipse_Foundation.md
+10 −12 docs/FAQ/FAQ_What_is_the_Java_model.md
+1 −1 docs/FAQ/FAQ_What_is_the_Update_Manager.md
+4 −6 docs/FAQ/FAQ_What_is_the_difference_between_a_path_and_a_location.md
+2 −1 docs/FAQ/FAQ_What_is_the_function_of_the_cvsignore_file.md
+0 −0 docs/FAQ/FAQ_What_is_the_plug-in_manifest_file_plugin_xml.md
+1 −1 docs/FAQ/FAQ_What_is_the_use_of_the_build_xml_file.md
+1 −7 docs/FAQ/FAQ_When_is_the_build_xml_script_executed.md
+4 −8 docs/FAQ/FAQ_Where_can_I_find_more_information_on_SWT.md
+0 −0 docs/FAQ/FAQ_Where_can_I_find_that_elusive_log_file.md
+1 −3 docs/FAQ/FAQ_Where_do_I_find_suitable_Eclipse_logos_and_wordmarks.md
+4 −6 docs/FAQ/FAQ_Where_do_I_get_and_install_Eclipse.md
+0 −0 docs/FAQ/FAQ_Where_does_System_out_and_System_err_output_go.md
+0 −8 docs/FAQ/FAQ_Who_uses_Eclipse_in_the_classroom.md
+1 −1 docs/FAQ/FAQ_Why_can't_my_Ant_build_find_javac.md
+14 −16 docs/FAQ/FAQ_Why_do_the_names_of_some_interfaces_end_with_the_digit_2.md
+8 −8 docs/FAQ/The_Official_Eclipse_FAQs.md
+1 −1 runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Platform.java
+12 −11 update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/ConfiguratorUtils.java

0 comments on commit 4462634

Please sign in to comment.