Skip to content
Commits on Source (3)
......@@ -11,3 +11,4 @@ Snap.*
# maven
/*/target/
.DS_Store
eclipse-platform-ua (4.12-1) unstable; urgency=medium
* New upstream release
-- Emmanuel Bourg <ebourg@apache.org> Wed, 17 Jul 2019 13:01:55 +0200
eclipse-platform-ua (4.11-1) unstable; urgency=medium
* New upstream release
......
......@@ -99,7 +99,12 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
org.eclipse.jdt.core.compiler.source=1.8
org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false
org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
org.eclipse.jdt.core.formatter.align_variable_declarations_on_columns=false
org.eclipse.jdt.core.formatter.align_with_spaces=false
org.eclipse.jdt.core.formatter.alignment_for_additive_operator=16
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
......@@ -108,21 +113,34 @@ org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
org.eclipse.jdt.core.formatter.alignment_for_assignment=0
org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
org.eclipse.jdt.core.formatter.alignment_for_bitwise_operator=16
org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
org.eclipse.jdt.core.formatter.alignment_for_compact_loops=16
org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0
org.eclipse.jdt.core.formatter.alignment_for_conditional_expression_chain=0
org.eclipse.jdt.core.formatter.alignment_for_enum_constants=16
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header=0
org.eclipse.jdt.core.formatter.alignment_for_logical_operator=16
org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0
org.eclipse.jdt.core.formatter.alignment_for_module_statements=16
org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator=16
org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references=0
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16
org.eclipse.jdt.core.formatter.alignment_for_relational_operator=0
org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80
org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16
org.eclipse.jdt.core.formatter.alignment_for_shift_operator=0
org.eclipse.jdt.core.formatter.alignment_for_string_concatenation=16
org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16
org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16
org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16
org.eclipse.jdt.core.formatter.alignment_for_type_arguments=0
org.eclipse.jdt.core.formatter.alignment_for_type_parameters=0
org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16
org.eclipse.jdt.core.formatter.blank_lines_after_imports=1
org.eclipse.jdt.core.formatter.blank_lines_after_package=1
......@@ -147,9 +165,12 @@ org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=end_of_line
org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line
org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line
org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line
org.eclipse.jdt.core.formatter.comment.align_tags_descriptions_grouped=true
org.eclipse.jdt.core.formatter.comment.align_tags_names_descriptions=false
org.eclipse.jdt.core.formatter.comment.clear_blank_lines=false
org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false
org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false
org.eclipse.jdt.core.formatter.comment.count_line_length_from_starting_position=true
org.eclipse.jdt.core.formatter.comment.format_block_comments=true
org.eclipse.jdt.core.formatter.comment.format_comments=true
org.eclipse.jdt.core.formatter.comment.format_header=false
......@@ -157,10 +178,11 @@ org.eclipse.jdt.core.formatter.comment.format_html=true
org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true
org.eclipse.jdt.core.formatter.comment.format_line_comments=true
org.eclipse.jdt.core.formatter.comment.format_source_code=true
org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true
org.eclipse.jdt.core.formatter.comment.indent_root_tags=true
org.eclipse.jdt.core.formatter.comment.indent_parameter_description=false
org.eclipse.jdt.core.formatter.comment.indent_root_tags=false
org.eclipse.jdt.core.formatter.comment.indent_tag_description=false
org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert
org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert
org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert
org.eclipse.jdt.core.formatter.comment.line_length=80
org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true
org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true
......@@ -171,7 +193,7 @@ org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2
org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off
org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on
org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false
org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true
org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=false
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true
......@@ -183,6 +205,7 @@ org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false
org.eclipse.jdt.core.formatter.indentation.size=4
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant=insert
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert
......@@ -205,11 +228,13 @@ org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert
org.eclipse.jdt.core.formatter.insert_space_after_additive_operator=insert
org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert
org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert
org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert
org.eclipse.jdt.core.formatter.insert_space_after_bitwise_operator=insert
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=do not insert
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert
org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert
......@@ -240,6 +265,8 @@ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert
org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert
org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow=insert
org.eclipse.jdt.core.formatter.insert_space_after_logical_operator=insert
org.eclipse.jdt.core.formatter.insert_space_after_multiplicative_operator=insert
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert
......@@ -264,13 +291,18 @@ org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert
org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert
org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert
org.eclipse.jdt.core.formatter.insert_space_after_relational_operator=insert
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert
org.eclipse.jdt.core.formatter.insert_space_after_shift_operator=insert
org.eclipse.jdt.core.formatter.insert_space_after_string_concatenation=insert
org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_additive_operator=insert
org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert
org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert
org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert
org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert
org.eclipse.jdt.core.formatter.insert_space_before_bitwise_operator=insert
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert
......@@ -318,6 +350,8 @@ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do no
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert
org.eclipse.jdt.core.formatter.insert_space_before_logical_operator=insert
org.eclipse.jdt.core.formatter.insert_space_before_multiplicative_operator=insert
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert
......@@ -354,9 +388,12 @@ org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not inser
org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert
org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_relational_operator=insert
org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_shift_operator=insert
org.eclipse.jdt.core.formatter.insert_space_before_string_concatenation=insert
org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert
org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert
org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert
......@@ -368,21 +405,54 @@ org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_decla
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert
org.eclipse.jdt.core.formatter.join_lines_in_comments=true
org.eclipse.jdt.core.formatter.join_wrapped_lines=true
org.eclipse.jdt.core.formatter.keep_annotation_declaration_on_one_line=one_line_never
org.eclipse.jdt.core.formatter.keep_anonymous_type_declaration_on_one_line=one_line_never
org.eclipse.jdt.core.formatter.keep_code_block_on_one_line=one_line_never
org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false
org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false
org.eclipse.jdt.core.formatter.keep_enum_constant_declaration_on_one_line=one_line_never
org.eclipse.jdt.core.formatter.keep_enum_declaration_on_one_line=one_line_never
org.eclipse.jdt.core.formatter.keep_if_then_body_block_on_one_line=one_line_never
org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false
org.eclipse.jdt.core.formatter.keep_lambda_body_block_on_one_line=one_line_never
org.eclipse.jdt.core.formatter.keep_loop_body_block_on_one_line=one_line_never
org.eclipse.jdt.core.formatter.keep_method_body_on_one_line=one_line_never
org.eclipse.jdt.core.formatter.keep_simple_do_while_body_on_same_line=false
org.eclipse.jdt.core.formatter.keep_simple_for_body_on_same_line=false
org.eclipse.jdt.core.formatter.keep_simple_getter_setter_on_one_line=false
org.eclipse.jdt.core.formatter.keep_simple_while_body_on_same_line=false
org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false
org.eclipse.jdt.core.formatter.keep_type_declaration_on_one_line=one_line_never
org.eclipse.jdt.core.formatter.lineSplit=120
org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false
org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false
org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0
org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1
org.eclipse.jdt.core.formatter.parentheses_positions_in_annotation=common_lines
org.eclipse.jdt.core.formatter.parentheses_positions_in_catch_clause=common_lines
org.eclipse.jdt.core.formatter.parentheses_positions_in_enum_constant_declaration=common_lines
org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment=common_lines
org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement=common_lines
org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration=common_lines
org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration=common_lines
org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation=common_lines
org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement=common_lines
org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause=common_lines
org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true
org.eclipse.jdt.core.formatter.tabulation.char=tab
org.eclipse.jdt.core.formatter.tabulation.size=4
org.eclipse.jdt.core.formatter.use_on_off_tags=false
org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
org.eclipse.jdt.core.formatter.wrap_before_additive_operator=true
org.eclipse.jdt.core.formatter.wrap_before_assignment_operator=false
org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
org.eclipse.jdt.core.formatter.wrap_before_bitwise_operator=true
org.eclipse.jdt.core.formatter.wrap_before_conditional_operator=true
org.eclipse.jdt.core.formatter.wrap_before_logical_operator=true
org.eclipse.jdt.core.formatter.wrap_before_multiplicative_operator=true
org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true
org.eclipse.jdt.core.formatter.wrap_before_relational_operator=true
org.eclipse.jdt.core.formatter.wrap_before_shift_operator=true
org.eclipse.jdt.core.formatter.wrap_before_string_concatenation=true
org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true
org.eclipse.jdt.core.javaFormatter=org.eclipse.jdt.core.defaultJavaFormatter
eclipse.preferences.version=1
editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
formatter_profile=org.eclipse.jdt.ui.default.eclipse_profile
formatter_settings_version=12
formatter_settings_version=16
internal.default.compliance=default
sp_cleanup.add_default_serial_version_id=true
sp_cleanup.add_generated_serial_version_id=false
......
......@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %help_base_plugin_name
Bundle-SymbolicName: org.eclipse.help.base; singleton:=true
Bundle-Version: 4.2.500.qualifier
Bundle-Version: 4.2.600.qualifier
Bundle-Activator: org.eclipse.help.internal.base.HelpBasePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
......@@ -44,9 +44,9 @@ Require-Bundle: org.eclipse.ant.core;bundle-version="[3.2.200,4.0.0)";resolution
org.eclipse.help;bundle-version="[3.5.0,4.0.0)";visibility:=reexport,
org.eclipse.core.expressions;bundle-version="[3.4.200,4.0.0)",
org.eclipse.core.net;bundle-version="[1.2.200,2.0.0]",
org.apache.lucene.analyzers-common;bundle-version="[7.0.0,8.0.0)",
org.apache.lucene.core;bundle-version="[7.0.0,8.0.0)",
org.apache.lucene.analyzers-smartcn;bundle-version="[7.0.0,8.0.0)"
org.apache.lucene.analyzers-common;bundle-version="[8.0.0,9.0.0)",
org.apache.lucene.core;bundle-version="[8.0.0,9.0.0)",
org.apache.lucene.analyzers-smartcn;bundle-version="[8.0.0,9.0.0)"
Import-Package: com.ibm.icu.text,
org.eclipse.equinox.http.jetty;resolution:=optional
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
......
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="toc_obj.svg">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4259"
id="linearGradient4265"
x1="24.120523"
y1="1050.0033"
x2="24.120523"
y2="1040.597"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient4259">
<stop
style="stop-color:#dfe9f8;stop-opacity:1"
offset="0"
id="stop4261" />
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="1"
id="stop4263" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4185"
id="linearGradient4191"
x1="22.993999"
y1="1063.8751"
x2="22.993999"
y2="1052.5172"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-12.561868)" />
<linearGradient
inkscape:collect="always"
id="linearGradient4185">
<stop
style="stop-color:#525f71;stop-opacity:1"
offset="0"
id="stop4187" />
<stop
style="stop-color:#928d6e;stop-opacity:1"
offset="1"
id="stop4189" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4193"
id="linearGradient4199"
x1="21.093748"
y1="1039.2216"
x2="21.093748"
y2="1048.3466"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient4193">
<stop
style="stop-color:#958e6c;stop-opacity:1;"
offset="0"
id="stop4195" />
<stop
style="stop-color:#536071;stop-opacity:1"
offset="1"
id="stop4197" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="143.92411"
inkscape:cy="-16.55322"
inkscape:document-units="px"
inkscape:current-layer="g4274"
showgrid="false"
inkscape:window-width="1440"
inkscape:window-height="900"
inkscape:window-x="781"
inkscape:window-y="423"
inkscape:window-maximized="0"
showguides="true"
inkscape:guide-bbox="true"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid3999" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
style="display:inline"
transform="translate(0,-1036.3622)">
<g
id="g4274"
transform="translate(-14.156249,0.03125)">
<g
style="display:inline"
id="g4201"
transform="translate(11.968749,-1.5211072e-7)">
<g
id="g4254"
transform="translate(-11.937499,0)">
<rect
style="opacity:1;fill:url(#linearGradient4265);fill-opacity:1;stroke:url(#linearGradient4191);stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect4183"
width="9.0049677"
height="11.010238"
x="18.627449"
y="1039.8192" />
<path
style="display:inline;fill:#7aace7;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4199);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 17.656249,1039.1123 8.031249,-2.125 0,11.0312 -8.062499,2.125 z"
id="path4156"
inkscape:connector-curvature="0" />
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#958e6c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 19.643305,1041.6966 4.016734,-0.7459 -0.0221,2.3242 -4.014839,0.7291 z"
id="path4181"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
</g>
</g>
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.48.0 r9654"
sodipodi:docname="synced.svg"
inkscape:export-filename="C:\Users\jmietling\Documents\rect3997-9-1.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient4883">
<stop
style="stop-color:#bd8416;stop-opacity:1;"
offset="0"
id="stop4885" />
<stop
style="stop-color:#aa6f10;stop-opacity:1"
offset="1"
id="stop4887" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient5103">
<stop
style="stop-color:#fefdef;stop-opacity:1"
offset="0"
id="stop5105" />
<stop
style="stop-color:#fce69e;stop-opacity:1"
offset="1"
id="stop5107" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5103"
id="linearGradient5109"
x1="11.906143"
y1="1042.3622"
x2="11.906143"
y2="1047.2684"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-1,2.9999502)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4883"
id="linearGradient4889"
x1="11"
y1="1043.3622"
x2="11"
y2="1052.3622"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4883-7"
id="linearGradient4889-1"
x1="11"
y1="1043.3622"
x2="11"
y2="1052.3622"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-1,0,0,1,15.987978,-7)" />
<linearGradient
inkscape:collect="always"
id="linearGradient4883-7">
<stop
style="stop-color:#bd8416;stop-opacity:1;"
offset="0"
id="stop4885-4" />
<stop
style="stop-color:#aa6f10;stop-opacity:1"
offset="1"
id="stop4887-0" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient5103-4">
<stop
style="stop-color:#fefdef;stop-opacity:1"
offset="0"
id="stop5105-8" />
<stop
style="stop-color:#fce69e;stop-opacity:1"
offset="1"
id="stop5107-8" />
</linearGradient>
<linearGradient
y2="1047.2684"
x2="11.906143"
y1="1042.3622"
x1="11.906143"
gradientTransform="matrix(-1,0,0,1,16.987978,-4)"
gradientUnits="userSpaceOnUse"
id="linearGradient4911"
xlink:href="#linearGradient5103-4"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.999999"
inkscape:cx="16.638127"
inkscape:cy="5.0891236"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:window-width="1241"
inkscape:window-height="814"
inkscape:window-x="1124"
inkscape:window-y="592"
inkscape:window-maximized="0"
showguides="true"
inkscape:guide-bbox="true"
inkscape:snap-global="true">
<inkscape:grid
type="xygrid"
id="grid3999"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
style="display:inline"
transform="translate(0,-1036.3622)">
<path
style="fill:url(#linearGradient5109);fill-opacity:1;stroke:none;display:inline"
d="m 4,1047.3622 0,1 7,0 0,3 3.999893,-3.5 -3.999893,-3.5 0,3 z"
id="path4108-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
style="fill:url(#linearGradient4889);fill-opacity:1;stroke:none;display:inline"
d="m 10,1043.3622 0,3 -5,0 -1,0 c -0.99185,0.9918 -0.986324,2.0137 0,3 l 1,0 5,0 0,3 c 0,0.6519 0.740915,0.6375 1.5,0 l 4.9375,-4.5 -4.9375,-4.5 c -0.760225,-0.7602 -1.5,-0.5203 -1.5,0 z m 1,1 4,3.5 -4,3.5 0,-3 -6.4375,0 c -0.276214,-0.2099 -0.277444,-0.7282 0,-1 l 6.4375,0 z"
id="path4108-1-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccccccccccccc" />
<path
style="fill:url(#linearGradient4911);fill-opacity:1;stroke:none;display:inline"
d="m 11.987978,1040.3622 0,1 -7.0000023,0 0,3 -3.99989299,-3.5 3.99989299,-3.5 0,3 z"
id="path4108-1-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
style="fill:url(#linearGradient4889-1);fill-opacity:1;stroke:none;display:inline"
d="m 5.9879757,1036.3622 0,3 5.0000023,0 1,0 c 0.99185,0.9918 0.986324,2.0137 0,3 l -1,0 -5.0000023,0 0,3 c 0,0.6519 -0.740915,0.6375 -1.5,0 l -4.93749974,-4.5 4.93749974,-4.5 c 0.760225,-0.7602 1.5,-0.5203 1.5,0 z m -1,1 -3.99999999,3.5 3.99999999,3.5 0,-3 6.4375023,0 c 0.276214,-0.2099 0.277444,-0.7282 0,-1 l -6.4375023,0 z"
id="path4108-1-6-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccccccccccccc" />
</g>
</svg>
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="e_show_all.svg">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient4191">
<stop
style="stop-color:#b9cad4;stop-opacity:1"
offset="0"
id="stop4193" />
<stop
style="stop-color:#ffffff;stop-opacity:0"
offset="1"
id="stop4195" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4181">
<stop
style="stop-color:#998f6a;stop-opacity:1"
offset="0"
id="stop4183" />
<stop
style="stop-color:#7d827c;stop-opacity:1"
offset="1"
id="stop4185" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4173">
<stop
style="stop-color:#267fe3;stop-opacity:1"
offset="0"
id="stop4175" />
<stop
style="stop-color:#80b4ef;stop-opacity:1"
offset="1"
id="stop4177" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4173"
id="linearGradient4179"
x1="16.798458"
y1="1047.219"
x2="17.847075"
y2="1045.6079"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.80078059,-0.1437118,0.14355389,0.79990071,-146.90569,213.98117)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4181"
id="linearGradient4187"
x1="18.834337"
y1="1038.91"
x2="25.201481"
y2="1045.91"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.80078059,-0.1437118,0.14355389,0.79990071,-146.90569,213.98117)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4191"
id="linearGradient4197"
x1="25.593748"
y1="1046.6279"
x2="26.562498"
y2="1048.5029"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.80078059,-0.1437118,0.14355389,0.79990071,-146.90569,213.98117)" />
<linearGradient
id="linearGradient1326"
inkscape:collect="always">
<stop
id="stop1322"
offset="0"
style="stop-color:#f9fafc;stop-opacity:1" />
<stop
id="stop1324"
offset="1"
style="stop-color:#e3ebf8;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient1310"
inkscape:collect="always">
<stop
id="stop1306"
offset="0"
style="stop-color:#c7b571;stop-opacity:1" />
<stop
id="stop1308"
offset="1"
style="stop-color:#a9a285;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient1285">
<stop
style="stop-color:#9fb8f0;stop-opacity:1"
offset="0"
id="stop1281" />
<stop
style="stop-color:#718fcd;stop-opacity:1"
offset="1"
id="stop1283" />
</linearGradient>
<linearGradient
id="linearGradient5206">
<stop
id="stop5208"
offset="0"
style="stop-color:#bbb8bb;stop-opacity:1" />
<stop
style="stop-color:#ccc8cb;stop-opacity:1"
offset="0.25"
id="stop5216" />
<stop
style="stop-color:#bdb6bc;stop-opacity:1"
offset="0.5"
id="stop5214" />
<stop
id="stop5210"
offset="1"
style="stop-color:#9b8c98;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient5331">
<stop
id="stop5333"
offset="0"
style="stop-color:#fef48d;stop-opacity:1" />
<stop
style="stop-color:#fffffe;stop-opacity:1"
offset="0.3251386"
id="stop5341" />
<stop
style="stop-color:#fffffe;stop-opacity:1"
offset="0.66393197"
id="stop5339" />
<stop
id="stop5335"
offset="1"
style="stop-color:#fef48d;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient5378">
<stop
style="stop-color:#f4d684;stop-opacity:1"
offset="0"
id="stop5380" />
<stop
id="stop5382"
offset="0.25"
style="stop-color:#fcf4c6;stop-opacity:1" />
<stop
id="stop5384"
offset="0.5"
style="stop-color:#fbeebc;stop-opacity:1" />
<stop
style="stop-color:#eeb960;stop-opacity:1"
offset="1"
id="stop5386" />
</linearGradient>
<linearGradient
id="linearGradient5428">
<stop
id="stop5430"
offset="0"
style="stop-color:#f0a53b;stop-opacity:1;" />
<stop
style="stop-color:#f2d58f;stop-opacity:1"
offset="0.26895422"
id="stop5438" />
<stop
style="stop-color:#efb965;stop-opacity:1"
offset="0.60424823"
id="stop5436" />
<stop
id="stop5432"
offset="1"
style="stop-color:#df9833;stop-opacity:1" />
</linearGradient>
<mask
maskUnits="userSpaceOnUse"
id="mask8820">
<g
transform="matrix(1.0698871,0,0,1.0698871,15.540293,-72.622799)"
style="display:inline;fill:#ffffff;stroke:#ffffff"
id="g8822"
inkscape:label="Layer 1">
<g
transform="matrix(0.9346781,0,0,0.9346781,-14.571811,69.044514)"
id="g8824"
style="display:inline;fill:#ffffff;stroke:#ffffff">
<g
id="g8826"
transform="translate(15.600543)"
style="fill:#ffffff;stroke:#ffffff">
<g
transform="rotate(45,26.208459,1022.0081)"
id="g8828"
style="fill:#ffffff;stroke:#ffffff">
<path
style="display:inline;fill:#ffffff;stroke:#ffffff;stroke-width:1.06988704;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 28.565245,1040.0695 -1.069887,2.1398 h 4.279549 l -1.069887,-2.1398 c -0.472828,-0.9477 -1.844257,-0.7625 -2.139775,0 z"
id="path8830"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-opacity:1"
d="m 26.607269,1042.2428 c 1.259438,-1.6377 4.858466,-1.5046 6.055728,0 v 8.5925 h -6.055728 z"
id="path8832"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1px;marker:none;enable-background:accumulate"
d="m 29.411544,1042.9075 c -0.368467,0.01 -0.72715,0.043 -1.069887,0.1003 v 2.4073 c 0.342737,-0.057 0.70142,-0.09 1.069887,-0.1003 z"
id="path8834"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-opacity:1"
d="m 29.645582,1053.51 c -1.546954,0 -3.096933,0.3554 -3.778039,1.0365 v 0.5683 c 1.362214,1.3622 6.178977,1.3438 7.522644,0 v -0.5683 c -0.671834,-0.6719 -2.197651,-1.0342 -3.744605,-1.0365 z"
id="path8836"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccccs" />
<path
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.87995493;stroke-opacity:1"
d="m 26.422196,1052.4196 v 12.1257 h 6.413338 v -12.1257 z"
id="path8838"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
sodipodi:nodetypes="ccccc"
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.0003444;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1"
d="m 25.867543,1050.1666 v 4.3799 c 1.778049,-1.9187 5.89609,-1.8666 7.522644,0 v -4.3799 c -1.258456,-2.537 -6.051006,-2.5281 -7.522644,0 z"
id="path8840"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</g>
</mask>
<linearGradient
id="linearGradient7592-1-3-6">
<stop
style="stop-color:#ad7212;stop-opacity:1;"
offset="0"
id="stop7594-6-9-5" />
<stop
style="stop-color:#875f1e;stop-opacity:1;"
offset="1"
id="stop7596-9-2-1" />
</linearGradient>
<linearGradient
id="linearGradient7584-5-3-4">
<stop
style="stop-color:#f9cd5f;stop-opacity:1;"
offset="0"
id="stop7586-4-4-4" />
<stop
style="stop-color:#ffebb7;stop-opacity:1;"
offset="1"
id="stop7588-5-0-3" />
</linearGradient>
<linearGradient
gradientTransform="matrix(0.49738539,0,0,3.6965564e-4,33.680806,1033.4462)"
gradientUnits="userSpaceOnUse"
y2="1040.7997"
x2="0.96027756"
y1="1040.7997"
x1="-5.08005"
id="linearGradient1271"
xlink:href="#linearGradient1285"
inkscape:collect="always" />
<linearGradient
gradientTransform="matrix(0.59831158,0,0,0.00106437,34.196639,1030.7253)"
gradientUnits="userSpaceOnUse"
y2="1038.7997"
x2="-0.062227711"
y1="1038.7997"
x1="-5.0656271"
id="linearGradient1273"
xlink:href="#linearGradient1285"
inkscape:collect="always" />
<linearGradient
gradientTransform="matrix(0.857143,0,0,1.1249987,37.009787,-137.78154)"
gradientUnits="userSpaceOnUse"
y2="1046.3566"
x2="-5.0235996"
y1="1037.4548"
x1="-5.5077791"
id="linearGradient1312"
xlink:href="#linearGradient1310"
inkscape:collect="always" />
<linearGradient
gradientTransform="matrix(0.857143,0,0,1.1249987,37.009787,-137.78154)"
gradientUnits="userSpaceOnUse"
y2="1045.557"
x2="-3.1579704"
y1="1038.361"
x1="-3.0558093"
id="linearGradient1328"
xlink:href="#linearGradient1326"
inkscape:collect="always" />
<linearGradient
gradientTransform="matrix(0.49738539,0,0,3.6965564e-4,33.680806,1035.4462)"
gradientUnits="userSpaceOnUse"
y2="1040.7997"
x2="0.96027756"
y1="1040.7997"
x1="-5.08005"
id="linearGradient1271-7"
xlink:href="#linearGradient1285"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="22.627417"
inkscape:cx="8.5007097"
inkscape:cy="6.1408713"
inkscape:document-units="px"
inkscape:current-layer="g4274"
showgrid="true"
inkscape:window-width="1920"
inkscape:window-height="1018"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
showguides="true"
inkscape:guide-bbox="true"
inkscape:snap-global="true"
inkscape:snap-bbox="true"
inkscape:bbox-nodes="true"
inkscape:snap-nodes="false">
<inkscape:grid
type="xygrid"
id="grid3999" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
style="display:inline"
transform="translate(0,-1036.3622)">
<g
id="g4274"
transform="translate(-14.156249,0.03125)">
<g
id="g1319"
transform="translate(-6,8.0000174)">
<rect
style="fill:url(#linearGradient1328);fill-opacity:1;stroke:url(#linearGradient1312);stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1304"
width="6.000001"
height="9.0000172"
x="29.656248"
y="1029.8309" />
<path
style="fill:none;stroke:url(#linearGradient1273);stroke-width:0.99999768px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 31.168991,1031.831 2.987241,-10e-5"
id="path1232"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;stroke:url(#linearGradient1271);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 31.156249,1033.831 h 3"
id="path1232-2"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;stroke:url(#linearGradient1271-7);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 31.156249,1035.831 h 3"
id="path1232-2-8"
inkscape:connector-curvature="0" />
</g>
<path
style="fill:#80b4ef;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4187);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 20.276214,1040.903 5.8871,4.3868 -4.911151,4.1552 -5.950069,-4.4499 z"
id="path4163"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:url(#linearGradient4197);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 21.297202,1049.1828 5.121665,-3.9896 0.34094,1.8998 -5.243003,4.321 z"
id="path4189"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#727b84;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 21.493672,1051.573 c 0.186701,-0.1112 5.548927,-4.6805 5.548927,-4.6805 m -0.509362,-1.8205 -0.438481,0.3545 -3.831922,3.1739 -1.221739,0.8825"
id="path4169"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
<path
style="fill:url(#linearGradient4179);fill-opacity:1;fill-rule:evenodd;stroke:#8f8b70;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 15.311547,1044.9707 c 0,0 -0.367204,0.3116 -0.513721,0.522 -0.289455,0.4156 0.170038,2.2458 0.170038,2.2458 l 5.547965,3.8551 c 0,0 0.632026,0.1824 0.8158,-0.019 0.589061,-0.6467 -0.463564,-2.4946 -0.463564,-2.4946 z"
id="path4165"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csccscc" />
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#8f8b70;stroke-width:1.11224616px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 22.02647,1044.8259 -0.164656,-0.9175 -1.012515,-0.6792 -0.974165,0.1748 -0.609694,1.0851 -0.885784,0.1871 -0.06987,0.8249 1.254937,0.6556 0.890665,-0.1598 0.80948,-1.0925 z"
id="path4171"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="e_synch_toc_nav.gif.svg"
inkscape:export-filename="C:\Users\jmietling\Documents\rect3997-9-1.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient4871">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4873" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4875" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4871"
id="linearGradient4877"
x1="3"
y1="1045.8622"
x2="4"
y2="1045.8622"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4871"
id="linearGradient4879"
x1="4.4999781"
y1="1044.3466"
x2="4.4999781"
y2="1045.3433"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4871-7"
id="linearGradient4877-1"
x1="3"
y1="1045.8622"
x2="4"
y2="1045.8622"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient4871-7">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4873-4" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4875-0" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4871-7"
id="linearGradient4879-9"
x1="4.4999781"
y1="1044.3466"
x2="4.4999781"
y2="1045.3433"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4871-7-1"
id="linearGradient4877-1-7"
x1="3"
y1="1045.8622"
x2="4"
y2="1045.8622"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient4871-7-1">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4873-4-1" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4875-0-5" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4871-7-1"
id="linearGradient4879-9-2"
x1="4.4999781"
y1="1044.3466"
x2="4.4999781"
y2="1045.3433"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient7134"
inkscape:collect="always">
<stop
id="stop7136"
offset="0"
style="stop-color:#bd8416;stop-opacity:1" />
<stop
id="stop7138"
offset="1"
style="stop-color:#a66b10;stop-opacity:1" />
</linearGradient>
<linearGradient
y2="1040.7345"
x2="22.519354"
y1="1042.0283"
x1="22.519354"
gradientUnits="userSpaceOnUse"
id="linearGradient7608-3-3"
xlink:href="#linearGradient7584-5-1"
inkscape:collect="always" />
<linearGradient
id="linearGradient7584-5-1">
<stop
id="stop7586-4-6"
offset="0"
style="stop-color:#f9cd5f;stop-opacity:1;" />
<stop
id="stop7588-5-8"
offset="1"
style="stop-color:#ffebb7;stop-opacity:1;" />
</linearGradient>
<linearGradient
y2="1045.3622"
x2="23.551146"
y1="1037.3622"
x1="23.551146"
gradientUnits="userSpaceOnUse"
id="linearGradient7610-5-8"
xlink:href="#linearGradient7134"
inkscape:collect="always" />
<linearGradient
y2="1041.7356"
x2="22.930616"
y1="1039.6982"
x1="22.930616"
gradientUnits="userSpaceOnUse"
id="linearGradient7608-9-7-1"
xlink:href="#linearGradient7584-5-1"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
y2="1037.7311"
x2="25.363291"
y1="1044.7311"
x1="25.363291"
id="linearGradient7140"
xlink:href="#linearGradient7134"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.999999"
inkscape:cx="1.6290223"
inkscape:cy="7.9808044"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:window-width="1458"
inkscape:window-height="814"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
showguides="true"
inkscape:guide-bbox="true"
inkscape:snap-global="true"
inkscape:snap-bbox="true"
inkscape:snap-others="false"
inkscape:bbox-nodes="true"
inkscape:snap-nodes="false">
<inkscape:grid
type="xygrid"
id="grid3999" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
style="display:inline"
transform="translate(0,-1036.3622)">
<g
id="g5029"
transform="matrix(0.59562329,0,0,0.59562329,-0.57375444,420.31576)">
<path
id="rect4035-17"
d="m 2.6421734,1042.6833 v 5.0367 H 7.678914 v -5.0367 z m 1.6789131,1.6789 H 6 v 1.6789 H 4.3210865 Z"
style="display:inline;fill:#5c7aaa;fill-opacity:1;stroke:none"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccc" />
<g
id="g4094"
transform="matrix(0.55964608,0,0,0.55963589,2.6421482,459.89962)">
<rect
style="display:inline;fill:#91a5c7;fill-opacity:1;stroke:none"
id="rect4035-1-1"
width="3"
height="3.0000174"
x="3"
y="1044.3622" />
<path
style="display:inline;opacity:0.5;fill:url(#linearGradient4877);fill-opacity:1;stroke:none"
d="m 3,1044.3622 1,1 v 2 H 3 Z"
id="rect4035-1-7-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="display:inline;opacity:0.5;fill:url(#linearGradient4879);fill-opacity:1;stroke:none"
d="m 3,1044.3622 1,1 h 2 v -1 z"
id="rect4035-1-7-4-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
</g>
</g>
<g
style="display:inline"
id="g5029-8"
transform="matrix(0.59562329,0,0,0.59562329,3.4262456,424.31576)">
<path
id="rect4035-17-2"
d="m 2.6421734,1042.6833 v 5.0367 H 7.678914 v -5.0367 z m 1.6789131,1.6789 H 6 v 1.6789 H 4.3210865 Z"
style="display:inline;fill:#5c7aaa;fill-opacity:1;stroke:none"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccc" />
<g
id="g4094-4"
transform="matrix(0.55964608,0,0,0.55963589,2.6421482,459.89962)">
<rect
style="display:inline;fill:#91a5c7;fill-opacity:1;stroke:none"
id="rect4035-1-1-5"
width="3"
height="3.0000174"
x="3"
y="1044.3622" />
<path
style="display:inline;opacity:0.5;fill:url(#linearGradient4877-1);fill-opacity:1;stroke:none"
d="m 3,1044.3622 1,1 v 2 H 3 Z"
id="rect4035-1-7-1-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="display:inline;opacity:0.5;fill:url(#linearGradient4879-9);fill-opacity:1;stroke:none"
d="m 3,1044.3622 1,1 h 2 v -1 z"
id="rect4035-1-7-4-5-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
</g>
</g>
<g
style="display:inline"
id="g5029-8-7"
transform="matrix(0.59562329,0,0,0.59562329,3.4262456,428.31576)">
<path
id="rect4035-17-2-6"
d="m 2.6421734,1042.6833 v 5.0367 H 7.678914 v -5.0367 z m 1.6789135,1.6912 h 1.6789135 v 1.6913 H 4.3210869 Z"
style="display:inline;fill:#5c7aaa;fill-opacity:1;stroke:none"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccc" />
<g
id="g4094-4-1"
transform="matrix(0.55964608,0,0,0.55963589,2.6421482,459.89962)">
<rect
style="display:inline;fill:#91a5c7;fill-opacity:1;stroke:none"
id="rect4035-1-1-5-4"
width="3"
height="3.0000174"
x="3"
y="1044.3622" />
<path
style="display:inline;opacity:0.5;fill:url(#linearGradient4877-1-7);fill-opacity:1;stroke:none"
d="m 3,1044.3622 1,1 v 2 H 3 Z"
id="rect4035-1-7-1-5-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="display:inline;opacity:0.5;fill:url(#linearGradient4879-9-2);fill-opacity:1;stroke:none"
d="m 3,1044.3622 1,1 h 2 v -1 z"
id="rect4035-1-7-4-5-1-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
</g>
</g>
<path
style="display:inline;fill:#5c7aaa;fill-opacity:1;stroke:none"
d="m 1.9999853,1044.3622 h 1.0000146 v 7 H 1.9999853 Z"
id="rect4035-1-1-5-2"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#5c7aaa;fill-opacity:1;stroke:none"
d="m 1.9999853,1046.3622 h 3.0000003 v 1 H 1.9999853 Z"
id="rect4035-1-1-5-2-2"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#5c7aaa;fill-opacity:1;stroke:none"
d="m 1.9999853,1050.3622 h 3.0000003 v 0.9999 H 1.9999853 Z"
id="rect4035-1-1-5-2-2-1"
inkscape:connector-curvature="0" />
<g
style="display:inline;stroke-width:1.16937912"
id="g7604"
transform="matrix(-0.85515466,0,0,0.85515466,29.19168,150.66021)">
<path
sodipodi:nodetypes="ccssscscsssszcc"
inkscape:connector-curvature="0"
id="path7582"
d="m 23.585155,1039.3249 v -1.591 c 0,0 -0.353553,-0.8397 -1.370019,-0.044 -1.016466,0.7955 -2.209709,2.0772 -2.386486,2.4307 -0.176776,0.3536 -0.928077,0.9723 0.08839,1.9446 1.016466,0.9722 2.121321,1.9887 2.121321,1.9887 0,0 1.546796,1.4584 1.546796,0.088 0,-1.37 0,-1.812 0,-1.812 1.366404,-0.063 1.694788,0.3552 2.039845,0.6884 0.345482,0.3336 0.8125,1.9687 1.21875,2.0937 0.40625,0.125 0.625,-2.1875 0.625,-2.625 0,-0.4375 -0.174793,-1.2439 -0.71875,-1.9687 -0.293544,-0.3911 -1.006571,-0.9555 -1.53125,-1.0998 -0.524679,-0.1444 -1.633595,-0.094 -1.633595,-0.094 z"
style="fill:url(#linearGradient7608-3-3);fill-opacity:1;stroke:url(#linearGradient7610-5-8);stroke-width:0.9355033;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccssscc"
transform="translate(0,1036.3622)"
inkscape:connector-curvature="0"
id="path7602"
d="M 23.069359,2.3660973 V 1.769476 c 0,0 0.110485,-0.3756505 -0.220971,-0.243068 -0.331456,0.1325826 -0.972272,0.6629126 -1.038563,0.773398 -0.06629,0.1104855 -0.751301,0.5966214 -0.596622,0.8175923 0.15468,0.2209709 1.458408,0.066291 1.458408,0.066291 z"
style="opacity:0.85714285;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.16937912" />
</g>
<g
style="display:inline;stroke-width:1.16937912"
id="g7604-6"
transform="matrix(0.85515466,0,0,-0.85515466,-7.953295,1937.1582)">
<path
sodipodi:nodetypes="ccssscsscsssszcc"
inkscape:connector-curvature="0"
id="path7582-7"
d="m 23.585155,1039.3249 v -1.591 c 0,0 -0.353553,-0.8397 -1.370019,-0.044 -1.016466,0.7955 -2.209709,2.0772 -2.386486,2.4307 -0.176776,0.3536 -0.928077,0.9723 0.08839,1.9446 1.016466,0.9722 2.121321,1.9887 2.121321,1.9887 0,0 0.404271,0.3812 0.799458,0.5707 0.37782,0.1811 0.747338,0.1871 0.747338,-0.4827 0,-1.37 0,-1.812 0,-1.812 1.366404,-0.063 1.727345,0.3446 2.039845,0.6884 0.3125,0.3437 0.8125,1.9687 1.21875,2.0937 0.40625,0.125 0.625,-2.1875 0.625,-2.625 0,-0.4375 -0.09375,-1.3125 -0.71875,-1.9687 -0.625,-0.6563 -1.006571,-0.9555 -1.53125,-1.0998 -0.524679,-0.1444 -1.633595,-0.094 -1.633595,-0.094 z"
style="fill:url(#linearGradient7608-9-7-1);fill-opacity:1;stroke:url(#linearGradient7140);stroke-width:0.9355033;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccssscc"
inkscape:connector-curvature="0"
id="path7602-2"
d="m 23.069359,1042.9731 v 0.5966 c 0,0 0.110485,0.3757 -0.220971,0.2431 -0.331456,-0.1326 -0.972272,-0.6629 -1.038563,-0.7734 -0.06629,-0.1105 -0.751301,-0.5966 -0.596622,-0.8176 0.15468,-0.221 1.458408,-0.066 1.458408,-0.066 z"
style="opacity:0.85714285;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.16937912" />
</g>
</g>
</svg>
......@@ -18,7 +18,7 @@
<p>
Browse topics in the <b>Contents</b> frame <span class="icon">(<img
class="icon" src="contents_view.gif" alt="Contents icon">)</span> on
class="icon" src="contents_view.svg" alt="Contents icon">)</span> on
the left. Click on a topic to have it displayed. Use the <b>Back</b> and
<b>Forward</b> buttons to navigate within the history of viewed topics.
</p>
......@@ -28,7 +28,7 @@
<p>
To quickly locate topics on a particular subject in the documentation, enter a
query in the <b>Search</b> field. Use the <b>Search</b> frame <span
class="icon">(<img class="icon" src="search_results_view.gif" alt="Search icon">)</span>
class="icon">(<img class="icon" src="search_results_view.svg" alt="Search icon">)</span>
to display the Search view. You can narrow the
<b>scope</b> of your search by selecting only the sections you are interested in.
</p>
......@@ -38,10 +38,10 @@
<p>
Clicking the
<b>Show in Table of Contents</b> button <span class="icon">(<img class="icon"
src="e_synch_toc_nav.gif" alt="Show in Table of Contents icon">)</span> will
src="e_synch_toc_nav.svg" alt="Show in Table of Contents icon">)</span> will
select that topic in the navigation tree. The
<b>Link with Contents</b> button <span class="icon">(<img class="icon"
src="e_auto_synch_toc.gif" alt="Link with Contents icon">)</span> keeps
src="e_auto_synch_toc.svg" alt="Link with Contents icon">)</span> keeps
the navigation tree synchronized to the current topic.
</p>
......@@ -50,14 +50,14 @@
<p>
To show documentation about capabilities that are disabled in the application,
select the <b>Show All Topics</b> button <span class="icon">(<img class="icon"
src="e_show_all.gif" alt="Refresh / Show Current Topic icon">)
src="e_show_all.svg" alt="Refresh / Show Current Topic icon">)
</span>. This affects the table of contents and search results.
</p>
<h2>Keyword Index</h2>
<p>
To show an alphabetically sorted index of keywords select the <b>Index Frame</b>
<span class="icon">(<img class="icon" src="e_index_view.gif" alt="Index icon">)</span>.
<span class="icon">(<img class="icon" src="e_index_view.svg" alt="Index icon">)</span>.
Not all products contain an index.
</p>
......
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="quick_search.svg">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient1326">
<stop
style="stop-color:#f9fafc;stop-opacity:1"
offset="0"
id="stop1322" />
<stop
style="stop-color:#e3ebf8;stop-opacity:1"
offset="1"
id="stop1324" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient1310">
<stop
style="stop-color:#c7b571;stop-opacity:1"
offset="0"
id="stop1306" />
<stop
style="stop-color:#a9a285;stop-opacity:1"
offset="1"
id="stop1308" />
</linearGradient>
<linearGradient
id="linearGradient1285"
inkscape:collect="always">
<stop
id="stop1281"
offset="0"
style="stop-color:#9fb8f0;stop-opacity:1" />
<stop
id="stop1283"
offset="1"
style="stop-color:#718fcd;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient1279"
inkscape:collect="always">
<stop
id="stop1275"
offset="0"
style="stop-color:#9fb8f0;stop-opacity:1" />
<stop
id="stop1277"
offset="1"
style="stop-color:#718fcd;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient1265">
<stop
style="stop-color:#7f9ed8;stop-opacity:1"
offset="0"
id="stop1261" />
<stop
style="stop-color:#718fcd;stop-opacity:1"
offset="1"
id="stop1263" />
</linearGradient>
<linearGradient
gradientTransform="matrix(0.66091722,0.66091722,-0.66091722,0.66091722,683.75303,332.65243)"
inkscape:collect="always"
xlink:href="#linearGradient5440"
id="linearGradient5446"
x1="25.367371"
y1="1051.4069"
x2="33.890358"
y2="1051.4069"
gradientUnits="userSpaceOnUse" />
<linearGradient
gradientTransform="matrix(0.67296667,0.67261869,-0.67296667,0.67261869,695.88897,319.95238)"
inkscape:collect="always"
xlink:href="#linearGradient5428"
id="linearGradient5434"
x1="26.107269"
y1="1045.9496"
x2="33.162998"
y2="1045.9496"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5206"
id="linearGradient5376"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.66091722,0.66091722,-0.66091722,0.66091722,683.75306,332.6524)"
x1="26.45211"
y1="1052.0043"
x2="32.842041"
y2="1052.0043" />
<linearGradient
gradientTransform="matrix(0.66091722,0.66091722,-0.66091722,0.66091722,683.34253,332.84136)"
inkscape:collect="always"
xlink:href="#linearGradient5351"
id="linearGradient5374"
gradientUnits="userSpaceOnUse"
x1="25.98222"
y1="1056.9694"
x2="33.275513"
y2="1056.9694" />
<linearGradient
gradientTransform="matrix(0.66091722,0.66091722,-0.66091722,0.66091722,683.34253,332.84136)"
inkscape:collect="always"
xlink:href="#linearGradient5331"
id="linearGradient5372"
gradientUnits="userSpaceOnUse"
x1="26.880592"
y1="1056.9694"
x2="32.471878"
y2="1056.9694" />
<linearGradient
gradientTransform="matrix(0.67296667,0.67261869,-0.67296667,0.67261869,695.88897,319.95238)"
inkscape:collect="always"
xlink:href="#linearGradient5378"
id="linearGradient5370"
gradientUnits="userSpaceOnUse"
x1="27.009878"
y1="1046.1316"
x2="32.176903"
y2="1046.1316" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5109"
id="linearGradient5368"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.66091722,0.66091722,-0.66091722,0.66091722,683.52934,332.68514)"
x1="29.714636"
y1="1041.3262"
x2="29.714636"
y2="1039.1387" />
<linearGradient
inkscape:collect="always"
id="linearGradient5109">
<stop
style="stop-color:#906f4e;stop-opacity:1"
offset="0"
id="stop5111" />
<stop
style="stop-color:#dfbd7f;stop-opacity:1"
offset="1"
id="stop5113" />
</linearGradient>
<linearGradient
id="linearGradient5206">
<stop
style="stop-color:#bbb8bb;stop-opacity:1"
offset="0"
id="stop5208" />
<stop
id="stop5216"
offset="0.25"
style="stop-color:#ccc8cb;stop-opacity:1" />
<stop
id="stop5214"
offset="0.5"
style="stop-color:#bdb6bc;stop-opacity:1" />
<stop
style="stop-color:#9b8c98;stop-opacity:1"
offset="1"
id="stop5210" />
</linearGradient>
<linearGradient
id="linearGradient5331">
<stop
style="stop-color:#fef48d;stop-opacity:1"
offset="0"
id="stop5333" />
<stop
id="stop5341"
offset="0.3251386"
style="stop-color:#fffffe;stop-opacity:1" />
<stop
id="stop5339"
offset="0.66393197"
style="stop-color:#fffffe;stop-opacity:1" />
<stop
style="stop-color:#fef48d;stop-opacity:1"
offset="1"
id="stop5335" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient5351">
<stop
style="stop-color:#e4a239;stop-opacity:1;"
offset="0"
id="stop5353" />
<stop
style="stop-color:#fada7d;stop-opacity:1"
offset="1"
id="stop5355" />
</linearGradient>
<linearGradient
id="linearGradient5378">
<stop
id="stop5380"
offset="0"
style="stop-color:#f4d684;stop-opacity:1" />
<stop
style="stop-color:#fcf4c6;stop-opacity:1"
offset="0.25"
id="stop5382" />
<stop
style="stop-color:#fbeebc;stop-opacity:1"
offset="0.5"
id="stop5384" />
<stop
id="stop5386"
offset="1"
style="stop-color:#eeb960;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient5428">
<stop
style="stop-color:#f0a53b;stop-opacity:1;"
offset="0"
id="stop5430" />
<stop
id="stop5438"
offset="0.26895422"
style="stop-color:#f2d58f;stop-opacity:1" />
<stop
id="stop5436"
offset="0.60424823"
style="stop-color:#efb965;stop-opacity:1" />
<stop
style="stop-color:#df9833;stop-opacity:1"
offset="1"
id="stop5432" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient5440">
<stop
style="stop-color:#ad8e5f;stop-opacity:1"
offset="0"
id="stop5442" />
<stop
style="stop-color:#8f6e4d;stop-opacity:1"
offset="1"
id="stop5444" />
</linearGradient>
<mask
id="mask8820"
maskUnits="userSpaceOnUse">
<g
inkscape:label="Layer 1"
id="g8822"
style="display:inline;fill:#ffffff;stroke:#ffffff"
transform="matrix(1.0698871,0,0,1.0698871,15.540293,-72.622799)">
<g
style="display:inline;fill:#ffffff;stroke:#ffffff"
id="g8824"
transform="matrix(0.9346781,0,0,0.9346781,-14.571811,69.044514)">
<g
style="fill:#ffffff;stroke:#ffffff"
transform="translate(15.600543)"
id="g8826">
<g
style="fill:#ffffff;stroke:#ffffff"
id="g8828"
transform="rotate(45,26.208459,1022.0081)">
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path8830"
d="m 28.565245,1040.0695 -1.069887,2.1398 h 4.279549 l -1.069887,-2.1398 c -0.472828,-0.9477 -1.844257,-0.7625 -2.139775,0 z"
style="display:inline;fill:#ffffff;stroke:#ffffff;stroke-width:1.06988704;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path8832"
d="m 26.607269,1042.2428 c 1.259438,-1.6377 4.858466,-1.5046 6.055728,0 v 8.5925 h -6.055728 z"
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path8834"
d="m 29.411544,1042.9075 c -0.368467,0.01 -0.72715,0.043 -1.069887,0.1003 v 2.4073 c 0.342737,-0.057 0.70142,-0.09 1.069887,-0.1003 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1px;marker:none;enable-background:accumulate" />
<path
sodipodi:nodetypes="sccccs"
inkscape:connector-curvature="0"
id="path8836"
d="m 29.645582,1053.51 c -1.546954,0 -3.096933,0.3554 -3.778039,1.0365 v 0.5683 c 1.362214,1.3622 6.178977,1.3438 7.522644,0 v -0.5683 c -0.671834,-0.6719 -2.197651,-1.0342 -3.744605,-1.0365 z"
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path8838"
d="m 26.422196,1052.4196 v 12.1257 h 6.413338 v -12.1257 z"
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.87995493;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path8840"
d="m 25.867543,1050.1666 v 4.3799 c 1.778049,-1.9187 5.89609,-1.8666 7.522644,0 v -4.3799 c -1.258456,-2.537 -6.051006,-2.5281 -7.522644,0 z"
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.0003444;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="ccccc" />
</g>
</g>
</g>
</g>
</mask>
<linearGradient
id="linearGradient7592-1-3-6">
<stop
id="stop7594-6-9-5"
offset="0"
style="stop-color:#ad7212;stop-opacity:1;" />
<stop
id="stop7596-9-2-1"
offset="1"
style="stop-color:#875f1e;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient7584-5-3-4">
<stop
id="stop7586-4-4-4"
offset="0"
style="stop-color:#f9cd5f;stop-opacity:1;" />
<stop
id="stop7588-5-0-3"
offset="1"
style="stop-color:#ffebb7;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient1265"
id="linearGradient1267"
x1="-5.0521278"
y1="1044.8525"
x2="-2.0791261"
y2="1044.8525"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.3545244,0,0,0.00297926,10.750603,1040.7661)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient1285"
id="linearGradient1271"
x1="-5.08005"
y1="1040.7997"
x2="0.96027756"
y2="1040.7997"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.66318052,0,0,4.9287419e-4,7.2869503,1041.3661)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient1279"
id="linearGradient1273"
x1="-5.0656271"
y1="1038.7997"
x2="-0.062227711"
y2="1038.7997"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.79885103,0,0,0.00106437,7.9743681,1038.7734)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient1310"
id="linearGradient1312"
x1="-5.5077791"
y1="1037.4548"
x2="-5.0235996"
y2="1046.3566"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(11,7.4309064e-5)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient1326"
id="linearGradient1328"
x1="-3.0558093"
y1="1038.361"
x2="-3.1579704"
y2="1045.557"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(11,7.4309064e-5)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="18.760427"
inkscape:cx="4.5240835"
inkscape:cy="1.6631695"
inkscape:document-units="px"
inkscape:current-layer="layer1-2"
showgrid="true"
inkscape:window-width="1920"
inkscape:window-height="1018"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
showguides="true"
inkscape:guide-bbox="true"
inkscape:snap-bbox="true"
inkscape:bbox-nodes="true"
inkscape:snap-nodes="false"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid5105" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
style="display:inline"
transform="translate(0,-1036.3622)">
<g
style="display:inline"
id="layer1-2"
inkscape:label="Layer 1"
transform="translate(-0.92087393,-0.01685309)">
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path5028"
d="m 16.47385,1039.6239 c -0.272691,-0.2822 -0.554905,-0.5386 -0.843139,-0.7633 l -1.734497,1.895 c 0.288016,0.225 0.57023,0.4813 0.843138,0.7633 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#496da1;fill-opacity:1;stroke:none;stroke-width:0.93467808px;marker:none;enable-background:accumulate" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="rect4221-4"
d="m 14.94724,1038.9569 -2.121338,0.7071 2.828428,2.8284 0.707124,-2.1213 c 0.313851,-0.9389 -0.714952,-1.7229 -1.414214,-1.4142 z"
style="display:inline;fill:none;stroke:url(#linearGradient5368);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="rect4221"
d="m 12.345416,1038.8654 c 1.949678,-0.2544 4.282132,2.2559 4.075304,4.0732 l -5.782466,5.7795 -4.075304,-4.0732 z"
style="fill:url(#linearGradient5370);fill-opacity:1;stroke:url(#linearGradient5434);stroke-width:0.93467802;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="rect4221-7-1-2"
d="m 5.189458,1045.8513 -8.014085,8.0141 4.238686,4.2387 8.0140847,-8.0141 z"
style="display:inline;fill:url(#linearGradient5372);fill-opacity:1;stroke:url(#linearGradient5374);stroke-width:0.8224746;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="rect4221-7"
d="m 6.722435,1043.8068 -2.894752,2.8947 c 2.443246,-0.093 5.1304959,2.6632 4.9718449,4.9719 l 2.8947521,-2.8948 c 0.845012,-2.5085 -2.3283491,-5.6701 -4.971845,-4.9718 z"
style="display:inline;fill:url(#linearGradient5376);fill-opacity:1;stroke:url(#linearGradient5446);stroke-width:0.935;stroke-linejoin:round;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="ccccc" />
<rect
style="fill:url(#linearGradient1328);fill-opacity:1;stroke:url(#linearGradient1312);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1304"
width="7"
height="8.0000248"
x="2.4208739"
y="1037.879" />
<path
style="fill:none;stroke:url(#linearGradient1273);stroke-width:0.99999768px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 3.931926,1039.8791 3.9884909,-1e-4"
id="path1232"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;stroke:url(#linearGradient1271);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 3.920874,1041.8791 h 4"
id="path1232-2"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;stroke:url(#linearGradient1267);stroke-width:1.00000048px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 3.9195174,1043.8791 4.0027128,-2e-4"
id="path1232-0"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path5028-3"
d="m 14.231992,1040.9825 c -0.272691,-0.2822 -0.554905,-0.5386 -0.843139,-0.7633 l -1.734497,1.895 c 0.288016,0.225 0.57023,0.4813 0.843138,0.7633 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#496da1;fill-opacity:1;stroke:none;stroke-width:0.93467808px;marker:none;enable-background:accumulate" />
</g>
</g>
</svg>
......@@ -14,11 +14,11 @@
<parent>
<artifactId>eclipse.platform.ua</artifactId>
<groupId>eclipse.platform.ua</groupId>
<version>4.11.0-SNAPSHOT</version>
<version>4.12.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.help</groupId>
<artifactId>org.eclipse.help.base</artifactId>
<version>4.2.500-SNAPSHOT</version>
<version>4.2.600-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<defaultSigning-excludeInnerJars>true</defaultSigning-excludeInnerJars>
......