diff --git a/.gitmodules b/.gitmodules
index 1c4653336a35ed31f8477efbcf572357ccee819f..7ab865cde376801d0c59af097d37ea966286c3bf 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -2,3 +2,7 @@
 	path = org.fortiss.af3.rcp.application/.settings
 	url = https://git.fortiss.org/af3/plugin-settings.git
 	branch = master
+[submodule "org.fortiss.af3.rcp.help/.settings"]
+	path = org.fortiss.af3.rcp.help/.settings
+	url = https://git.fortiss.org/af3/plugin-settings.git
+	branch = master
diff --git a/org.fortiss.af3.rcp.application/.settings b/org.fortiss.af3.rcp.application/.settings
new file mode 160000
index 0000000000000000000000000000000000000000..d117b3db1742a745f515d2b6c52cc9a02e57c299
--- /dev/null
+++ b/org.fortiss.af3.rcp.application/.settings
@@ -0,0 +1 @@
+Subproject commit d117b3db1742a745f515d2b6c52cc9a02e57c299
diff --git a/org.fortiss.af3.rcp.application/.settings/org.eclipse.core.resources.prefs b/org.fortiss.af3.rcp.application/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index 26473c05d48403f91567020d1c3006c86651ecf0..0000000000000000000000000000000000000000
--- a/org.fortiss.af3.rcp.application/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,5 +0,0 @@
-eclipse.preferences.version=1
-encoding//html/external_tools.html=UTF-8
-encoding//model/conti.ecorediag=UTF-8
-encoding//uml/exploration.ecorediag=UTF-8
-encoding/<project>=US-ASCII
diff --git a/org.fortiss.af3.rcp.application/.settings/org.eclipse.jdt.core.prefs b/org.fortiss.af3.rcp.application/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index b020bcf47e6bbdd204db6e159db8a2cb79f1eebe..0000000000000000000000000000000000000000
--- a/org.fortiss.af3.rcp.application/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,366 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.8
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.doc.comment.support=enabled
-org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
-org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
-org.eclipse.jdt.core.compiler.problem.deadCode=warning
-org.eclipse.jdt.core.compiler.problem.deprecation=warning
-org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
-org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
-org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
-org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
-org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled
-org.eclipse.jdt.core.compiler.problem.fieldHiding=warning
-org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
-org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
-org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
-org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
-org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
-org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=warning
-org.eclipse.jdt.core.compiler.problem.invalidJavadoc=warning
-org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled
-org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled
-org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled
-org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=private
-org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
-org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
-org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning
-org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning
-org.eclipse.jdt.core.compiler.problem.missingJavadocComments=warning
-org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=enabled
-org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=private
-org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=return_tag
-org.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore
-org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled
-org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=public
-org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning
-org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore
-org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=warning
-org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
-org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
-org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
-org.eclipse.jdt.core.compiler.problem.nullReference=warning
-org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
-org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
-org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning
-org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning
-org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
-org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning
-org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
-org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
-org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
-org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
-org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
-org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
-org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
-org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning
-org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
-org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning
-org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
-org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=enabled
-org.eclipse.jdt.core.compiler.problem.unusedImport=warning
-org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
-org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
-org.eclipse.jdt.core.compiler.problem.unusedParameter=warning
-org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
-org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
-org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
-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_type_members_on_columns=false
-org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
-org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=48
-org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
-org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
-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=16
-org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
-org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
-org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=16
-org.eclipse.jdt.core.formatter.alignment_for_enum_constants=48
-org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16
-org.eclipse.jdt.core.formatter.alignment_for_method_declaration=16
-org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
-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_resources_in_try=16
-org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=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_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
-org.eclipse.jdt.core.formatter.blank_lines_before_field=0
-org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0
-org.eclipse.jdt.core.formatter.blank_lines_before_imports=1
-org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1
-org.eclipse.jdt.core.formatter.blank_lines_before_method=1
-org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1
-org.eclipse.jdt.core.formatter.blank_lines_before_package=0
-org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1
-org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1
-org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line
-org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line
-org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line
-org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line
-org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line
-org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line
-org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line
-org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=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.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.format_block_comments=true
-org.eclipse.jdt.core.formatter.comment.format_header=false
-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.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.line_length=100
-org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true
-org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true
-org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false
-org.eclipse.jdt.core.formatter.compact_else_if=true
-org.eclipse.jdt.core.formatter.continuation_indentation=2
-org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2
-org.eclipse.jdt.core.formatter.disabling_tag=@CodeFormatterOff
-org.eclipse.jdt.core.formatter.enabling_tag=@CodeFormatterOn
-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.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
-org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true
-org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true
-org.eclipse.jdt.core.formatter.indent_empty_lines=false
-org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true
-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=true
-org.eclipse.jdt.core.formatter.indentation.size=4
-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=do not insert
-org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert
-org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert
-org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert
-org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert
-org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert
-org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
-org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=insert
-org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert
-org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert
-org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert
-org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert
-org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert
-org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert
-org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert
-org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert
-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_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_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
-org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=do not insert
-org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert
-org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert
-org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert
-org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert
-org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert
-org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert
-org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert
-org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert
-org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert
-org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert
-org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert
-org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert
-org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert
-org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert
-org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert
-org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert
-org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert
-org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert
-org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert
-org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert
-org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert
-org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert
-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_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
-org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=do not insert
-org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert
-org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert
-org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert
-org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert
-org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert
-org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert
-org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert
-org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert
-org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert
-org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert
-org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert
-org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert
-org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert
-org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert
-org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert
-org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert
-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_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_unary_operator=do not 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_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
-org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert
-org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert
-org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert
-org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert
-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_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
-org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=do not insert
-org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert
-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_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_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
-org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert
-org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert
-org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert
-org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert
-org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert
-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=false
-org.eclipse.jdt.core.formatter.join_wrapped_lines=true
-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_imple_if_on_one_line=false
-org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false
-org.eclipse.jdt.core.formatter.lineSplit=100
-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.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=true
-org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
-org.eclipse.jdt.core.formatter.wrap_before_binary_operator=false
-org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=false
-org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true
diff --git a/org.fortiss.af3.rcp.application/.settings/org.eclipse.jdt.ui.prefs b/org.fortiss.af3.rcp.application/.settings/org.eclipse.jdt.ui.prefs
deleted file mode 100644
index 8c3a03f520d68ea220efb3a77a80d424d2bf7973..0000000000000000000000000000000000000000
--- a/org.fortiss.af3.rcp.application/.settings/org.eclipse.jdt.ui.prefs
+++ /dev/null
@@ -1,58 +0,0 @@
-eclipse.preferences.version=1
-editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
-formatter_profile=_fortiss
-formatter_settings_version=12
-org.eclipse.jdt.ui.javadoc=true
-org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="false" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/** Returns ${bare_field_name}. */</template><template autoinsert\="false" context\="settercomment_context" deleted\="false" description\="Comment for setter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" name\="settercomment">/**  Sets ${bare_field_name}. */</template><template autoinsert\="true" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\n * ${tags}\n */</template><template autoinsert\="false" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/*-------------------------------------------------------------------------+\n| Copyright ${year} fortiss GmbH                                              |\n|                                                                          |\n| Licensed under the Apache License, Version 2.0 (the "License");          |\n| you may not use this file except in compliance with the License.         |\n| You may obtain a copy of the License at                                  |\n|                                                                          |\n|    http\://www.apache.org/licenses/LICENSE-2.0                            |\n|                                                                          |\n| Unless required by applicable law or agreed to in writing, software      |\n| distributed under the License is distributed on an "AS IS" BASIS,        |\n| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |\n| See the License for the specific language governing permissions and      |\n| limitations under the License.                                           |\n+--------------------------------------------------------------------------*/</template><template autoinsert\="false" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\n * \n * @author ${user}\n*/</template><template autoinsert\="false" context\="fieldcomment_context" deleted\="false" description\="Comment for fields" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment">\n/**  */</template><template autoinsert\="true" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name\="methodcomment">/**\n * ${tags}\n */</template><template autoinsert\="false" context\="overridecomment_context" deleted\="false" description\="Comment for overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment">/** {@inheritDoc} */</template><template autoinsert\="true" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment">/**\n * ${tags}\n * ${see_to_target}\n */</template><template autoinsert\="true" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">${filecomment}\n${package_declaration}\n\n${typecomment}\n${type_declaration}</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.classbody" name\="classbody">\n</template><template autoinsert\="true" context\="interfacebody_context" deleted\="false" description\="Code in new interface type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.interfacebody" name\="interfacebody">\n</template><template autoinsert\="true" context\="enumbody_context" deleted\="false" description\="Code in new enum type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" name\="enumbody">\n</template><template autoinsert\="true" context\="annotationbody_context" deleted\="false" description\="Code in new annotation type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" name\="annotationbody">\n</template><template autoinsert\="true" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">// ${todo} Auto-generated catch block\n${exception_var}.printStackTrace();</template><template autoinsert\="true" context\="methodbody_context" deleted\="false" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">// ${todo} Auto-generated method stub\n${body_statement}</template><template autoinsert\="true" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}\n// ${todo} Auto-generated constructor stub</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template><template autoinsert\="true" context\="gettercomment_context" deleted\="false" description\="Comment for getter function" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\n * @return the ${bare_field_name}\n */</template><template autoinsert\="true" context\="settercomment_context" deleted\="false" description\="Comment for setter function" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.settercomment" name\="settercomment">/**\n * @param ${param} the ${bare_field_name} to set\n */</template><template autoinsert\="true" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\n * ${tags}\n */</template><template autoinsert\="true" context\="filecomment_context" deleted\="false" description\="Comment for created JavaScript files" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.filecomment" name\="filecomment">/**\n * \n */</template><template autoinsert\="true" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\n * @author ${user}\n *\n * ${tags}\n */</template><template autoinsert\="true" context\="fieldcomment_context" deleted\="false" description\="Comment for vars" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment">/**\n * \n */</template><template autoinsert\="true" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding function" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.methodcomment" name\="methodcomment">/**\n * ${tags}\n */</template><template autoinsert\="true" context\="overridecomment_context" deleted\="false" description\="Comment for overriding functions" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.overridecomment" name\="overridecomment">/* (non-JSDoc)\n * ${see_to_overridden}\n */</template><template autoinsert\="true" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate functions" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment">/**\n * ${tags}\n * ${see_to_target}\n */</template><template autoinsert\="true" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.newtype" name\="newtype">${filecomment}\n${package_declaration}\n\n${typecomment}\n${type_declaration}</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.classbody" name\="classbody">\n</template><template autoinsert\="true" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.catchblock" name\="catchblock">// ${todo} Auto-generated catch block\n${exception_var}.printStackTrace();</template><template autoinsert\="true" context\="methodbody_context" deleted\="false" description\="Code in created function stubs" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.methodbody" name\="methodbody">// ${todo} Auto-generated function stub\n${body_statement}</template><template autoinsert\="true" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}\n// ${todo} Auto-generated constructor stub</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template></templates>
-sp_cleanup.add_default_serial_version_id=true
-sp_cleanup.add_generated_serial_version_id=false
-sp_cleanup.add_missing_annotations=true
-sp_cleanup.add_missing_deprecated_annotations=true
-sp_cleanup.add_missing_methods=false
-sp_cleanup.add_missing_nls_tags=false
-sp_cleanup.add_missing_override_annotations=true
-sp_cleanup.add_missing_override_annotations_interface_methods=true
-sp_cleanup.add_serial_version_id=false
-sp_cleanup.always_use_blocks=true
-sp_cleanup.always_use_parentheses_in_expressions=false
-sp_cleanup.always_use_this_for_non_static_field_access=false
-sp_cleanup.always_use_this_for_non_static_method_access=false
-sp_cleanup.convert_to_enhanced_for_loop=false
-sp_cleanup.correct_indentation=false
-sp_cleanup.format_source_code=true
-sp_cleanup.format_source_code_changes_only=false
-sp_cleanup.make_local_variable_final=false
-sp_cleanup.make_parameters_final=false
-sp_cleanup.make_private_fields_final=true
-sp_cleanup.make_type_abstract_if_missing_method=false
-sp_cleanup.make_variable_declarations_final=true
-sp_cleanup.never_use_blocks=false
-sp_cleanup.never_use_parentheses_in_expressions=true
-sp_cleanup.on_save_use_additional_actions=false
-sp_cleanup.organize_imports=true
-sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
-sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
-sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
-sp_cleanup.qualify_static_member_accesses_with_declaring_class=false
-sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
-sp_cleanup.remove_private_constructors=true
-sp_cleanup.remove_trailing_whitespaces=false
-sp_cleanup.remove_trailing_whitespaces_all=true
-sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
-sp_cleanup.remove_unnecessary_casts=true
-sp_cleanup.remove_unnecessary_nls_tags=false
-sp_cleanup.remove_unused_imports=false
-sp_cleanup.remove_unused_local_variables=false
-sp_cleanup.remove_unused_private_fields=true
-sp_cleanup.remove_unused_private_members=false
-sp_cleanup.remove_unused_private_methods=true
-sp_cleanup.remove_unused_private_types=true
-sp_cleanup.sort_members=false
-sp_cleanup.sort_members_all=false
-sp_cleanup.use_blocks=false
-sp_cleanup.use_blocks_only_for_return_and_throw=false
-sp_cleanup.use_parentheses_in_expressions=false
-sp_cleanup.use_this_for_non_static_field_access=false
-sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true
-sp_cleanup.use_this_for_non_static_method_access=false
-sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true
diff --git a/org.fortiss.af3.rcp.application/.settings/org.eclipse.m2e.core.prefs b/org.fortiss.af3.rcp.application/.settings/org.eclipse.m2e.core.prefs
deleted file mode 100644
index f897a7f1cb2389f85fe6381425d29f0a9866fb65..0000000000000000000000000000000000000000
--- a/org.fortiss.af3.rcp.application/.settings/org.eclipse.m2e.core.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-activeProfiles=
-eclipse.preferences.version=1
-resolveWorkspaceProjects=true
-version=1
diff --git a/org.fortiss.af3.rcp.application/META-INF/MANIFEST.MF b/org.fortiss.af3.rcp.application/META-INF/MANIFEST.MF
index e506020f3bb52d9c2eccb8b3546ac57063315783..4fb1426a512e20e758162bc0114d873618e27ff8 100644
--- a/org.fortiss.af3.rcp.application/META-INF/MANIFEST.MF
+++ b/org.fortiss.af3.rcp.application/META-INF/MANIFEST.MF
@@ -19,7 +19,8 @@ Export-Package: org.fortiss.af3.rcp.application;
    org.osgi.framework",
  org.fortiss.af3.rcp.application.example,
  test.org.fortiss.af3.rcp.application
-Require-Bundle: eu.fbk.af3.tools.diagram.ui;bundle-version="2.15.0",
+Require-Bundle: org.fortiss.af3.rcp.help;bundle-version="2.15.0",
+ eu.fbk.af3.tools.diagram.ui;bundle-version="2.15.0",
  org.fortiss.af3.cosimulation.ui;bundle-version="2.15.0",
  org.fortiss.af3.exploration.ui;bundle-version="2.15.0",
  org.fortiss.af3.mira.ui;bundle-version="2.15.0",
@@ -51,8 +52,6 @@ Require-Bundle: eu.fbk.af3.tools.diagram.ui;bundle-version="2.15.0",
  org.eclipse.equinox.http.registry,
  org.eclipse.equinox.http.servlet,
  org.eclipse.equinox.p2.director,
- org.eclipse.help.ui;bundle-version="4.1.500",
- org.eclipse.help.webapp;bundle-version="3.9.500",
  org.eclipse.osgi.services,
  org.eclipse.swtbot.eclipse.finder;bundle-version="2.0.5";resolution:=optional,
  org.eclipse.swtbot.forms.finder;bundle-version="2.0.5";resolution:=optional,
diff --git a/org.fortiss.af3.rcp.application/build.properties b/org.fortiss.af3.rcp.application/build.properties
index 71dda284a59fa183337f994d24a116fc56763382..c69e741b7b2ec58661b2ac633acd9ac8e28933c5 100644
--- a/org.fortiss.af3.rcp.application/build.properties
+++ b/org.fortiss.af3.rcp.application/build.properties
@@ -10,7 +10,4 @@ bin.includes = plugin.xml,\
                splash.bmp,\
                html/,\
                plugin_customization.ini,\
-               toc.xml,\
-               test-data/,\
-               intro/,\
-               introdata.xml
+               test-data/
diff --git a/org.fortiss.af3.rcp.application/html/.ratings b/org.fortiss.af3.rcp.application/html/.ratings
index 723c475f185ef940062cb1ac0929f35aee7079ea..0915531aa975e5a8c04303a81486504ef2c4b230 100644
--- a/org.fortiss.af3.rcp.application/html/.ratings
+++ b/org.fortiss.af3.rcp.application/html/.ratings
@@ -1,53 +1 @@
-MIRA.aspects.html e761406ccf2f1caec8b1744999283aa51cc7f27a RED
-MIRA.export_report.html fbd97dff764cff59e647a79f7cd62cd897cf55b4 RED
-MIRA.glossary.html f0f4ff9b771d96001bdac388b88590716581c573 RED
-MIRA.requirement_source.html 5fc52fcd8527b0b0c1418b88a9a51affc641aaa2 RED
-MIRA.requirements.html 52acaf28bddc12f3bd30b08fcf52785e5414042e RED
-MIRA.requirements_analysis.html d8a27745b2db24883e473f4a819337d4268cb261 RED
-MIRA.what_is_MIRA.html 3b6528f3da42ff9dc142251243e8340307540740 RED
-MSC.html 96f052975c78e6d4a985347893c31ab3d6ccc2f1 RED
-analyses_new.html 728ce1a3036f16fe7abd5a648e69376973833857 RED
-assume_guarantee_reasoning.html f7fd9713180146bc867214f05070e2b0a3693985 RED
-beagle_java_deployment.html 8ba70c9b06c3313f3d732bcdb43e8cc15fe193a1 RED
-bound_check.html 0e375630065dbee1463d9efa3484289534cf34b1 RED
-code_generation.html 8d3b9847eed8693bbc0c23a0dc5f8be2f118714b RED
-code_specification.html 6abb0c1e49b2545e5b3d81444481689ca5bbd611 RED
-component_architecture.html 5a01c22bbfb55839ef8d05e5850a926173f9452c RED
-cosimulation_with_af3.html a2daa6bb9a39083cf2498df26df54572f69c38da RED
-data_dictionary.html b3ae064896c7617b7adff889d129802c7832438b RED
-dse_perspective.html f050d9fa27d2c20ce5dc14e56b37184676bda4c6 RED
-efficient_deployment.html f51b3cf4a6dc9e172cdbe50c2703a13414d0f3cc RED
-external_tools.html 49d87b1873ffd6c5132aafd7238464a565742a55 RED
-getting_started.html 856f0f694a2bdf70519703acda8dcd90657808da RED
-hierarchical_state_automaton.html cebd924f514cd50f229c7745e173f76bd0c0038b RED
-library.html 4dcbc369f70cc5ba943404da07e15955df65b3fc RED
-loading_standard_examples.html a2693477f0afb902f2899d12b3166f01378f6d8d RED
-manual_deployment.html 91f2636b00d59253f7007864d4e0ebdd0b713dad RED
-mcdc.html e2c759d71cf926540a34cae6b5c65e3899dd7e36 GREEN
-mode_automaton.html dc395eab03cb6920580f54e317c3d203e64cb496 RED
-model_checking_with_af3.html e856030ffeaab17a2f69da94ea76b8b369c30297 RED
-model_element_attributes.html b9b78c89164cad7dfa13e0df1f3beb5f58a3f1e3 RED
-model_markers_view.html 9b555dfff011f385fdde640f81ddfe0e5b5edf40 RED
-model_testing.html 1337b89d2933f98c3ce76fb70a5e2f96c34c8613 RED
-non_determinism_analysis.html 6358a070d69a95bea3b521b2fad248cb002d7d2f RED
-ocra_contracts.html 83d86a87bfb7c8253b6396267a26bd9a65e86714 RED
-operatorpanels.html a5343a0ad3a8421da55bf809e831b61d968c5623 RED
-operatorpanels_advanced.html f48da6255d25f04cf83e5c181bfeba5c537bcfd4 RED
-platform_architecture.html 2ff796afc0a14a259ad9a20ec59648b79941786b RED
-process.html 85b2291750c54d14d06aada3803c2cc9fbf6b2fd RED
-process_constraints.html a41f194d6100c4f4000f59aaf5bd8b54b7df06c9 RED
-process_constraints_definition.html b176d4e6070e292abe1cfd38920f2f7bc6bb7ed1 RED
-process_definition.html e8ad097c1bab232f067b4fc614a8389245b7e89c RED
-process_usage.html cb2acbc3b8200c452d4de3aebc91a5bcdd49d9a6 RED
-reachability_analysis.html 23ac6175d49bb9536f51c8359b10807303757c86 RED
-refactoring.html cdfd1f78f6cb543ad3643eecf8f7c5f5130fe9b6 RED
-refinement.html da2696e355081a2c1f4baac4629b9e2dd621a9d4 RED
-refinement_testing.html 3c1ba760015bf4d12bad1567d65d913255416437 RED
-safety.html 5f7d5b677b31bc916ec2c62d82b44502c0705a2d RED
-safety_cases.html 50f3f6f97c8fa23f1790924333897ce1d0073e96 GREEN
-scheduling.html 94646464662c1745795ab1954dfcc5f469fdaee7 RED
-simulation_with_af3.html 36223384af0af325642fe1dce007aecafa62843f RED
-state_automaton.html 5850977b2e0f2b760e15340ee8eca319ec16c71f RED
-technical_architecture_generation.html 0c7f91e00071c4f4883164532b1b38ebbd1f265c RED
-tipsAndTricks.html 6eef4c172b9f40ec52010e28050f256cad969f36 RED
-tl_specification.html 2bbc810ab72c9826a60c9486781d1282ca93de41 RED
+documentation.html f56a860735bf1f8daa23b155d7364950da24da60 RED
diff --git a/org.fortiss.af3.rcp.application/html/developer/.ratings b/org.fortiss.af3.rcp.application/html/developer/.ratings
deleted file mode 100644
index 0915531aa975e5a8c04303a81486504ef2c4b230..0000000000000000000000000000000000000000
--- a/org.fortiss.af3.rcp.application/html/developer/.ratings
+++ /dev/null
@@ -1 +0,0 @@
-documentation.html f56a860735bf1f8daa23b155d7364950da24da60 RED
diff --git a/org.fortiss.af3.rcp.application/html/developer/documentation.html b/org.fortiss.af3.rcp.application/html/documentation.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/developer/documentation.html
rename to org.fortiss.af3.rcp.application/html/documentation.html
diff --git a/org.fortiss.af3.rcp.application/plugin.xml b/org.fortiss.af3.rcp.application/plugin.xml
index c76c3b390f10ef5f85f95509a94376def8ba357f..bd7d11f9deb756e6bf35733674a7841e297bfddc 100644
--- a/org.fortiss.af3.rcp.application/plugin.xml
+++ b/org.fortiss.af3.rcp.application/plugin.xml
@@ -209,13 +209,6 @@
             name="Exit">
       </command>
    </extension>
-   <extension
-         point="org.eclipse.help.toc">
-      <toc
-            file="toc.xml"
-            primary="true">
-      </toc>
-   </extension>
    <extension
          point="org.fortiss.tooling.kernel.ui.contextMenuContribution">
       <contextMenuContribution
diff --git a/org.fortiss.af3.rcp.application/plugin_customization.ini b/org.fortiss.af3.rcp.application/plugin_customization.ini
index d1f583194fa1a5a73427f05d2954789a1534e989..3a36ad4d7114e47a5109a25c341d9367657aaa2f 100644
--- a/org.fortiss.af3.rcp.application/plugin_customization.ini
+++ b/org.fortiss.af3.rcp.application/plugin_customization.ini
@@ -6,4 +6,4 @@ org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.slate
 org.eclipse.ui.intro.universal/INTRO_ROOT_PAGES = overview,tutorials,samples,whatsnew, webresources
 org.eclipse.ui.intro.universal/INTRO_DATA=product:introData.xml
 org.eclipse.help.base/help_home=\
-    /org.fortiss.af3.rcp.application/html/getting_started.html
+    /org.fortiss.af3.rcp.help/html/getting_started.html
diff --git a/org.fortiss.af3.rcp.help/.classpath b/org.fortiss.af3.rcp.help/.classpath
new file mode 100644
index 0000000000000000000000000000000000000000..4473616c037d32f72f95291c2d5a8d42145de1f1
--- /dev/null
+++ b/org.fortiss.af3.rcp.help/.classpath
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
+		<attributes>
+			<attribute name="module" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="output" path="build"/>
+</classpath>
diff --git a/org.fortiss.af3.rcp.help/.project b/org.fortiss.af3.rcp.help/.project
new file mode 100644
index 0000000000000000000000000000000000000000..fe6fbec9c76cea2aeb1031d848811c4e8e4de826
--- /dev/null
+++ b/org.fortiss.af3.rcp.help/.project
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.fortiss.af3.rcp.help</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.systemfocus.tooling.codereview.builder.CodeReviewBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.systemfocus.tooling.codereview.builder.RemoveWarningsBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.systemfocus.tooling.codereview.builder.GuidelinesCheckBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.systemfocus.tooling.codereview.nature.CodeReviewNature</nature>
+	</natures>
+</projectDescription>
diff --git a/org.fortiss.af3.rcp.help/.settings b/org.fortiss.af3.rcp.help/.settings
new file mode 160000
index 0000000000000000000000000000000000000000..d117b3db1742a745f515d2b6c52cc9a02e57c299
--- /dev/null
+++ b/org.fortiss.af3.rcp.help/.settings
@@ -0,0 +1 @@
+Subproject commit d117b3db1742a745f515d2b6c52cc9a02e57c299
diff --git a/org.fortiss.af3.rcp.help/META-INF/MANIFEST.MF b/org.fortiss.af3.rcp.help/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000000000000000000000000000000000..e91dfa8fa1324d8dd92a49368f1e3e40cc994da2
--- /dev/null
+++ b/org.fortiss.af3.rcp.help/META-INF/MANIFEST.MF
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Automatic-Module-Name: org.fortiss.af3.rcp.help
+Bundle-ManifestVersion: 2
+Bundle-Name: AF3 Online Help
+Bundle-SymbolicName: org.fortiss.af3.rcp.help;singleton:=true
+Bundle-Version: 2.15.0.qualifier
+Bundle-Vendor: fortiss GmbH
+Bundle-RequiredExecutionEnvironment: JavaSE-11
+Bundle-ActivationPolicy: lazy
+Require-Bundle: org.eclipse.help.ui;bundle-version="4.1.500",
+ org.eclipse.help.webapp;bundle-version="3.9.500"
+
diff --git a/org.fortiss.af3.rcp.help/build.properties b/org.fortiss.af3.rcp.help/build.properties
new file mode 100644
index 0000000000000000000000000000000000000000..4fe8246d9d95dc531e3555902fa6720a706e14d5
--- /dev/null
+++ b/org.fortiss.af3.rcp.help/build.properties
@@ -0,0 +1,7 @@
+# (c) 2019 fortiss GmbH
+
+bin.includes = plugin.xml,\
+               META-INF/,\
+               .,\
+               html/,\
+               toc.xml
diff --git a/org.fortiss.af3.rcp.help/html/.ratings b/org.fortiss.af3.rcp.help/html/.ratings
new file mode 100644
index 0000000000000000000000000000000000000000..723c475f185ef940062cb1ac0929f35aee7079ea
--- /dev/null
+++ b/org.fortiss.af3.rcp.help/html/.ratings
@@ -0,0 +1,53 @@
+MIRA.aspects.html e761406ccf2f1caec8b1744999283aa51cc7f27a RED
+MIRA.export_report.html fbd97dff764cff59e647a79f7cd62cd897cf55b4 RED
+MIRA.glossary.html f0f4ff9b771d96001bdac388b88590716581c573 RED
+MIRA.requirement_source.html 5fc52fcd8527b0b0c1418b88a9a51affc641aaa2 RED
+MIRA.requirements.html 52acaf28bddc12f3bd30b08fcf52785e5414042e RED
+MIRA.requirements_analysis.html d8a27745b2db24883e473f4a819337d4268cb261 RED
+MIRA.what_is_MIRA.html 3b6528f3da42ff9dc142251243e8340307540740 RED
+MSC.html 96f052975c78e6d4a985347893c31ab3d6ccc2f1 RED
+analyses_new.html 728ce1a3036f16fe7abd5a648e69376973833857 RED
+assume_guarantee_reasoning.html f7fd9713180146bc867214f05070e2b0a3693985 RED
+beagle_java_deployment.html 8ba70c9b06c3313f3d732bcdb43e8cc15fe193a1 RED
+bound_check.html 0e375630065dbee1463d9efa3484289534cf34b1 RED
+code_generation.html 8d3b9847eed8693bbc0c23a0dc5f8be2f118714b RED
+code_specification.html 6abb0c1e49b2545e5b3d81444481689ca5bbd611 RED
+component_architecture.html 5a01c22bbfb55839ef8d05e5850a926173f9452c RED
+cosimulation_with_af3.html a2daa6bb9a39083cf2498df26df54572f69c38da RED
+data_dictionary.html b3ae064896c7617b7adff889d129802c7832438b RED
+dse_perspective.html f050d9fa27d2c20ce5dc14e56b37184676bda4c6 RED
+efficient_deployment.html f51b3cf4a6dc9e172cdbe50c2703a13414d0f3cc RED
+external_tools.html 49d87b1873ffd6c5132aafd7238464a565742a55 RED
+getting_started.html 856f0f694a2bdf70519703acda8dcd90657808da RED
+hierarchical_state_automaton.html cebd924f514cd50f229c7745e173f76bd0c0038b RED
+library.html 4dcbc369f70cc5ba943404da07e15955df65b3fc RED
+loading_standard_examples.html a2693477f0afb902f2899d12b3166f01378f6d8d RED
+manual_deployment.html 91f2636b00d59253f7007864d4e0ebdd0b713dad RED
+mcdc.html e2c759d71cf926540a34cae6b5c65e3899dd7e36 GREEN
+mode_automaton.html dc395eab03cb6920580f54e317c3d203e64cb496 RED
+model_checking_with_af3.html e856030ffeaab17a2f69da94ea76b8b369c30297 RED
+model_element_attributes.html b9b78c89164cad7dfa13e0df1f3beb5f58a3f1e3 RED
+model_markers_view.html 9b555dfff011f385fdde640f81ddfe0e5b5edf40 RED
+model_testing.html 1337b89d2933f98c3ce76fb70a5e2f96c34c8613 RED
+non_determinism_analysis.html 6358a070d69a95bea3b521b2fad248cb002d7d2f RED
+ocra_contracts.html 83d86a87bfb7c8253b6396267a26bd9a65e86714 RED
+operatorpanels.html a5343a0ad3a8421da55bf809e831b61d968c5623 RED
+operatorpanels_advanced.html f48da6255d25f04cf83e5c181bfeba5c537bcfd4 RED
+platform_architecture.html 2ff796afc0a14a259ad9a20ec59648b79941786b RED
+process.html 85b2291750c54d14d06aada3803c2cc9fbf6b2fd RED
+process_constraints.html a41f194d6100c4f4000f59aaf5bd8b54b7df06c9 RED
+process_constraints_definition.html b176d4e6070e292abe1cfd38920f2f7bc6bb7ed1 RED
+process_definition.html e8ad097c1bab232f067b4fc614a8389245b7e89c RED
+process_usage.html cb2acbc3b8200c452d4de3aebc91a5bcdd49d9a6 RED
+reachability_analysis.html 23ac6175d49bb9536f51c8359b10807303757c86 RED
+refactoring.html cdfd1f78f6cb543ad3643eecf8f7c5f5130fe9b6 RED
+refinement.html da2696e355081a2c1f4baac4629b9e2dd621a9d4 RED
+refinement_testing.html 3c1ba760015bf4d12bad1567d65d913255416437 RED
+safety.html 5f7d5b677b31bc916ec2c62d82b44502c0705a2d RED
+safety_cases.html 50f3f6f97c8fa23f1790924333897ce1d0073e96 GREEN
+scheduling.html 94646464662c1745795ab1954dfcc5f469fdaee7 RED
+simulation_with_af3.html 36223384af0af325642fe1dce007aecafa62843f RED
+state_automaton.html 5850977b2e0f2b760e15340ee8eca319ec16c71f RED
+technical_architecture_generation.html 0c7f91e00071c4f4883164532b1b38ebbd1f265c RED
+tipsAndTricks.html 6eef4c172b9f40ec52010e28050f256cad969f36 RED
+tl_specification.html 2bbc810ab72c9826a60c9486781d1282ca93de41 RED
diff --git a/org.fortiss.af3.rcp.application/html/MIRA.aspects.html b/org.fortiss.af3.rcp.help/html/MIRA.aspects.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/MIRA.aspects.html
rename to org.fortiss.af3.rcp.help/html/MIRA.aspects.html
diff --git a/org.fortiss.af3.rcp.application/html/MIRA.export_report.html b/org.fortiss.af3.rcp.help/html/MIRA.export_report.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/MIRA.export_report.html
rename to org.fortiss.af3.rcp.help/html/MIRA.export_report.html
diff --git a/org.fortiss.af3.rcp.application/html/MIRA.glossary.html b/org.fortiss.af3.rcp.help/html/MIRA.glossary.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/MIRA.glossary.html
rename to org.fortiss.af3.rcp.help/html/MIRA.glossary.html
diff --git a/org.fortiss.af3.rcp.application/html/MIRA.requirement_source.html b/org.fortiss.af3.rcp.help/html/MIRA.requirement_source.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/MIRA.requirement_source.html
rename to org.fortiss.af3.rcp.help/html/MIRA.requirement_source.html
diff --git a/org.fortiss.af3.rcp.application/html/MIRA.requirements.html b/org.fortiss.af3.rcp.help/html/MIRA.requirements.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/MIRA.requirements.html
rename to org.fortiss.af3.rcp.help/html/MIRA.requirements.html
diff --git a/org.fortiss.af3.rcp.application/html/MIRA.requirements_analysis.html b/org.fortiss.af3.rcp.help/html/MIRA.requirements_analysis.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/MIRA.requirements_analysis.html
rename to org.fortiss.af3.rcp.help/html/MIRA.requirements_analysis.html
diff --git a/org.fortiss.af3.rcp.application/html/MIRA.what_is_MIRA.html b/org.fortiss.af3.rcp.help/html/MIRA.what_is_MIRA.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/MIRA.what_is_MIRA.html
rename to org.fortiss.af3.rcp.help/html/MIRA.what_is_MIRA.html
diff --git a/org.fortiss.af3.rcp.application/html/MSC.html b/org.fortiss.af3.rcp.help/html/MSC.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/MSC.html
rename to org.fortiss.af3.rcp.help/html/MSC.html
diff --git a/org.fortiss.af3.rcp.application/html/analyses_new.html b/org.fortiss.af3.rcp.help/html/analyses_new.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/analyses_new.html
rename to org.fortiss.af3.rcp.help/html/analyses_new.html
diff --git a/org.fortiss.af3.rcp.application/html/assume_guarantee_reasoning.html b/org.fortiss.af3.rcp.help/html/assume_guarantee_reasoning.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/assume_guarantee_reasoning.html
rename to org.fortiss.af3.rcp.help/html/assume_guarantee_reasoning.html
diff --git a/org.fortiss.af3.rcp.application/html/beagle_java_deployment.html b/org.fortiss.af3.rcp.help/html/beagle_java_deployment.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/beagle_java_deployment.html
rename to org.fortiss.af3.rcp.help/html/beagle_java_deployment.html
diff --git a/org.fortiss.af3.rcp.application/html/bound_check.html b/org.fortiss.af3.rcp.help/html/bound_check.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/bound_check.html
rename to org.fortiss.af3.rcp.help/html/bound_check.html
diff --git a/org.fortiss.af3.rcp.application/html/code_generation.html b/org.fortiss.af3.rcp.help/html/code_generation.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/code_generation.html
rename to org.fortiss.af3.rcp.help/html/code_generation.html
diff --git a/org.fortiss.af3.rcp.application/html/code_specification.html b/org.fortiss.af3.rcp.help/html/code_specification.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/code_specification.html
rename to org.fortiss.af3.rcp.help/html/code_specification.html
diff --git a/org.fortiss.af3.rcp.application/html/component_architecture.html b/org.fortiss.af3.rcp.help/html/component_architecture.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/component_architecture.html
rename to org.fortiss.af3.rcp.help/html/component_architecture.html
diff --git a/org.fortiss.af3.rcp.application/html/cosimulation_with_af3.html b/org.fortiss.af3.rcp.help/html/cosimulation_with_af3.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/cosimulation_with_af3.html
rename to org.fortiss.af3.rcp.help/html/cosimulation_with_af3.html
diff --git a/org.fortiss.af3.rcp.application/html/data_dictionary.html b/org.fortiss.af3.rcp.help/html/data_dictionary.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/data_dictionary.html
rename to org.fortiss.af3.rcp.help/html/data_dictionary.html
diff --git a/org.fortiss.af3.rcp.application/html/dse_perspective.html b/org.fortiss.af3.rcp.help/html/dse_perspective.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/dse_perspective.html
rename to org.fortiss.af3.rcp.help/html/dse_perspective.html
diff --git a/org.fortiss.af3.rcp.application/html/efficient_deployment.html b/org.fortiss.af3.rcp.help/html/efficient_deployment.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/efficient_deployment.html
rename to org.fortiss.af3.rcp.help/html/efficient_deployment.html
diff --git a/org.fortiss.af3.rcp.application/html/external_tools.html b/org.fortiss.af3.rcp.help/html/external_tools.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/external_tools.html
rename to org.fortiss.af3.rcp.help/html/external_tools.html
diff --git a/org.fortiss.af3.rcp.application/html/gettingStarted/ie6.css b/org.fortiss.af3.rcp.help/html/gettingStarted/ie6.css
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/gettingStarted/ie6.css
rename to org.fortiss.af3.rcp.help/html/gettingStarted/ie6.css
diff --git a/org.fortiss.af3.rcp.application/html/gettingStarted/img/WAF3verification.png b/org.fortiss.af3.rcp.help/html/gettingStarted/img/WAF3verification.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/gettingStarted/img/WAF3verification.png
rename to org.fortiss.af3.rcp.help/html/gettingStarted/img/WAF3verification.png
diff --git a/org.fortiss.af3.rcp.application/html/gettingStarted/img/codedepl.png b/org.fortiss.af3.rcp.help/html/gettingStarted/img/codedepl.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/gettingStarted/img/codedepl.png
rename to org.fortiss.af3.rcp.help/html/gettingStarted/img/codedepl.png
diff --git a/org.fortiss.af3.rcp.application/html/gettingStarted/img/grays2.gif b/org.fortiss.af3.rcp.help/html/gettingStarted/img/grays2.gif
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/gettingStarted/img/grays2.gif
rename to org.fortiss.af3.rcp.help/html/gettingStarted/img/grays2.gif
diff --git a/org.fortiss.af3.rcp.application/html/gettingStarted/img/iconlink2.png b/org.fortiss.af3.rcp.help/html/gettingStarted/img/iconlink2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/gettingStarted/img/iconlink2.png
rename to org.fortiss.af3.rcp.help/html/gettingStarted/img/iconlink2.png
diff --git a/org.fortiss.af3.rcp.application/html/gettingStarted/img/logo.jpg b/org.fortiss.af3.rcp.help/html/gettingStarted/img/logo.jpg
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/gettingStarted/img/logo.jpg
rename to org.fortiss.af3.rcp.help/html/gettingStarted/img/logo.jpg
diff --git a/org.fortiss.af3.rcp.application/html/gettingStarted/img/req2.png b/org.fortiss.af3.rcp.help/html/gettingStarted/img/req2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/gettingStarted/img/req2.png
rename to org.fortiss.af3.rcp.help/html/gettingStarted/img/req2.png
diff --git a/org.fortiss.af3.rcp.application/html/gettingStarted/img/sim.png b/org.fortiss.af3.rcp.help/html/gettingStarted/img/sim.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/gettingStarted/img/sim.png
rename to org.fortiss.af3.rcp.help/html/gettingStarted/img/sim.png
diff --git a/org.fortiss.af3.rcp.application/html/gettingStarted/img/sublist.jpg b/org.fortiss.af3.rcp.help/html/gettingStarted/img/sublist.jpg
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/gettingStarted/img/sublist.jpg
rename to org.fortiss.af3.rcp.help/html/gettingStarted/img/sublist.jpg
diff --git a/org.fortiss.af3.rcp.application/html/gettingStarted/img/topimage3.jpg b/org.fortiss.af3.rcp.help/html/gettingStarted/img/topimage3.jpg
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/gettingStarted/img/topimage3.jpg
rename to org.fortiss.af3.rcp.help/html/gettingStarted/img/topimage3.jpg
diff --git a/org.fortiss.af3.rcp.application/html/gettingStarted/main_style.css b/org.fortiss.af3.rcp.help/html/gettingStarted/main_style.css
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/gettingStarted/main_style.css
rename to org.fortiss.af3.rcp.help/html/gettingStarted/main_style.css
diff --git a/org.fortiss.af3.rcp.application/html/getting_started.html b/org.fortiss.af3.rcp.help/html/getting_started.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/getting_started.html
rename to org.fortiss.af3.rcp.help/html/getting_started.html
diff --git a/org.fortiss.af3.rcp.application/html/hierarchical_state_automaton.html b/org.fortiss.af3.rcp.help/html/hierarchical_state_automaton.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/hierarchical_state_automaton.html
rename to org.fortiss.af3.rcp.help/html/hierarchical_state_automaton.html
diff --git a/org.fortiss.af3.rcp.application/html/library.html b/org.fortiss.af3.rcp.help/html/library.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/library.html
rename to org.fortiss.af3.rcp.help/html/library.html
diff --git a/org.fortiss.af3.rcp.application/html/loading_standard_examples.html b/org.fortiss.af3.rcp.help/html/loading_standard_examples.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/loading_standard_examples.html
rename to org.fortiss.af3.rcp.help/html/loading_standard_examples.html
diff --git a/org.fortiss.af3.rcp.application/html/manual_deployment.html b/org.fortiss.af3.rcp.help/html/manual_deployment.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/manual_deployment.html
rename to org.fortiss.af3.rcp.help/html/manual_deployment.html
diff --git a/org.fortiss.af3.rcp.application/html/mcdc.html b/org.fortiss.af3.rcp.help/html/mcdc.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/mcdc.html
rename to org.fortiss.af3.rcp.help/html/mcdc.html
diff --git a/org.fortiss.af3.rcp.application/html/mode_automaton.html b/org.fortiss.af3.rcp.help/html/mode_automaton.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/mode_automaton.html
rename to org.fortiss.af3.rcp.help/html/mode_automaton.html
diff --git a/org.fortiss.af3.rcp.application/html/model_checking_with_af3.html b/org.fortiss.af3.rcp.help/html/model_checking_with_af3.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/model_checking_with_af3.html
rename to org.fortiss.af3.rcp.help/html/model_checking_with_af3.html
diff --git a/org.fortiss.af3.rcp.application/html/model_element_attributes.html b/org.fortiss.af3.rcp.help/html/model_element_attributes.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/model_element_attributes.html
rename to org.fortiss.af3.rcp.help/html/model_element_attributes.html
diff --git a/org.fortiss.af3.rcp.application/html/model_markers_view.html b/org.fortiss.af3.rcp.help/html/model_markers_view.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/model_markers_view.html
rename to org.fortiss.af3.rcp.help/html/model_markers_view.html
diff --git a/org.fortiss.af3.rcp.application/html/model_testing.html b/org.fortiss.af3.rcp.help/html/model_testing.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/model_testing.html
rename to org.fortiss.af3.rcp.help/html/model_testing.html
diff --git a/org.fortiss.af3.rcp.application/html/non_determinism_analysis.html b/org.fortiss.af3.rcp.help/html/non_determinism_analysis.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/non_determinism_analysis.html
rename to org.fortiss.af3.rcp.help/html/non_determinism_analysis.html
diff --git a/org.fortiss.af3.rcp.application/html/ocra_contracts.html b/org.fortiss.af3.rcp.help/html/ocra_contracts.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/ocra_contracts.html
rename to org.fortiss.af3.rcp.help/html/ocra_contracts.html
diff --git a/org.fortiss.af3.rcp.application/html/operatorpanels.html b/org.fortiss.af3.rcp.help/html/operatorpanels.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/operatorpanels.html
rename to org.fortiss.af3.rcp.help/html/operatorpanels.html
diff --git a/org.fortiss.af3.rcp.application/html/operatorpanels_advanced.html b/org.fortiss.af3.rcp.help/html/operatorpanels_advanced.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/operatorpanels_advanced.html
rename to org.fortiss.af3.rcp.help/html/operatorpanels_advanced.html
diff --git a/org.fortiss.af3.rcp.application/html/pictures/ACC_generated_deployment.png b/org.fortiss.af3.rcp.help/html/pictures/ACC_generated_deployment.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/ACC_generated_deployment.png
rename to org.fortiss.af3.rcp.help/html/pictures/ACC_generated_deployment.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Acc_la_annot.png b/org.fortiss.af3.rcp.help/html/pictures/Acc_la_annot.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Acc_la_annot.png
rename to org.fortiss.af3.rcp.help/html/pictures/Acc_la_annot.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Acc_la_pikeos.png b/org.fortiss.af3.rcp.help/html/pictures/Acc_la_pikeos.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Acc_la_pikeos.png
rename to org.fortiss.af3.rcp.help/html/pictures/Acc_la_pikeos.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Acc_ta_annot.png b/org.fortiss.af3.rcp.help/html/pictures/Acc_ta_annot.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Acc_ta_annot.png
rename to org.fortiss.af3.rcp.help/html/pictures/Acc_ta_annot.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Acc_ta_pikeos_1.png b/org.fortiss.af3.rcp.help/html/pictures/Acc_ta_pikeos_1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Acc_ta_pikeos_1.png
rename to org.fortiss.af3.rcp.help/html/pictures/Acc_ta_pikeos_1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Acc_ta_pikeos_2.png b/org.fortiss.af3.rcp.help/html/pictures/Acc_ta_pikeos_2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Acc_ta_pikeos_2.png
rename to org.fortiss.af3.rcp.help/html/pictures/Acc_ta_pikeos_2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/ActivateOCRAConstraint.png b/org.fortiss.af3.rcp.help/html/pictures/ActivateOCRAConstraint.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/ActivateOCRAConstraint.png
rename to org.fortiss.af3.rcp.help/html/pictures/ActivateOCRAConstraint.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Beagle.EclipseProjectSetup.png b/org.fortiss.af3.rcp.help/html/pictures/Beagle.EclipseProjectSetup.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Beagle.EclipseProjectSetup.png
rename to org.fortiss.af3.rcp.help/html/pictures/Beagle.EclipseProjectSetup.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Beagle.JavaProject.png b/org.fortiss.af3.rcp.help/html/pictures/Beagle.JavaProject.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Beagle.JavaProject.png
rename to org.fortiss.af3.rcp.help/html/pictures/Beagle.JavaProject.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Beagle.ModelElements.png b/org.fortiss.af3.rcp.help/html/pictures/Beagle.ModelElements.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Beagle.ModelElements.png
rename to org.fortiss.af3.rcp.help/html/pictures/Beagle.ModelElements.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Beagle.RunDeploymentGenerator.png b/org.fortiss.af3.rcp.help/html/pictures/Beagle.RunDeploymentGenerator.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Beagle.RunDeploymentGenerator.png
rename to org.fortiss.af3.rcp.help/html/pictures/Beagle.RunDeploymentGenerator.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Beagle.RunSystem.png b/org.fortiss.af3.rcp.help/html/pictures/Beagle.RunSystem.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Beagle.RunSystem.png
rename to org.fortiss.af3.rcp.help/html/pictures/Beagle.RunSystem.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Button.Expert.png b/org.fortiss.af3.rcp.help/html/pictures/Button.Expert.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Button.Expert.png
rename to org.fortiss.af3.rcp.help/html/pictures/Button.Expert.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Button.OpenPerspective.png b/org.fortiss.af3.rcp.help/html/pictures/Button.OpenPerspective.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Button.OpenPerspective.png
rename to org.fortiss.af3.rcp.help/html/pictures/Button.OpenPerspective.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Code.Generation.Deployment.Files.png b/org.fortiss.af3.rcp.help/html/pictures/Code.Generation.Deployment.Files.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Code.Generation.Deployment.Files.png
rename to org.fortiss.af3.rcp.help/html/pictures/Code.Generation.Deployment.Files.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Code.Generation.Select.png b/org.fortiss.af3.rcp.help/html/pictures/Code.Generation.Select.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Code.Generation.Select.png
rename to org.fortiss.af3.rcp.help/html/pictures/Code.Generation.Select.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Code.Generation.Start.png b/org.fortiss.af3.rcp.help/html/pictures/Code.Generation.Start.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Code.Generation.Start.png
rename to org.fortiss.af3.rcp.help/html/pictures/Code.Generation.Start.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Code.Generation.StartDeployment.png b/org.fortiss.af3.rcp.help/html/pictures/Code.Generation.StartDeployment.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Code.Generation.StartDeployment.png
rename to org.fortiss.af3.rcp.help/html/pictures/Code.Generation.StartDeployment.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Code.Generation.Storage.View.png b/org.fortiss.af3.rcp.help/html/pictures/Code.Generation.Storage.View.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Code.Generation.Storage.View.png
rename to org.fortiss.af3.rcp.help/html/pictures/Code.Generation.Storage.View.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/CodeSpecification.Errors.png b/org.fortiss.af3.rcp.help/html/pictures/CodeSpecification.Errors.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/CodeSpecification.Errors.png
rename to org.fortiss.af3.rcp.help/html/pictures/CodeSpecification.Errors.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/CodeSpecification.png b/org.fortiss.af3.rcp.help/html/pictures/CodeSpecification.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/CodeSpecification.png
rename to org.fortiss.af3.rcp.help/html/pictures/CodeSpecification.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Components.AddComponent.png b/org.fortiss.af3.rcp.help/html/pictures/Components.AddComponent.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Components.AddComponent.png
rename to org.fortiss.af3.rcp.help/html/pictures/Components.AddComponent.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Components.Causality.png b/org.fortiss.af3.rcp.help/html/pictures/Components.Causality.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Components.Causality.png
rename to org.fortiss.af3.rcp.help/html/pictures/Components.Causality.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Components.Channels.png b/org.fortiss.af3.rcp.help/html/pictures/Components.Channels.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Components.Channels.png
rename to org.fortiss.af3.rcp.help/html/pictures/Components.Channels.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Components.NewArchitecture.png b/org.fortiss.af3.rcp.help/html/pictures/Components.NewArchitecture.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Components.NewArchitecture.png
rename to org.fortiss.af3.rcp.help/html/pictures/Components.NewArchitecture.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Components.Ports.png b/org.fortiss.af3.rcp.help/html/pictures/Components.Ports.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Components.Ports.png
rename to org.fortiss.af3.rcp.help/html/pictures/Components.Ports.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Components.Propagation.png b/org.fortiss.af3.rcp.help/html/pictures/Components.Propagation.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Components.Propagation.png
rename to org.fortiss.af3.rcp.help/html/pictures/Components.Propagation.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Components.Properties.png b/org.fortiss.af3.rcp.help/html/pictures/Components.Properties.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Components.Properties.png
rename to org.fortiss.af3.rcp.help/html/pictures/Components.Properties.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Cosimulation.RunCosimulation.png b/org.fortiss.af3.rcp.help/html/pictures/Cosimulation.RunCosimulation.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Cosimulation.RunCosimulation.png
rename to org.fortiss.af3.rcp.help/html/pictures/Cosimulation.RunCosimulation.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Cosimulation.SectionGeneral.png b/org.fortiss.af3.rcp.help/html/pictures/Cosimulation.SectionGeneral.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Cosimulation.SectionGeneral.png
rename to org.fortiss.af3.rcp.help/html/pictures/Cosimulation.SectionGeneral.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Cosimulation.SectionTypeRep.png b/org.fortiss.af3.rcp.help/html/pictures/Cosimulation.SectionTypeRep.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Cosimulation.SectionTypeRep.png
rename to org.fortiss.af3.rcp.help/html/pictures/Cosimulation.SectionTypeRep.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Editor.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Editor.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Editor.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Editor.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.GenResult.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.GenResult.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.GenResult.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.GenResult.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Generate.TA.Success.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Generate.TA.Success.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Generate.TA.Success.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Generate.TA.Success.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Generate.TA.new-1.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Generate.TA.new-1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Generate.TA.new-1.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Generate.TA.new-1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Generate.TA.new.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Generate.TA.new.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Generate.TA.new.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Generate.TA.new.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Generate.TA.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Generate.TA.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Generate.TA.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Generate.TA.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.History.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.History.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.History.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.History.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Model.Navigator.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Model.Navigator.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Model.Navigator.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Model.Navigator.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Navigator.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Navigator.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Navigator.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Navigator.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Results.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Results.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Results.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Results.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Schedule.Apply.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Schedule.Apply.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Schedule.Apply.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Schedule.Apply.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Schedule.Results.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Schedule.Results.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Schedule.Results.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Schedule.Results.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Schedule.Schedule.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Schedule.Schedule.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Schedule.Schedule.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Schedule.Schedule.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Schedule.Wizard.Results.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Schedule.Wizard.Results.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Schedule.Wizard.Results.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Schedule.Wizard.Results.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Schedule.Wizard1.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Schedule.Wizard1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Schedule.Wizard1.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Schedule.Wizard1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.ScheduleGen.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.ScheduleGen.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.ScheduleGen.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.ScheduleGen.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Scheduling_View_Platform1.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Scheduling_View_Platform1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Scheduling_View_Platform1.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Scheduling_View_Platform1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Scheduling_View_Platform2.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Scheduling_View_Platform2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Scheduling_View_Platform2.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Scheduling_View_Platform2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Scheduling_View_Platform3.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Scheduling_View_Platform3.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Scheduling_View_Platform3.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Scheduling_View_Platform3.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Select.LA.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Select.LA.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Select.LA.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Select.LA.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Start.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Start.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Start.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Start.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.TA.Deployment.Results.new.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.TA.Deployment.Results.new.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.TA.Deployment.Results.new.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.TA.Deployment.Results.new.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.TA.Deployment.Results.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.TA.Deployment.Results.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.TA.Deployment.Results.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.TA.Deployment.Results.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Tech.Editor-1.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Tech.Editor-1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Tech.Editor-1.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Tech.Editor-1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Tech.Editor.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Tech.Editor.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Tech.Editor.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Tech.Editor.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Tech.Navigator.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Tech.Navigator.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Tech.Navigator.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Tech.Navigator.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Tech.Start.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Tech.Start.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Tech.Start.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Tech.Start.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Tech.Wizard.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Tech.Wizard.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Tech.Wizard.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Tech.Wizard.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Wizard.Alloc.Constraints.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Wizard.Alloc.Constraints.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Wizard.Alloc.Constraints.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Wizard.Alloc.Constraints.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Wizard.Communication.Schedule.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Wizard.Communication.Schedule.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Wizard.Communication.Schedule.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Wizard.Communication.Schedule.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Wizard.Communication.Time.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Wizard.Communication.Time.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Wizard.Communication.Time.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Wizard.Communication.Time.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Wizard.Filter.Scheduling.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Wizard.Filter.Scheduling.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Wizard.Filter.Scheduling.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Wizard.Filter.Scheduling.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Wizard.Gen.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Wizard.Gen.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Wizard.Gen.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Wizard.Gen.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Wizard.Parameters.Overview.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Wizard.Parameters.Overview.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Wizard.Parameters.Overview.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Wizard.Parameters.Overview.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Wizard.Results.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Wizard.Results.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Wizard.Results.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Wizard.Results.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Wizard1.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Wizard1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Wizard1.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Wizard1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE.Wizard2.png b/org.fortiss.af3.rcp.help/html/pictures/DSE.Wizard2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE.Wizard2.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE.Wizard2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE_Partitioned_Deployment.png b/org.fortiss.af3.rcp.help/html/pictures/DSE_Partitioned_Deployment.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE_Partitioned_Deployment.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE_Partitioned_Deployment.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE_Partitioning_Constraint.png b/org.fortiss.af3.rcp.help/html/pictures/DSE_Partitioning_Constraint.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE_Partitioning_Constraint.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE_Partitioning_Constraint.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE_Perspective_Open.png b/org.fortiss.af3.rcp.help/html/pictures/DSE_Perspective_Open.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE_Perspective_Open.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE_Perspective_Open.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE_Project_Select_Quick_Menu.png b/org.fortiss.af3.rcp.help/html/pictures/DSE_Project_Select_Quick_Menu.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE_Project_Select_Quick_Menu.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE_Project_Select_Quick_Menu.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE_Project_Selected_Status.png b/org.fortiss.af3.rcp.help/html/pictures/DSE_Project_Selected_Status.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE_Project_Selected_Status.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE_Project_Selected_Status.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE_Quick_Help_View.png b/org.fortiss.af3.rcp.help/html/pictures/DSE_Quick_Help_View.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE_Quick_Help_View.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE_Quick_Help_View.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE_Quick_Menu_Generation_Tab.png b/org.fortiss.af3.rcp.help/html/pictures/DSE_Quick_Menu_Generation_Tab.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE_Quick_Menu_Generation_Tab.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE_Quick_Menu_Generation_Tab.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE_Quick_Menu_Status_Generation_Not_Present.png b/org.fortiss.af3.rcp.help/html/pictures/DSE_Quick_Menu_Status_Generation_Not_Present.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE_Quick_Menu_Status_Generation_Not_Present.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE_Quick_Menu_Status_Generation_Not_Present.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE_Quick_Menu_Status_Modeling_Not_Present.png b/org.fortiss.af3.rcp.help/html/pictures/DSE_Quick_Menu_Status_Modeling_Not_Present.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE_Quick_Menu_Status_Modeling_Not_Present.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE_Quick_Menu_Status_Modeling_Not_Present.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE_Quick_Menu_Status_Modeling_Present.png b/org.fortiss.af3.rcp.help/html/pictures/DSE_Quick_Menu_Status_Modeling_Present.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE_Quick_Menu_Status_Modeling_Present.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE_Quick_Menu_Status_Modeling_Present.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE_Quick_Menu_Visualization_Tab.png b/org.fortiss.af3.rcp.help/html/pictures/DSE_Quick_Menu_Visualization_Tab.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE_Quick_Menu_Visualization_Tab.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE_Quick_Menu_Visualization_Tab.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE_allocation_constraint.png b/org.fortiss.af3.rcp.help/html/pictures/DSE_allocation_constraint.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE_allocation_constraint.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE_allocation_constraint.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE_constraint_navigator.png b/org.fortiss.af3.rcp.help/html/pictures/DSE_constraint_navigator.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE_constraint_navigator.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE_constraint_navigator.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE_constraint_view.png b/org.fortiss.af3.rcp.help/html/pictures/DSE_constraint_view.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE_constraint_view.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE_constraint_view.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DSE_multi-rate.png b/org.fortiss.af3.rcp.help/html/pictures/DSE_multi-rate.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DSE_multi-rate.png
rename to org.fortiss.af3.rcp.help/html/pictures/DSE_multi-rate.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DataDictionary.Add.png b/org.fortiss.af3.rcp.help/html/pictures/DataDictionary.Add.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DataDictionary.Add.png
rename to org.fortiss.af3.rcp.help/html/pictures/DataDictionary.Add.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DataDictionary.Definitions.png b/org.fortiss.af3.rcp.help/html/pictures/DataDictionary.Definitions.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DataDictionary.Definitions.png
rename to org.fortiss.af3.rcp.help/html/pictures/DataDictionary.Definitions.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DataDictionary.Enumeration.png b/org.fortiss.af3.rcp.help/html/pictures/DataDictionary.Enumeration.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DataDictionary.Enumeration.png
rename to org.fortiss.af3.rcp.help/html/pictures/DataDictionary.Enumeration.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DataDictionary.Evaluator.png b/org.fortiss.af3.rcp.help/html/pictures/DataDictionary.Evaluator.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DataDictionary.Evaluator.png
rename to org.fortiss.af3.rcp.help/html/pictures/DataDictionary.Evaluator.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DataStateVariables1.png b/org.fortiss.af3.rcp.help/html/pictures/DataStateVariables1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DataStateVariables1.png
rename to org.fortiss.af3.rcp.help/html/pictures/DataStateVariables1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/DataStateVariables2.png b/org.fortiss.af3.rcp.help/html/pictures/DataStateVariables2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/DataStateVariables2.png
rename to org.fortiss.af3.rcp.help/html/pictures/DataStateVariables2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Deployment.Add.png b/org.fortiss.af3.rcp.help/html/pictures/Deployment.Add.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Deployment.Add.png
rename to org.fortiss.af3.rcp.help/html/pictures/Deployment.Add.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Deployment.Allocate.Component.png b/org.fortiss.af3.rcp.help/html/pictures/Deployment.Allocate.Component.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Deployment.Allocate.Component.png
rename to org.fortiss.af3.rcp.help/html/pictures/Deployment.Allocate.Component.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Deployment.Allocate.Port.png b/org.fortiss.af3.rcp.help/html/pictures/Deployment.Allocate.Port.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Deployment.Allocate.Port.png
rename to org.fortiss.af3.rcp.help/html/pictures/Deployment.Allocate.Port.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Deployment.Editor.DND.png b/org.fortiss.af3.rcp.help/html/pictures/Deployment.Editor.DND.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Deployment.Editor.DND.png
rename to org.fortiss.af3.rcp.help/html/pictures/Deployment.Editor.DND.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Deployment.Editor.Table.png b/org.fortiss.af3.rcp.help/html/pictures/Deployment.Editor.Table.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Deployment.Editor.Table.png
rename to org.fortiss.af3.rcp.help/html/pictures/Deployment.Editor.Table.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Deployment_new_editor.png b/org.fortiss.af3.rcp.help/html/pictures/Deployment_new_editor.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Deployment_new_editor.png
rename to org.fortiss.af3.rcp.help/html/pictures/Deployment_new_editor.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/EDeployment.DAG.png b/org.fortiss.af3.rcp.help/html/pictures/EDeployment.DAG.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/EDeployment.DAG.png
rename to org.fortiss.af3.rcp.help/html/pictures/EDeployment.DAG.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/EDeployment.DeploymentEditor.png b/org.fortiss.af3.rcp.help/html/pictures/EDeployment.DeploymentEditor.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/EDeployment.DeploymentEditor.png
rename to org.fortiss.af3.rcp.help/html/pictures/EDeployment.DeploymentEditor.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/EDeployment.Filter.png b/org.fortiss.af3.rcp.help/html/pictures/EDeployment.Filter.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/EDeployment.Filter.png
rename to org.fortiss.af3.rcp.help/html/pictures/EDeployment.Filter.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/EDeployment.Params.png b/org.fortiss.af3.rcp.help/html/pictures/EDeployment.Params.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/EDeployment.Params.png
rename to org.fortiss.af3.rcp.help/html/pictures/EDeployment.Params.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/EDeployment.Planes.png b/org.fortiss.af3.rcp.help/html/pictures/EDeployment.Planes.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/EDeployment.Planes.png
rename to org.fortiss.af3.rcp.help/html/pictures/EDeployment.Planes.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/EDeployment.Results.png b/org.fortiss.af3.rcp.help/html/pictures/EDeployment.Results.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/EDeployment.Results.png
rename to org.fortiss.af3.rcp.help/html/pictures/EDeployment.Results.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/EDeployment.Schedule.png b/org.fortiss.af3.rcp.help/html/pictures/EDeployment.Schedule.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/EDeployment.Schedule.png
rename to org.fortiss.af3.rcp.help/html/pictures/EDeployment.Schedule.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/EDeployment.ScheduleEditor.png b/org.fortiss.af3.rcp.help/html/pictures/EDeployment.ScheduleEditor.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/EDeployment.ScheduleEditor.png
rename to org.fortiss.af3.rcp.help/html/pictures/EDeployment.ScheduleEditor.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/EDeployment.Start.png b/org.fortiss.af3.rcp.help/html/pictures/EDeployment.Start.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/EDeployment.Start.png
rename to org.fortiss.af3.rcp.help/html/pictures/EDeployment.Start.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Export1.png b/org.fortiss.af3.rcp.help/html/pictures/Export1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Export1.png
rename to org.fortiss.af3.rcp.help/html/pictures/Export1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Export2.png b/org.fortiss.af3.rcp.help/html/pictures/Export2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Export2.png
rename to org.fortiss.af3.rcp.help/html/pictures/Export2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Export3.png b/org.fortiss.af3.rcp.help/html/pictures/Export3.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Export3.png
rename to org.fortiss.af3.rcp.help/html/pictures/Export3.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Export4.PNG b/org.fortiss.af3.rcp.help/html/pictures/Export4.PNG
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Export4.PNG
rename to org.fortiss.af3.rcp.help/html/pictures/Export4.PNG
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FMI_menu.png b/org.fortiss.af3.rcp.help/html/pictures/FMI_menu.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FMI_menu.png
rename to org.fortiss.af3.rcp.help/html/pictures/FMI_menu.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FMI_tick_duration.png b/org.fortiss.af3.rcp.help/html/pictures/FMI_tick_duration.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FMI_tick_duration.png
rename to org.fortiss.af3.rcp.help/html/pictures/FMI_tick_duration.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FMUModelElements.png b/org.fortiss.af3.rcp.help/html/pictures/FMUModelElements.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FMUModelElements.png
rename to org.fortiss.af3.rcp.help/html/pictures/FMUModelElements.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FMUSpecification.png b/org.fortiss.af3.rcp.help/html/pictures/FMUSpecification.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FMUSpecification.png
rename to org.fortiss.af3.rcp.help/html/pictures/FMUSpecification.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FOCUSER_ConstraintsGroupTripleExample.png b/org.fortiss.af3.rcp.help/html/pictures/FOCUSER_ConstraintsGroupTripleExample.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FOCUSER_ConstraintsGroupTripleExample.png
rename to org.fortiss.af3.rcp.help/html/pictures/FOCUSER_ConstraintsGroupTripleExample.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FOCUSER_activator_code.png b/org.fortiss.af3.rcp.help/html/pictures/FOCUSER_activator_code.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FOCUSER_activator_code.png
rename to org.fortiss.af3.rcp.help/html/pictures/FOCUSER_activator_code.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FOCUSER_activator_constraint.png b/org.fortiss.af3.rcp.help/html/pictures/FOCUSER_activator_constraint.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FOCUSER_activator_constraint.png
rename to org.fortiss.af3.rcp.help/html/pictures/FOCUSER_activator_constraint.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FOCUSER_constraint_class_definition.png b/org.fortiss.af3.rcp.help/html/pictures/FOCUSER_constraint_class_definition.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FOCUSER_constraint_class_definition.png
rename to org.fortiss.af3.rcp.help/html/pictures/FOCUSER_constraint_class_definition.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FOCUSER_constraint_message.png b/org.fortiss.af3.rcp.help/html/pictures/FOCUSER_constraint_message.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FOCUSER_constraint_message.png
rename to org.fortiss.af3.rcp.help/html/pictures/FOCUSER_constraint_message.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FOCUSER_constraint_plugin.png b/org.fortiss.af3.rcp.help/html/pictures/FOCUSER_constraint_plugin.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FOCUSER_constraint_plugin.png
rename to org.fortiss.af3.rcp.help/html/pictures/FOCUSER_constraint_plugin.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FOCUSER_constraint_plugin_java_ui.png b/org.fortiss.af3.rcp.help/html/pictures/FOCUSER_constraint_plugin_java_ui.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FOCUSER_constraint_plugin_java_ui.png
rename to org.fortiss.af3.rcp.help/html/pictures/FOCUSER_constraint_plugin_java_ui.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FOCUSER_constraint_plugin_ui.png b/org.fortiss.af3.rcp.help/html/pictures/FOCUSER_constraint_plugin_ui.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FOCUSER_constraint_plugin_ui.png
rename to org.fortiss.af3.rcp.help/html/pictures/FOCUSER_constraint_plugin_ui.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FOCUSER_constraint_ui_activator.png b/org.fortiss.af3.rcp.help/html/pictures/FOCUSER_constraint_ui_activator.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FOCUSER_constraint_ui_activator.png
rename to org.fortiss.af3.rcp.help/html/pictures/FOCUSER_constraint_ui_activator.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FOCUSER_constraints_objective_dependencies.png b/org.fortiss.af3.rcp.help/html/pictures/FOCUSER_constraints_objective_dependencies.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FOCUSER_constraints_objective_dependencies.png
rename to org.fortiss.af3.rcp.help/html/pictures/FOCUSER_constraints_objective_dependencies.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FOCUSER_create_new_objective.png b/org.fortiss.af3.rcp.help/html/pictures/FOCUSER_create_new_objective.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FOCUSER_create_new_objective.png
rename to org.fortiss.af3.rcp.help/html/pictures/FOCUSER_create_new_objective.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FOCUSER_current_upcoming_objective.png b/org.fortiss.af3.rcp.help/html/pictures/FOCUSER_current_upcoming_objective.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FOCUSER_current_upcoming_objective.png
rename to org.fortiss.af3.rcp.help/html/pictures/FOCUSER_current_upcoming_objective.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FOCUSER_default_configuration.png b/org.fortiss.af3.rcp.help/html/pictures/FOCUSER_default_configuration.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FOCUSER_default_configuration.png
rename to org.fortiss.af3.rcp.help/html/pictures/FOCUSER_default_configuration.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FOCUSER_default_configuration_OK.png b/org.fortiss.af3.rcp.help/html/pictures/FOCUSER_default_configuration_OK.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FOCUSER_default_configuration_OK.png
rename to org.fortiss.af3.rcp.help/html/pictures/FOCUSER_default_configuration_OK.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FOCUSER_do-178c_with_constraints.png b/org.fortiss.af3.rcp.help/html/pictures/FOCUSER_do-178c_with_constraints.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FOCUSER_do-178c_with_constraints.png
rename to org.fortiss.af3.rcp.help/html/pictures/FOCUSER_do-178c_with_constraints.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FOCUSER_percentage_complete.png b/org.fortiss.af3.rcp.help/html/pictures/FOCUSER_percentage_complete.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FOCUSER_percentage_complete.png
rename to org.fortiss.af3.rcp.help/html/pictures/FOCUSER_percentage_complete.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FOCUSER_requirements_process.png b/org.fortiss.af3.rcp.help/html/pictures/FOCUSER_requirements_process.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FOCUSER_requirements_process.png
rename to org.fortiss.af3.rcp.help/html/pictures/FOCUSER_requirements_process.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FOCUSER_select_constraints_for_objective.png b/org.fortiss.af3.rcp.help/html/pictures/FOCUSER_select_constraints_for_objective.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FOCUSER_select_constraints_for_objective.png
rename to org.fortiss.af3.rcp.help/html/pictures/FOCUSER_select_constraints_for_objective.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/FOCUSER_select_upcoming_objective.png b/org.fortiss.af3.rcp.help/html/pictures/FOCUSER_select_upcoming_objective.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/FOCUSER_select_upcoming_objective.png
rename to org.fortiss.af3.rcp.help/html/pictures/FOCUSER_select_upcoming_objective.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/GRAPHVIEW.GraphDepth.png b/org.fortiss.af3.rcp.help/html/pictures/GRAPHVIEW.GraphDepth.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/GRAPHVIEW.GraphDepth.png
rename to org.fortiss.af3.rcp.help/html/pictures/GRAPHVIEW.GraphDepth.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/GRAPHVIEW.NodeTypes.png b/org.fortiss.af3.rcp.help/html/pictures/GRAPHVIEW.NodeTypes.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/GRAPHVIEW.NodeTypes.png
rename to org.fortiss.af3.rcp.help/html/pictures/GRAPHVIEW.NodeTypes.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/GRAPHVIEW.Overview.png b/org.fortiss.af3.rcp.help/html/pictures/GRAPHVIEW.Overview.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/GRAPHVIEW.Overview.png
rename to org.fortiss.af3.rcp.help/html/pictures/GRAPHVIEW.Overview.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/GRAPHVIEW.RelationTypes.png b/org.fortiss.af3.rcp.help/html/pictures/GRAPHVIEW.RelationTypes.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/GRAPHVIEW.RelationTypes.png
rename to org.fortiss.af3.rcp.help/html/pictures/GRAPHVIEW.RelationTypes.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/GRAPHVIEW.SearchTab.png b/org.fortiss.af3.rcp.help/html/pictures/GRAPHVIEW.SearchTab.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/GRAPHVIEW.SearchTab.png
rename to org.fortiss.af3.rcp.help/html/pictures/GRAPHVIEW.SearchTab.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/GRAPHVIEW.StatusTab.png b/org.fortiss.af3.rcp.help/html/pictures/GRAPHVIEW.StatusTab.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/GRAPHVIEW.StatusTab.png
rename to org.fortiss.af3.rcp.help/html/pictures/GRAPHVIEW.StatusTab.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/HSA.Base.Automaton.Behavior.png b/org.fortiss.af3.rcp.help/html/pictures/HSA.Base.Automaton.Behavior.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/HSA.Base.Automaton.Behavior.png
rename to org.fortiss.af3.rcp.help/html/pictures/HSA.Base.Automaton.Behavior.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/HSA.Base.Automaton.Out.png b/org.fortiss.af3.rcp.help/html/pictures/HSA.Base.Automaton.Out.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/HSA.Base.Automaton.Out.png
rename to org.fortiss.af3.rcp.help/html/pictures/HSA.Base.Automaton.Out.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/HSA.Base.Automaton.png b/org.fortiss.af3.rcp.help/html/pictures/HSA.Base.Automaton.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/HSA.Base.Automaton.png
rename to org.fortiss.af3.rcp.help/html/pictures/HSA.Base.Automaton.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/HSA.Built.png b/org.fortiss.af3.rcp.help/html/pictures/HSA.Built.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/HSA.Built.png
rename to org.fortiss.af3.rcp.help/html/pictures/HSA.Built.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/HSA.Drag.Drop.png b/org.fortiss.af3.rcp.help/html/pictures/HSA.Drag.Drop.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/HSA.Drag.Drop.png
rename to org.fortiss.af3.rcp.help/html/pictures/HSA.Drag.Drop.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/HSA.Inner.Automaton.Behavior.png b/org.fortiss.af3.rcp.help/html/pictures/HSA.Inner.Automaton.Behavior.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/HSA.Inner.Automaton.Behavior.png
rename to org.fortiss.af3.rcp.help/html/pictures/HSA.Inner.Automaton.Behavior.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/HSA.Inner.Automaton.Out.png b/org.fortiss.af3.rcp.help/html/pictures/HSA.Inner.Automaton.Out.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/HSA.Inner.Automaton.Out.png
rename to org.fortiss.af3.rcp.help/html/pictures/HSA.Inner.Automaton.Out.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/HSA.Inner.Built.png b/org.fortiss.af3.rcp.help/html/pictures/HSA.Inner.Built.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/HSA.Inner.Built.png
rename to org.fortiss.af3.rcp.help/html/pictures/HSA.Inner.Built.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/HSA.Inside.Ports.png b/org.fortiss.af3.rcp.help/html/pictures/HSA.Inside.Ports.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/HSA.Inside.Ports.png
rename to org.fortiss.af3.rcp.help/html/pictures/HSA.Inside.Ports.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/HSA.Inside.png b/org.fortiss.af3.rcp.help/html/pictures/HSA.Inside.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/HSA.Inside.png
rename to org.fortiss.af3.rcp.help/html/pictures/HSA.Inside.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Library.AddComponent.png b/org.fortiss.af3.rcp.help/html/pictures/Library.AddComponent.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Library.AddComponent.png
rename to org.fortiss.af3.rcp.help/html/pictures/Library.AddComponent.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Library.AddFunction.png b/org.fortiss.af3.rcp.help/html/pictures/Library.AddFunction.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Library.AddFunction.png
rename to org.fortiss.af3.rcp.help/html/pictures/Library.AddFunction.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Library.AddType.png b/org.fortiss.af3.rcp.help/html/pictures/Library.AddType.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Library.AddType.png
rename to org.fortiss.af3.rcp.help/html/pictures/Library.AddType.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Library.CreatingComponentReference.png b/org.fortiss.af3.rcp.help/html/pictures/Library.CreatingComponentReference.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Library.CreatingComponentReference.png
rename to org.fortiss.af3.rcp.help/html/pictures/Library.CreatingComponentReference.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Library.CreatingTypes_And_FunctionsReference.png b/org.fortiss.af3.rcp.help/html/pictures/Library.CreatingTypes_And_FunctionsReference.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Library.CreatingTypes_And_FunctionsReference.png
rename to org.fortiss.af3.rcp.help/html/pictures/Library.CreatingTypes_And_FunctionsReference.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Library.DisconnectComponent.png b/org.fortiss.af3.rcp.help/html/pictures/Library.DisconnectComponent.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Library.DisconnectComponent.png
rename to org.fortiss.af3.rcp.help/html/pictures/Library.DisconnectComponent.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Library.FilesLayout.png b/org.fortiss.af3.rcp.help/html/pictures/Library.FilesLayout.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Library.FilesLayout.png
rename to org.fortiss.af3.rcp.help/html/pictures/Library.FilesLayout.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Library.LibraryComponent.png b/org.fortiss.af3.rcp.help/html/pictures/Library.LibraryComponent.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Library.LibraryComponent.png
rename to org.fortiss.af3.rcp.help/html/pictures/Library.LibraryComponent.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Library.LibraryTypes_And_Functions.png b/org.fortiss.af3.rcp.help/html/pictures/Library.LibraryTypes_And_Functions.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Library.LibraryTypes_And_Functions.png
rename to org.fortiss.af3.rcp.help/html/pictures/Library.LibraryTypes_And_Functions.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Library.NewLibrary.png b/org.fortiss.af3.rcp.help/html/pictures/Library.NewLibrary.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Library.NewLibrary.png
rename to org.fortiss.af3.rcp.help/html/pictures/Library.NewLibrary.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Library.NewPackage.png b/org.fortiss.af3.rcp.help/html/pictures/Library.NewPackage.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Library.NewPackage.png
rename to org.fortiss.af3.rcp.help/html/pictures/Library.NewPackage.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Library.ToggleLibraryView.png b/org.fortiss.af3.rcp.help/html/pictures/Library.ToggleLibraryView.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Library.ToggleLibraryView.png
rename to org.fortiss.af3.rcp.help/html/pictures/Library.ToggleLibraryView.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Library.UsingTypes_And_FunctionsReferenceWithinLibrary.png b/org.fortiss.af3.rcp.help/html/pictures/Library.UsingTypes_And_FunctionsReferenceWithinLibrary.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Library.UsingTypes_And_FunctionsReferenceWithinLibrary.png
rename to org.fortiss.af3.rcp.help/html/pictures/Library.UsingTypes_And_FunctionsReferenceWithinLibrary.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MDeployment.Add.png b/org.fortiss.af3.rcp.help/html/pictures/MDeployment.Add.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MDeployment.Add.png
rename to org.fortiss.af3.rcp.help/html/pictures/MDeployment.Add.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MDeployment.CMP.ECU.png b/org.fortiss.af3.rcp.help/html/pictures/MDeployment.CMP.ECU.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MDeployment.CMP.ECU.png
rename to org.fortiss.af3.rcp.help/html/pictures/MDeployment.CMP.ECU.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MDeployment.Raw.png b/org.fortiss.af3.rcp.help/html/pictures/MDeployment.Raw.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MDeployment.Raw.png
rename to org.fortiss.af3.rcp.help/html/pictures/MDeployment.Raw.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MDeployment.Resource.png b/org.fortiss.af3.rcp.help/html/pictures/MDeployment.Resource.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MDeployment.Resource.png
rename to org.fortiss.af3.rcp.help/html/pictures/MDeployment.Resource.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MDeployment.Sens.Act.png b/org.fortiss.af3.rcp.help/html/pictures/MDeployment.Sens.Act.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MDeployment.Sens.Act.png
rename to org.fortiss.af3.rcp.help/html/pictures/MDeployment.Sens.Act.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MDeployment.Transceiver.png b/org.fortiss.af3.rcp.help/html/pictures/MDeployment.Transceiver.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MDeployment.Transceiver.png
rename to org.fortiss.af3.rcp.help/html/pictures/MDeployment.Transceiver.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.ActorPopUp.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.ActorPopUp.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.ActorPopUp.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.ActorPopUp.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.ActorSelectionDialog.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.ActorSelectionDialog.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.ActorSelectionDialog.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.ActorSelectionDialog.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.AssignRequirements.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.AssignRequirements.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.AssignRequirements.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.AssignRequirements.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.ChangeDialog.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.ChangeDialog.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.ChangeDialog.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.ChangeDialog.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.ChangeUseCase1.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.ChangeUseCase1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.ChangeUseCase1.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.ChangeUseCase1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.ChangeUseCase2.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.ChangeUseCase2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.ChangeUseCase2.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.ChangeUseCase2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Checklist.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Checklist.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Checklist.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Checklist.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.ConnectionToArchitecture.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.ConnectionToArchitecture.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.ConnectionToArchitecture.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.ConnectionToArchitecture.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.ContentElements.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.ContentElements.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.ContentElements.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.ContentElements.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.ExportReport.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.ExportReport.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.ExportReport.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.ExportReport.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.FormalSpecification.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.FormalSpecification.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.FormalSpecification.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.FormalSpecification.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Glossary.Autocomplete.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Glossary.Autocomplete.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Glossary.Autocomplete.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Glossary.Autocomplete.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Glossary.ConfirmDialog.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Glossary.ConfirmDialog.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Glossary.ConfirmDialog.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Glossary.ConfirmDialog.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Glossary.ContextMenu.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Glossary.ContextMenu.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Glossary.ContextMenu.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Glossary.ContextMenu.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Glossary.EntryEditor.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Glossary.EntryEditor.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Glossary.EntryEditor.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Glossary.EntryEditor.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Glossary.ErrorDialog.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Glossary.ErrorDialog.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Glossary.ErrorDialog.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Glossary.ErrorDialog.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Glossary.GlossaryEntry.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Glossary.GlossaryEntry.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Glossary.GlossaryEntry.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Glossary.GlossaryEntry.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Glossary.GlossaryOccurences.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Glossary.GlossaryOccurences.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Glossary.GlossaryOccurences.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Glossary.GlossaryOccurences.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Glossary.Highlighting.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Glossary.Highlighting.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Glossary.Highlighting.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Glossary.Highlighting.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Glossary.NewEntry.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Glossary.NewEntry.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Glossary.NewEntry.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Glossary.NewEntry.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Glossary.NewGlossary.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Glossary.NewGlossary.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Glossary.NewGlossary.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Glossary.NewGlossary.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Glossary.PopupHover.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Glossary.PopupHover.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Glossary.PopupHover.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Glossary.PopupHover.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.GlossaryOverview.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.GlossaryOverview.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.GlossaryOverview.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.GlossaryOverview.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.IBDetail.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.IBDetail.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.IBDetail.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.IBDetail.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.IF_ExampleAlways.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.IF_ExampleAlways.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.IF_ExampleAlways.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.IF_ExampleAlways.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.IF_ExampleIf.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.IF_ExampleIf.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.IF_ExampleIf.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.IF_ExampleIf.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.IF_ExampleWhen.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.IF_ExampleWhen.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.IF_ExampleWhen.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.IF_ExampleWhen.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.IF_ExampleWhenEvent.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.IF_ExampleWhenEvent.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.IF_ExampleWhenEvent.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.IF_ExampleWhenEvent.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.IF_ExampleWhile.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.IF_ExampleWhile.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.IF_ExampleWhile.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.IF_ExampleWhile.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.NewAnalysis.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.NewAnalysis.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.NewAnalysis.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.NewAnalysis.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.NewFormalSpecification.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.NewFormalSpecification.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.NewFormalSpecification.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.NewFormalSpecification.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.NewRequirement.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.NewRequirement.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.NewRequirement.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.NewRequirement.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RefSpec.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RefSpec.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RefSpec.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RefSpec.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RefSpecSource.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RefSpecSource.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RefSpecSource.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RefSpecSource.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RefSpecTarget.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RefSpecTarget.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RefSpecTarget.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RefSpecTarget.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Report.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Report.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Report.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Report.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.ConfirmDialog.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.ConfirmDialog.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.ConfirmDialog.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.ConfirmDialog.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.ContactList.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.ContactList.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.ContactList.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.ContactList.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.ContextMenu.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.ContextMenu.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.ContextMenu.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.ContextMenu.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.EditFile.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.EditFile.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.EditFile.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.EditFile.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.EmailError.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.EmailError.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.EmailError.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.EmailError.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.ErrorDialog.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.ErrorDialog.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.ErrorDialog.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.ErrorDialog.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.ExternalSystem.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.ExternalSystem.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.ExternalSystem.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.ExternalSystem.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.FilePart.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.FilePart.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.FilePart.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.FilePart.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.FileSection.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.FileSection.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.FileSection.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.FileSection.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.Highlighting.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.Highlighting.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.Highlighting.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.Highlighting.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.IllegalFile.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.IllegalFile.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.IllegalFile.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.IllegalFile.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.MobileError.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.MobileError.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.MobileError.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.MobileError.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.NewRequirementSource.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.NewRequirementSource.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.NewRequirementSource.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.NewRequirementSource.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.NewRequirementSourceElement.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.NewRequirementSourceElement.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.NewRequirementSourceElement.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.NewRequirementSourceElement.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.PopupHover.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.PopupHover.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.PopupHover.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.PopupHover.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.Priority.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.Priority.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.Priority.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.Priority.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.RemoveFile.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.RemoveFile.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.RemoveFile.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.RemoveFile.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.RequirementDocumentNameAndDef.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.RequirementDocumentNameAndDef.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.RequirementDocumentNameAndDef.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.RequirementDocumentNameAndDef.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.StakeholderNameAndDef.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.StakeholderNameAndDef.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.StakeholderNameAndDef.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.StakeholderNameAndDef.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.TelephoneError.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.TelephoneError.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSource.TelephoneError.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSource.TelephoneError.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSourcesOverview.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSourcesOverview.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSourcesOverview.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSourcesOverview.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSpecificationEditor.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSpecificationEditor.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementSpecificationEditor.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementSpecificationEditor.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementTypes.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementTypes.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementTypes.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementTypes.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Requirements.ComponentButton.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Requirements.ComponentButton.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Requirements.ComponentButton.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Requirements.ComponentButton.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Requirements.NewRequirement.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Requirements.NewRequirement.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Requirements.NewRequirement.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Requirements.NewRequirement.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Requirements.NewRequirements.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Requirements.NewRequirements.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Requirements.NewRequirements.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Requirements.NewRequirements.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Requirements.Packages.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Requirements.Packages.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Requirements.Packages.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Requirements.Packages.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Requirements.RequirementOverview.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Requirements.RequirementOverview.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Requirements.RequirementOverview.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Requirements.RequirementOverview.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Requirements.Safety.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Requirements.Safety.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Requirements.Safety.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Requirements.Safety.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Requirements.Sections.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Requirements.Sections.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Requirements.Sections.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Requirements.Sections.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Requirements.TracesToArchitecture.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Requirements.TracesToArchitecture.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Requirements.TracesToArchitecture.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Requirements.TracesToArchitecture.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Requirements.TracesWithinRequirements.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Requirements.TracesWithinRequirements.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Requirements.TracesWithinRequirements.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Requirements.TracesWithinRequirements.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementsAnalysis.ExportReportDialog.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementsAnalysis.ExportReportDialog.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementsAnalysis.ExportReportDialog.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementsAnalysis.ExportReportDialog.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementsOverview.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementsOverview.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementsOverview.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementsOverview.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementsTraces.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementsTraces.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.RequirementsTraces.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.RequirementsTraces.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.ShowRequirementHierarchy.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.ShowRequirementHierarchy.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.ShowRequirementHierarchy.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.ShowRequirementHierarchy.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.StatisticsOverview.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.StatisticsOverview.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.StatisticsOverview.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.StatisticsOverview.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.UseCase.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.UseCase.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.UseCase.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.UseCase.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.Verification.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.Verification.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.Verification.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.Verification.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MIRA.interfaceBehaviour.png b/org.fortiss.af3.rcp.help/html/pictures/MIRA.interfaceBehaviour.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MIRA.interfaceBehaviour.png
rename to org.fortiss.af3.rcp.help/html/pictures/MIRA.interfaceBehaviour.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.add_Model_Element.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.add_Model_Element.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.add_Model_Element.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.add_Model_Element.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.componentIsReferenced.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.componentIsReferenced.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.componentIsReferenced.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.componentIsReferenced.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.componentReference.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.componentReference.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.componentReference.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.componentReference.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.componentSpecificationsMenu.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.componentSpecificationsMenu.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.componentSpecificationsMenu.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.componentSpecificationsMenu.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.connect_MSC_Entities.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.connect_MSC_Entities.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.connect_MSC_Entities.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.connect_MSC_Entities.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.createThroughComponentSpecifications.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.createThroughComponentSpecifications.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.createThroughComponentSpecifications.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.createThroughComponentSpecifications.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.create_msc.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.create_msc.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.create_msc.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.create_msc.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.createdMSCThroughComponentSpecifications.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.createdMSCThroughComponentSpecifications.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.createdMSCThroughComponentSpecifications.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.createdMSCThroughComponentSpecifications.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.example.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.example.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.example.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.example.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.external_checked.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.external_checked.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.external_checked.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.external_checked.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.external_property.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.external_property.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.external_property.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.external_property.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.external_use_case.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.external_use_case.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.external_use_case.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.external_use_case.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.external_use_case_2.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.external_use_case_2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.external_use_case_2.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.external_use_case_2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.futureModality.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.futureModality.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.futureModality.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.futureModality.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.navigator_tree.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.navigator_tree.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.navigator_tree.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.navigator_tree.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.necessity_bold.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.necessity_bold.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.necessity_bold.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.necessity_bold.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.necessity_semantics.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.necessity_semantics.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.necessity_semantics.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.necessity_semantics.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.portName.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.portName.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.portName.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.portName.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.port_t1.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.port_t1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.port_t1.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.port_t1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.port_t2.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.port_t2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.port_t2.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.port_t2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.port_t2_clock.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.port_t2_clock.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.port_t2_clock.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.port_t2_clock.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.port_time_fields.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.port_time_fields.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.port_time_fields.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.port_time_fields.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.possibility_non_bold.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.possibility_non_bold.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.possibility_non_bold.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.possibility_non_bold.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.possibility_semantics.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.possibility_semantics.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.possibility_semantics.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.possibility_semantics.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.properties.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.properties.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.properties.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.properties.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.properties_section.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.properties_section.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.properties_section.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.properties_section.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.select_port.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.select_port.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.select_port.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.select_port.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.select_port_2.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.select_port_2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.select_port_2.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.select_port_2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSC.time_constraint.png b/org.fortiss.af3.rcp.help/html/pictures/MSC.time_constraint.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSC.time_constraint.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSC.time_constraint.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MSCConformity.Empty.png b/org.fortiss.af3.rcp.help/html/pictures/MSCConformity.Empty.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MSCConformity.Empty.png
rename to org.fortiss.af3.rcp.help/html/pictures/MSCConformity.Empty.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Maintenance1.PNG b/org.fortiss.af3.rcp.help/html/pictures/Maintenance1.PNG
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Maintenance1.PNG
rename to org.fortiss.af3.rcp.help/html/pictures/Maintenance1.PNG
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Maintenance2.PNG b/org.fortiss.af3.rcp.help/html/pictures/Maintenance2.PNG
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Maintenance2.PNG
rename to org.fortiss.af3.rcp.help/html/pictures/Maintenance2.PNG
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Maintenance3.PNG b/org.fortiss.af3.rcp.help/html/pictures/Maintenance3.PNG
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Maintenance3.PNG
rename to org.fortiss.af3.rcp.help/html/pictures/Maintenance3.PNG
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Maintenance4.PNG b/org.fortiss.af3.rcp.help/html/pictures/Maintenance4.PNG
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Maintenance4.PNG
rename to org.fortiss.af3.rcp.help/html/pictures/Maintenance4.PNG
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Maintenance5.PNG b/org.fortiss.af3.rcp.help/html/pictures/Maintenance5.PNG
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Maintenance5.PNG
rename to org.fortiss.af3.rcp.help/html/pictures/Maintenance5.PNG
diff --git a/org.fortiss.af3.rcp.application/html/pictures/MaintenanceExplicitCase.PNG b/org.fortiss.af3.rcp.help/html/pictures/MaintenanceExplicitCase.PNG
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/MaintenanceExplicitCase.PNG
rename to org.fortiss.af3.rcp.help/html/pictures/MaintenanceExplicitCase.PNG
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Model.Checking.Contracts.Specification.View.png b/org.fortiss.af3.rcp.help/html/pictures/Model.Checking.Contracts.Specification.View.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Model.Checking.Contracts.Specification.View.png
rename to org.fortiss.af3.rcp.help/html/pictures/Model.Checking.Contracts.Specification.View.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Model.Checking.Contracts.Specification.png b/org.fortiss.af3.rcp.help/html/pictures/Model.Checking.Contracts.Specification.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Model.Checking.Contracts.Specification.png
rename to org.fortiss.af3.rcp.help/html/pictures/Model.Checking.Contracts.Specification.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/ModelElementAttributesAnnotationView.png b/org.fortiss.af3.rcp.help/html/pictures/ModelElementAttributesAnnotationView.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/ModelElementAttributesAnnotationView.png
rename to org.fortiss.af3.rcp.help/html/pictures/ModelElementAttributesAnnotationView.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/ModelElementAttributesExample.png b/org.fortiss.af3.rcp.help/html/pictures/ModelElementAttributesExample.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/ModelElementAttributesExample.png
rename to org.fortiss.af3.rcp.help/html/pictures/ModelElementAttributesExample.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/ModelElementAttributesPropertiesView.png b/org.fortiss.af3.rcp.help/html/pictures/ModelElementAttributesPropertiesView.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/ModelElementAttributesPropertiesView.png
rename to org.fortiss.af3.rcp.help/html/pictures/ModelElementAttributesPropertiesView.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/ModelElementAttributesSpecifications.png b/org.fortiss.af3.rcp.help/html/pictures/ModelElementAttributesSpecifications.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/ModelElementAttributesSpecifications.png
rename to org.fortiss.af3.rcp.help/html/pictures/ModelElementAttributesSpecifications.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/ModelMarkers1.png b/org.fortiss.af3.rcp.help/html/pictures/ModelMarkers1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/ModelMarkers1.png
rename to org.fortiss.af3.rcp.help/html/pictures/ModelMarkers1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/ModelMarkers2.png b/org.fortiss.af3.rcp.help/html/pictures/ModelMarkers2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/ModelMarkers2.png
rename to org.fortiss.af3.rcp.help/html/pictures/ModelMarkers2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/OCRAContractStatus.png b/org.fortiss.af3.rcp.help/html/pictures/OCRAContractStatus.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/OCRAContractStatus.png
rename to org.fortiss.af3.rcp.help/html/pictures/OCRAContractStatus.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/OCRAContractStatusFail.png b/org.fortiss.af3.rcp.help/html/pictures/OCRAContractStatusFail.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/OCRAContractStatusFail.png
rename to org.fortiss.af3.rcp.help/html/pictures/OCRAContractStatusFail.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/OCRAContractStatusSuccess.png b/org.fortiss.af3.rcp.help/html/pictures/OCRAContractStatusSuccess.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/OCRAContractStatusSuccess.png
rename to org.fortiss.af3.rcp.help/html/pictures/OCRAContractStatusSuccess.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/PikeosModelingGPIO.png b/org.fortiss.af3.rcp.help/html/pictures/PikeosModelingGPIO.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/PikeosModelingGPIO.png
rename to org.fortiss.af3.rcp.help/html/pictures/PikeosModelingGPIO.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Pikeos_model_elements.png b/org.fortiss.af3.rcp.help/html/pictures/Pikeos_model_elements.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Pikeos_model_elements.png
rename to org.fortiss.af3.rcp.help/html/pictures/Pikeos_model_elements.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Platform.Add.png b/org.fortiss.af3.rcp.help/html/pictures/Platform.Add.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Platform.Add.png
rename to org.fortiss.af3.rcp.help/html/pictures/Platform.Add.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Platform.Elements.png b/org.fortiss.af3.rcp.help/html/pictures/Platform.Elements.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Platform.Elements.png
rename to org.fortiss.af3.rcp.help/html/pictures/Platform.Elements.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Platform.Example.png b/org.fortiss.af3.rcp.help/html/pictures/Platform.Example.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Platform.Example.png
rename to org.fortiss.af3.rcp.help/html/pictures/Platform.Example.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Refactoring.PackComponents.Result.png b/org.fortiss.af3.rcp.help/html/pictures/Refactoring.PackComponents.Result.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Refactoring.PackComponents.Result.png
rename to org.fortiss.af3.rcp.help/html/pictures/Refactoring.PackComponents.Result.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Refactoring.PackComponents.png b/org.fortiss.af3.rcp.help/html/pictures/Refactoring.PackComponents.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Refactoring.PackComponents.png
rename to org.fortiss.af3.rcp.help/html/pictures/Refactoring.PackComponents.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Refactoring.RenamingDialog.png b/org.fortiss.af3.rcp.help/html/pictures/Refactoring.RenamingDialog.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Refactoring.RenamingDialog.png
rename to org.fortiss.af3.rcp.help/html/pictures/Refactoring.RenamingDialog.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Refactoring.RenamingMenu.png b/org.fortiss.af3.rcp.help/html/pictures/Refactoring.RenamingMenu.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Refactoring.RenamingMenu.png
rename to org.fortiss.af3.rcp.help/html/pictures/Refactoring.RenamingMenu.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Refinement.AddInput.png b/org.fortiss.af3.rcp.help/html/pictures/Refinement.AddInput.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Refinement.AddInput.png
rename to org.fortiss.af3.rcp.help/html/pictures/Refinement.AddInput.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Refinement.ApplyRefinement.png b/org.fortiss.af3.rcp.help/html/pictures/Refinement.ApplyRefinement.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Refinement.ApplyRefinement.png
rename to org.fortiss.af3.rcp.help/html/pictures/Refinement.ApplyRefinement.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Refinement.ConfigRule.png b/org.fortiss.af3.rcp.help/html/pictures/Refinement.ConfigRule.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Refinement.ConfigRule.png
rename to org.fortiss.af3.rcp.help/html/pictures/Refinement.ConfigRule.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Refinement.CreateRefinement.png b/org.fortiss.af3.rcp.help/html/pictures/Refinement.CreateRefinement.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Refinement.CreateRefinement.png
rename to org.fortiss.af3.rcp.help/html/pictures/Refinement.CreateRefinement.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Refinement.CreateRule.Example.png b/org.fortiss.af3.rcp.help/html/pictures/Refinement.CreateRule.Example.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Refinement.CreateRule.Example.png
rename to org.fortiss.af3.rcp.help/html/pictures/Refinement.CreateRule.Example.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Refinement.CreateRule.png b/org.fortiss.af3.rcp.help/html/pictures/Refinement.CreateRule.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Refinement.CreateRule.png
rename to org.fortiss.af3.rcp.help/html/pictures/Refinement.CreateRule.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Refinement.NewTL.png b/org.fortiss.af3.rcp.help/html/pictures/Refinement.NewTL.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Refinement.NewTL.png
rename to org.fortiss.af3.rcp.help/html/pictures/Refinement.NewTL.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Refinement.SelectTarget.png b/org.fortiss.af3.rcp.help/html/pictures/Refinement.SelectTarget.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Refinement.SelectTarget.png
rename to org.fortiss.af3.rcp.help/html/pictures/Refinement.SelectTarget.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/ResetPerspective.png b/org.fortiss.af3.rcp.help/html/pictures/ResetPerspective.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/ResetPerspective.png
rename to org.fortiss.af3.rcp.help/html/pictures/ResetPerspective.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.1.png b/org.fortiss.af3.rcp.help/html/pictures/SC.1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.1.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.10.png b/org.fortiss.af3.rcp.help/html/pictures/SC.10.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.10.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.10.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.10x.png b/org.fortiss.af3.rcp.help/html/pictures/SC.10x.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.10x.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.10x.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.11.png b/org.fortiss.af3.rcp.help/html/pictures/SC.11.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.11.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.11.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.12.png b/org.fortiss.af3.rcp.help/html/pictures/SC.12.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.12.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.12.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.13.png b/org.fortiss.af3.rcp.help/html/pictures/SC.13.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.13.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.13.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.14.png b/org.fortiss.af3.rcp.help/html/pictures/SC.14.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.14.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.14.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.15.png b/org.fortiss.af3.rcp.help/html/pictures/SC.15.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.15.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.15.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.15x.png b/org.fortiss.af3.rcp.help/html/pictures/SC.15x.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.15x.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.15x.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.16.png b/org.fortiss.af3.rcp.help/html/pictures/SC.16.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.16.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.16.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.16x.png b/org.fortiss.af3.rcp.help/html/pictures/SC.16x.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.16x.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.16x.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.17.png b/org.fortiss.af3.rcp.help/html/pictures/SC.17.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.17.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.17.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.18.png b/org.fortiss.af3.rcp.help/html/pictures/SC.18.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.18.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.18.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.19.png b/org.fortiss.af3.rcp.help/html/pictures/SC.19.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.19.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.19.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.2.png b/org.fortiss.af3.rcp.help/html/pictures/SC.2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.2.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.20.png b/org.fortiss.af3.rcp.help/html/pictures/SC.20.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.20.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.20.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.21.png b/org.fortiss.af3.rcp.help/html/pictures/SC.21.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.21.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.21.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.22.png b/org.fortiss.af3.rcp.help/html/pictures/SC.22.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.22.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.22.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.22x.png b/org.fortiss.af3.rcp.help/html/pictures/SC.22x.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.22x.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.22x.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.23.png b/org.fortiss.af3.rcp.help/html/pictures/SC.23.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.23.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.23.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.24.png b/org.fortiss.af3.rcp.help/html/pictures/SC.24.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.24.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.24.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.3.png b/org.fortiss.af3.rcp.help/html/pictures/SC.3.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.3.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.3.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.4.png b/org.fortiss.af3.rcp.help/html/pictures/SC.4.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.4.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.4.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.5.png b/org.fortiss.af3.rcp.help/html/pictures/SC.5.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.5.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.5.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.5x.png b/org.fortiss.af3.rcp.help/html/pictures/SC.5x.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.5x.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.5x.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.5xx.png b/org.fortiss.af3.rcp.help/html/pictures/SC.5xx.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.5xx.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.5xx.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.6.png b/org.fortiss.af3.rcp.help/html/pictures/SC.6.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.6.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.6.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.7.png b/org.fortiss.af3.rcp.help/html/pictures/SC.7.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.7.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.7.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.7x.png b/org.fortiss.af3.rcp.help/html/pictures/SC.7x.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.7x.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.7x.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.8.png b/org.fortiss.af3.rcp.help/html/pictures/SC.8.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.8.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.8.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.9.png b/org.fortiss.af3.rcp.help/html/pictures/SC.9.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.9.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.9.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.9x.png b/org.fortiss.af3.rcp.help/html/pictures/SC.9x.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.9x.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.9x.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/SC.anno.png b/org.fortiss.af3.rcp.help/html/pictures/SC.anno.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/SC.anno.png
rename to org.fortiss.af3.rcp.help/html/pictures/SC.anno.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Safety_ReqDefinition.png b/org.fortiss.af3.rcp.help/html/pictures/Safety_ReqDefinition.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Safety_ReqDefinition.png
rename to org.fortiss.af3.rcp.help/html/pictures/Safety_ReqDefinition.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Safety_ReqPropagation.png b/org.fortiss.af3.rcp.help/html/pictures/Safety_ReqPropagation.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Safety_ReqPropagation.png
rename to org.fortiss.af3.rcp.help/html/pictures/Safety_ReqPropagation.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Safety_SafetySpecAdd.png b/org.fortiss.af3.rcp.help/html/pictures/Safety_SafetySpecAdd.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Safety_SafetySpecAdd.png
rename to org.fortiss.af3.rcp.help/html/pictures/Safety_SafetySpecAdd.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Safety_SafetySpecView.png b/org.fortiss.af3.rcp.help/html/pictures/Safety_SafetySpecView.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Safety_SafetySpecView.png
rename to org.fortiss.af3.rcp.help/html/pictures/Safety_SafetySpecView.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Scheduling.1.png b/org.fortiss.af3.rcp.help/html/pictures/Scheduling.1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Scheduling.1.png
rename to org.fortiss.af3.rcp.help/html/pictures/Scheduling.1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Scheduling.2.png b/org.fortiss.af3.rcp.help/html/pictures/Scheduling.2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Scheduling.2.png
rename to org.fortiss.af3.rcp.help/html/pictures/Scheduling.2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Scheduling.3.png b/org.fortiss.af3.rcp.help/html/pictures/Scheduling.3.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Scheduling.3.png
rename to org.fortiss.af3.rcp.help/html/pictures/Scheduling.3.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Scheduling.4.png b/org.fortiss.af3.rcp.help/html/pictures/Scheduling.4.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Scheduling.4.png
rename to org.fortiss.af3.rcp.help/html/pictures/Scheduling.4.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Scheduling.5.png b/org.fortiss.af3.rcp.help/html/pictures/Scheduling.5.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Scheduling.5.png
rename to org.fortiss.af3.rcp.help/html/pictures/Scheduling.5.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Simulation.ControlButtons.png b/org.fortiss.af3.rcp.help/html/pictures/Simulation.ControlButtons.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Simulation.ControlButtons.png
rename to org.fortiss.af3.rcp.help/html/pictures/Simulation.ControlButtons.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Simulation.RunSimulator.png b/org.fortiss.af3.rcp.help/html/pictures/Simulation.RunSimulator.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Simulation.RunSimulator.png
rename to org.fortiss.af3.rcp.help/html/pictures/Simulation.RunSimulator.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Simulation.SetValue.png b/org.fortiss.af3.rcp.help/html/pictures/Simulation.SetValue.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Simulation.SetValue.png
rename to org.fortiss.af3.rcp.help/html/pictures/Simulation.SetValue.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Simulation.StateAutomata.png b/org.fortiss.af3.rcp.help/html/pictures/Simulation.StateAutomata.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Simulation.StateAutomata.png
rename to org.fortiss.af3.rcp.help/html/pictures/Simulation.StateAutomata.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Simulation.Step1.png b/org.fortiss.af3.rcp.help/html/pictures/Simulation.Step1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Simulation.Step1.png
rename to org.fortiss.af3.rcp.help/html/pictures/Simulation.Step1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Simulation.Step2.png b/org.fortiss.af3.rcp.help/html/pictures/Simulation.Step2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Simulation.Step2.png
rename to org.fortiss.af3.rcp.help/html/pictures/Simulation.Step2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Simulation.reset.png b/org.fortiss.af3.rcp.help/html/pictures/Simulation.reset.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Simulation.reset.png
rename to org.fortiss.af3.rcp.help/html/pictures/Simulation.reset.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Simulation.run.png b/org.fortiss.af3.rcp.help/html/pictures/Simulation.run.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Simulation.run.png
rename to org.fortiss.af3.rcp.help/html/pictures/Simulation.run.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Simulation.step.png b/org.fortiss.af3.rcp.help/html/pictures/Simulation.step.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Simulation.step.png
rename to org.fortiss.af3.rcp.help/html/pictures/Simulation.step.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/StateAutomaton.GuardsAndActions.png b/org.fortiss.af3.rcp.help/html/pictures/StateAutomaton.GuardsAndActions.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/StateAutomaton.GuardsAndActions.png
rename to org.fortiss.af3.rcp.help/html/pictures/StateAutomaton.GuardsAndActions.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/StateAutomaton.TableView.png b/org.fortiss.af3.rcp.help/html/pictures/StateAutomaton.TableView.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/StateAutomaton.TableView.png
rename to org.fortiss.af3.rcp.help/html/pictures/StateAutomaton.TableView.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/StateAutomaton1.png b/org.fortiss.af3.rcp.help/html/pictures/StateAutomaton1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/StateAutomaton1.png
rename to org.fortiss.af3.rcp.help/html/pictures/StateAutomaton1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/StateAutomatonHierarchic.png b/org.fortiss.af3.rcp.help/html/pictures/StateAutomatonHierarchic.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/StateAutomatonHierarchic.png
rename to org.fortiss.af3.rcp.help/html/pictures/StateAutomatonHierarchic.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Strong.Cycle.png b/org.fortiss.af3.rcp.help/html/pictures/Strong.Cycle.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Strong.Cycle.png
rename to org.fortiss.af3.rcp.help/html/pictures/Strong.Cycle.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/TLSpec.png b/org.fortiss.af3.rcp.help/html/pictures/TLSpec.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/TLSpec.png
rename to org.fortiss.af3.rcp.help/html/pictures/TLSpec.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/TLSpecFail.png b/org.fortiss.af3.rcp.help/html/pictures/TLSpecFail.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/TLSpecFail.png
rename to org.fortiss.af3.rcp.help/html/pictures/TLSpecFail.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Table.AddColumn.png b/org.fortiss.af3.rcp.help/html/pictures/Table.AddColumn.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Table.AddColumn.png
rename to org.fortiss.af3.rcp.help/html/pictures/Table.AddColumn.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Table.AddInput.png b/org.fortiss.af3.rcp.help/html/pictures/Table.AddInput.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Table.AddInput.png
rename to org.fortiss.af3.rcp.help/html/pictures/Table.AddInput.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Table.AddInput2.png b/org.fortiss.af3.rcp.help/html/pictures/Table.AddInput2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Table.AddInput2.png
rename to org.fortiss.af3.rcp.help/html/pictures/Table.AddInput2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Table.AddInput3.png b/org.fortiss.af3.rcp.help/html/pictures/Table.AddInput3.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Table.AddInput3.png
rename to org.fortiss.af3.rcp.help/html/pictures/Table.AddInput3.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Table.AddRow.png b/org.fortiss.af3.rcp.help/html/pictures/Table.AddRow.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Table.AddRow.png
rename to org.fortiss.af3.rcp.help/html/pictures/Table.AddRow.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Table.DefaultSimpleTable.png b/org.fortiss.af3.rcp.help/html/pictures/Table.DefaultSimpleTable.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Table.DefaultSimpleTable.png
rename to org.fortiss.af3.rcp.help/html/pictures/Table.DefaultSimpleTable.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Table.DragAndDrop.png b/org.fortiss.af3.rcp.help/html/pictures/Table.DragAndDrop.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Table.DragAndDrop.png
rename to org.fortiss.af3.rcp.help/html/pictures/Table.DragAndDrop.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Table.EditCell.png b/org.fortiss.af3.rcp.help/html/pictures/Table.EditCell.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Table.EditCell.png
rename to org.fortiss.af3.rcp.help/html/pictures/Table.EditCell.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Table.ManyRows.png b/org.fortiss.af3.rcp.help/html/pictures/Table.ManyRows.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Table.ManyRows.png
rename to org.fortiss.af3.rcp.help/html/pictures/Table.ManyRows.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Table.NewColumn.png b/org.fortiss.af3.rcp.help/html/pictures/Table.NewColumn.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Table.NewColumn.png
rename to org.fortiss.af3.rcp.help/html/pictures/Table.NewColumn.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Table.NewColumnInt.png b/org.fortiss.af3.rcp.help/html/pictures/Table.NewColumnInt.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Table.NewColumnInt.png
rename to org.fortiss.af3.rcp.help/html/pictures/Table.NewColumnInt.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Table.NewCondition.png b/org.fortiss.af3.rcp.help/html/pictures/Table.NewCondition.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Table.NewCondition.png
rename to org.fortiss.af3.rcp.help/html/pictures/Table.NewCondition.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Table.NewConditionBoolean.png b/org.fortiss.af3.rcp.help/html/pictures/Table.NewConditionBoolean.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Table.NewConditionBoolean.png
rename to org.fortiss.af3.rcp.help/html/pictures/Table.NewConditionBoolean.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Table.NewConditionInt.png b/org.fortiss.af3.rcp.help/html/pictures/Table.NewConditionInt.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Table.NewConditionInt.png
rename to org.fortiss.af3.rcp.help/html/pictures/Table.NewConditionInt.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Table.OneRow.png b/org.fortiss.af3.rcp.help/html/pictures/Table.OneRow.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Table.OneRow.png
rename to org.fortiss.af3.rcp.help/html/pictures/Table.OneRow.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Table.Overview.png b/org.fortiss.af3.rcp.help/html/pictures/Table.Overview.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Table.Overview.png
rename to org.fortiss.af3.rcp.help/html/pictures/Table.Overview.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Table.RemainPorts.png b/org.fortiss.af3.rcp.help/html/pictures/Table.RemainPorts.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Table.RemainPorts.png
rename to org.fortiss.af3.rcp.help/html/pictures/Table.RemainPorts.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Table.SelectPort.png b/org.fortiss.af3.rcp.help/html/pictures/Table.SelectPort.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Table.SelectPort.png
rename to org.fortiss.af3.rcp.help/html/pictures/Table.SelectPort.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Table.Simulation.png b/org.fortiss.af3.rcp.help/html/pictures/Table.Simulation.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Table.Simulation.png
rename to org.fortiss.af3.rcp.help/html/pictures/Table.Simulation.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Table.StarCell.png b/org.fortiss.af3.rcp.help/html/pictures/Table.StarCell.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Table.StarCell.png
rename to org.fortiss.af3.rcp.help/html/pictures/Table.StarCell.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Testing.Refinement.choose_abstract_button.png b/org.fortiss.af3.rcp.help/html/pictures/Testing.Refinement.choose_abstract_button.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Testing.Refinement.choose_abstract_button.png
rename to org.fortiss.af3.rcp.help/html/pictures/Testing.Refinement.choose_abstract_button.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Testing.Refinement.choose_abstract_dialog.png b/org.fortiss.af3.rcp.help/html/pictures/Testing.Refinement.choose_abstract_dialog.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Testing.Refinement.choose_abstract_dialog.png
rename to org.fortiss.af3.rcp.help/html/pictures/Testing.Refinement.choose_abstract_dialog.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Testing.Refinement.code_spec.png b/org.fortiss.af3.rcp.help/html/pictures/Testing.Refinement.code_spec.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Testing.Refinement.code_spec.png
rename to org.fortiss.af3.rcp.help/html/pictures/Testing.Refinement.code_spec.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Testing.Refinement.create_refinement_specification.png b/org.fortiss.af3.rcp.help/html/pictures/Testing.Refinement.create_refinement_specification.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Testing.Refinement.create_refinement_specification.png
rename to org.fortiss.af3.rcp.help/html/pictures/Testing.Refinement.create_refinement_specification.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Testing.Refinement.functions.png b/org.fortiss.af3.rcp.help/html/pictures/Testing.Refinement.functions.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Testing.Refinement.functions.png
rename to org.fortiss.af3.rcp.help/html/pictures/Testing.Refinement.functions.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Testing.Refinement.picture_functions.png b/org.fortiss.af3.rcp.help/html/pictures/Testing.Refinement.picture_functions.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Testing.Refinement.picture_functions.png
rename to org.fortiss.af3.rcp.help/html/pictures/Testing.Refinement.picture_functions.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Testing.Refinement.random_input.png b/org.fortiss.af3.rcp.help/html/pictures/Testing.Refinement.random_input.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Testing.Refinement.random_input.png
rename to org.fortiss.af3.rcp.help/html/pictures/Testing.Refinement.random_input.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Testing.Refinement.refinement_test_suite.png b/org.fortiss.af3.rcp.help/html/pictures/Testing.Refinement.refinement_test_suite.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Testing.Refinement.refinement_test_suite.png
rename to org.fortiss.af3.rcp.help/html/pictures/Testing.Refinement.refinement_test_suite.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Testing.Refinement.test_refinement.png b/org.fortiss.af3.rcp.help/html/pictures/Testing.Refinement.test_refinement.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Testing.Refinement.test_refinement.png
rename to org.fortiss.af3.rcp.help/html/pictures/Testing.Refinement.test_refinement.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Testing.create.randominputprofile.png b/org.fortiss.af3.rcp.help/html/pictures/Testing.create.randominputprofile.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Testing.create.randominputprofile.png
rename to org.fortiss.af3.rcp.help/html/pictures/Testing.create.randominputprofile.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Testing.create.testsuitespecification.png b/org.fortiss.af3.rcp.help/html/pictures/Testing.create.testsuitespecification.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Testing.create.testsuitespecification.png
rename to org.fortiss.af3.rcp.help/html/pictures/Testing.create.testsuitespecification.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Testing.editcell.png b/org.fortiss.af3.rcp.help/html/pictures/Testing.editcell.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Testing.editcell.png
rename to org.fortiss.af3.rcp.help/html/pictures/Testing.editcell.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Testing.editmenu.png b/org.fortiss.af3.rcp.help/html/pictures/Testing.editmenu.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Testing.editmenu.png
rename to org.fortiss.af3.rcp.help/html/pictures/Testing.editmenu.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Testing.generate.testsuite.png b/org.fortiss.af3.rcp.help/html/pictures/Testing.generate.testsuite.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Testing.generate.testsuite.png
rename to org.fortiss.af3.rcp.help/html/pictures/Testing.generate.testsuite.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Testing.recording.png b/org.fortiss.af3.rcp.help/html/pictures/Testing.recording.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Testing.recording.png
rename to org.fortiss.af3.rcp.help/html/pictures/Testing.recording.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Testing.runtestcasesimulator.png b/org.fortiss.af3.rcp.help/html/pictures/Testing.runtestcasesimulator.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Testing.runtestcasesimulator.png
rename to org.fortiss.af3.rcp.help/html/pictures/Testing.runtestcasesimulator.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Testing.save.png b/org.fortiss.af3.rcp.help/html/pictures/Testing.save.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Testing.save.png
rename to org.fortiss.af3.rcp.help/html/pictures/Testing.save.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Testing.simulatorperspective.png b/org.fortiss.af3.rcp.help/html/pictures/Testing.simulatorperspective.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Testing.simulatorperspective.png
rename to org.fortiss.af3.rcp.help/html/pictures/Testing.simulatorperspective.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Testing.statistics.png b/org.fortiss.af3.rcp.help/html/pictures/Testing.statistics.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Testing.statistics.png
rename to org.fortiss.af3.rcp.help/html/pictures/Testing.statistics.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Testing.traceresult.png b/org.fortiss.af3.rcp.help/html/pictures/Testing.traceresult.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Testing.traceresult.png
rename to org.fortiss.af3.rcp.help/html/pictures/Testing.traceresult.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Testing.traceview.png b/org.fortiss.af3.rcp.help/html/pictures/Testing.traceview.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Testing.traceview.png
rename to org.fortiss.af3.rcp.help/html/pictures/Testing.traceview.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Testing.updatetetsuite.png b/org.fortiss.af3.rcp.help/html/pictures/Testing.updatetetsuite.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Testing.updatetetsuite.png
rename to org.fortiss.af3.rcp.help/html/pictures/Testing.updatetetsuite.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/ToggleExpertView.png b/org.fortiss.af3.rcp.help/html/pictures/ToggleExpertView.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/ToggleExpertView.png
rename to org.fortiss.af3.rcp.help/html/pictures/ToggleExpertView.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Vmit_Generation.png b/org.fortiss.af3.rcp.help/html/pictures/Vmit_Generation.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Vmit_Generation.png
rename to org.fortiss.af3.rcp.help/html/pictures/Vmit_Generation.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/Weak.Cycle.png b/org.fortiss.af3.rcp.help/html/pictures/Weak.Cycle.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/Weak.Cycle.png
rename to org.fortiss.af3.rcp.help/html/pictures/Weak.Cycle.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/activatePort.png b/org.fortiss.af3.rcp.help/html/pictures/activatePort.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/activatePort.png
rename to org.fortiss.af3.rcp.help/html/pictures/activatePort.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/activateReachability.png b/org.fortiss.af3.rcp.help/html/pictures/activateReachability.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/activateReachability.png
rename to org.fortiss.af3.rcp.help/html/pictures/activateReachability.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/af3_errorLog.png b/org.fortiss.af3.rcp.help/html/pictures/af3_errorLog.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/af3_errorLog.png
rename to org.fortiss.af3.rcp.help/html/pictures/af3_errorLog.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/analyses_master.jpg b/org.fortiss.af3.rcp.help/html/pictures/analyses_master.jpg
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/analyses_master.jpg
rename to org.fortiss.af3.rcp.help/html/pictures/analyses_master.jpg
diff --git a/org.fortiss.af3.rcp.application/html/pictures/analyses_master_icon.png b/org.fortiss.af3.rcp.help/html/pictures/analyses_master_icon.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/analyses_master_icon.png
rename to org.fortiss.af3.rcp.help/html/pictures/analyses_master_icon.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/analyses_new_trigger.png b/org.fortiss.af3.rcp.help/html/pictures/analyses_new_trigger.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/analyses_new_trigger.png
rename to org.fortiss.af3.rcp.help/html/pictures/analyses_new_trigger.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/aspects.png b/org.fortiss.af3.rcp.help/html/pictures/aspects.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/aspects.png
rename to org.fortiss.af3.rcp.help/html/pictures/aspects.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/aspects/Conditions.png b/org.fortiss.af3.rcp.help/html/pictures/aspects/Conditions.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/aspects/Conditions.png
rename to org.fortiss.af3.rcp.help/html/pictures/aspects/Conditions.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/aspects/DCh.png b/org.fortiss.af3.rcp.help/html/pictures/aspects/DCh.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/aspects/DCh.png
rename to org.fortiss.af3.rcp.help/html/pictures/aspects/DCh.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/aspects/Func.png b/org.fortiss.af3.rcp.help/html/pictures/aspects/Func.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/aspects/Func.png
rename to org.fortiss.af3.rcp.help/html/pictures/aspects/Func.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/aspects/Latency.png b/org.fortiss.af3.rcp.help/html/pictures/aspects/Latency.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/aspects/Latency.png
rename to org.fortiss.af3.rcp.help/html/pictures/aspects/Latency.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/aspects/Mode.png b/org.fortiss.af3.rcp.help/html/pictures/aspects/Mode.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/aspects/Mode.png
rename to org.fortiss.af3.rcp.help/html/pictures/aspects/Mode.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/aspects/PD.png b/org.fortiss.af3.rcp.help/html/pictures/aspects/PD.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/aspects/PD.png
rename to org.fortiss.af3.rcp.help/html/pictures/aspects/PD.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/aspects/SD.png b/org.fortiss.af3.rcp.help/html/pictures/aspects/SD.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/aspects/SD.png
rename to org.fortiss.af3.rcp.help/html/pictures/aspects/SD.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/aspects/SL.png b/org.fortiss.af3.rcp.help/html/pictures/aspects/SL.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/aspects/SL.png
rename to org.fortiss.af3.rcp.help/html/pictures/aspects/SL.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/aspects/TA.png b/org.fortiss.af3.rcp.help/html/pictures/aspects/TA.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/aspects/TA.png
rename to org.fortiss.af3.rcp.help/html/pictures/aspects/TA.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/aspects/TempProp.png b/org.fortiss.af3.rcp.help/html/pictures/aspects/TempProp.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/aspects/TempProp.png
rename to org.fortiss.af3.rcp.help/html/pictures/aspects/TempProp.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/aspects/safetyStandards.png b/org.fortiss.af3.rcp.help/html/pictures/aspects/safetyStandards.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/aspects/safetyStandards.png
rename to org.fortiss.af3.rcp.help/html/pictures/aspects/safetyStandards.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/aspectsRemove.png b/org.fortiss.af3.rcp.help/html/pictures/aspectsRemove.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/aspectsRemove.png
rename to org.fortiss.af3.rcp.help/html/pictures/aspectsRemove.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/aspectsTabs.png b/org.fortiss.af3.rcp.help/html/pictures/aspectsTabs.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/aspectsTabs.png
rename to org.fortiss.af3.rcp.help/html/pictures/aspectsTabs.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/assume_guarantee_icon.gif b/org.fortiss.af3.rcp.help/html/pictures/assume_guarantee_icon.gif
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/assume_guarantee_icon.gif
rename to org.fortiss.af3.rcp.help/html/pictures/assume_guarantee_icon.gif
diff --git a/org.fortiss.af3.rcp.application/html/pictures/assume_guarantee_reasoning.jpg b/org.fortiss.af3.rcp.help/html/pictures/assume_guarantee_reasoning.jpg
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/assume_guarantee_reasoning.jpg
rename to org.fortiss.af3.rcp.help/html/pictures/assume_guarantee_reasoning.jpg
diff --git a/org.fortiss.af3.rcp.application/html/pictures/boundContextMenu.png b/org.fortiss.af3.rcp.help/html/pictures/boundContextMenu.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/boundContextMenu.png
rename to org.fortiss.af3.rcp.help/html/pictures/boundContextMenu.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/boundDashboard.png b/org.fortiss.af3.rcp.help/html/pictures/boundDashboard.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/boundDashboard.png
rename to org.fortiss.af3.rcp.help/html/pictures/boundDashboard.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/caBound.png b/org.fortiss.af3.rcp.help/html/pictures/caBound.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/caBound.png
rename to org.fortiss.af3.rcp.help/html/pictures/caBound.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/caBoundInfo.png b/org.fortiss.af3.rcp.help/html/pictures/caBoundInfo.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/caBoundInfo.png
rename to org.fortiss.af3.rcp.help/html/pictures/caBoundInfo.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/clickOnRoot.png b/org.fortiss.af3.rcp.help/html/pictures/clickOnRoot.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/clickOnRoot.png
rename to org.fortiss.af3.rcp.help/html/pictures/clickOnRoot.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/code_store_directory.png b/org.fortiss.af3.rcp.help/html/pictures/code_store_directory.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/code_store_directory.png
rename to org.fortiss.af3.rcp.help/html/pictures/code_store_directory.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/constraintActivation.png b/org.fortiss.af3.rcp.help/html/pictures/constraintActivation.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/constraintActivation.png
rename to org.fortiss.af3.rcp.help/html/pictures/constraintActivation.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/constraintContextMenu.png b/org.fortiss.af3.rcp.help/html/pictures/constraintContextMenu.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/constraintContextMenu.png
rename to org.fortiss.af3.rcp.help/html/pictures/constraintContextMenu.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/contract1.png b/org.fortiss.af3.rcp.help/html/pictures/contract1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/contract1.png
rename to org.fortiss.af3.rcp.help/html/pictures/contract1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/contractSimulation.png b/org.fortiss.af3.rcp.help/html/pictures/contractSimulation.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/contractSimulation.png
rename to org.fortiss.af3.rcp.help/html/pictures/contractSimulation.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/cosimulationComponentsConnection.png b/org.fortiss.af3.rcp.help/html/pictures/cosimulationComponentsConnection.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/cosimulationComponentsConnection.png
rename to org.fortiss.af3.rcp.help/html/pictures/cosimulationComponentsConnection.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/cosimulationConfigurations.png b/org.fortiss.af3.rcp.help/html/pictures/cosimulationConfigurations.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/cosimulationConfigurations.png
rename to org.fortiss.af3.rcp.help/html/pictures/cosimulationConfigurations.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/cosimulationResults.png b/org.fortiss.af3.rcp.help/html/pictures/cosimulationResults.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/cosimulationResults.png
rename to org.fortiss.af3.rcp.help/html/pictures/cosimulationResults.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/cprover_analyses.png b/org.fortiss.af3.rcp.help/html/pictures/cprover_analyses.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/cprover_analyses.png
rename to org.fortiss.af3.rcp.help/html/pictures/cprover_analyses.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/defaultContract.png b/org.fortiss.af3.rcp.help/html/pictures/defaultContract.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/defaultContract.png
rename to org.fortiss.af3.rcp.help/html/pictures/defaultContract.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/determinism.png b/org.fortiss.af3.rcp.help/html/pictures/determinism.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/determinism.png
rename to org.fortiss.af3.rcp.help/html/pictures/determinism.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/determinismContextMenu.png b/org.fortiss.af3.rcp.help/html/pictures/determinismContextMenu.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/determinismContextMenu.png
rename to org.fortiss.af3.rcp.help/html/pictures/determinismContextMenu.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/determinismDashboard.png b/org.fortiss.af3.rcp.help/html/pictures/determinismDashboard.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/determinismDashboard.png
rename to org.fortiss.af3.rcp.help/html/pictures/determinismDashboard.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/determinismEditor.png b/org.fortiss.af3.rcp.help/html/pictures/determinismEditor.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/determinismEditor.png
rename to org.fortiss.af3.rcp.help/html/pictures/determinismEditor.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/determinismInfo.png b/org.fortiss.af3.rcp.help/html/pictures/determinismInfo.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/determinismInfo.png
rename to org.fortiss.af3.rcp.help/html/pictures/determinismInfo.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/determinismInfoFail.png b/org.fortiss.af3.rcp.help/html/pictures/determinismInfoFail.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/determinismInfoFail.png
rename to org.fortiss.af3.rcp.help/html/pictures/determinismInfoFail.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/determinismModelNavigator.png b/org.fortiss.af3.rcp.help/html/pictures/determinismModelNavigator.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/determinismModelNavigator.png
rename to org.fortiss.af3.rcp.help/html/pictures/determinismModelNavigator.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/determinismStateAutomaton.png b/org.fortiss.af3.rcp.help/html/pictures/determinismStateAutomaton.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/determinismStateAutomaton.png
rename to org.fortiss.af3.rcp.help/html/pictures/determinismStateAutomaton.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/dse_perspective_constraint_view.png b/org.fortiss.af3.rcp.help/html/pictures/dse_perspective_constraint_view.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/dse_perspective_constraint_view.png
rename to org.fortiss.af3.rcp.help/html/pictures/dse_perspective_constraint_view.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/dse_perspective_main.png b/org.fortiss.af3.rcp.help/html/pictures/dse_perspective_main.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/dse_perspective_main.png
rename to org.fortiss.af3.rcp.help/html/pictures/dse_perspective_main.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/dse_perspective_mainMenu.png b/org.fortiss.af3.rcp.help/html/pictures/dse_perspective_mainMenu.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/dse_perspective_mainMenu.png
rename to org.fortiss.af3.rcp.help/html/pictures/dse_perspective_mainMenu.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/dse_perspective_navigator.png b/org.fortiss.af3.rcp.help/html/pictures/dse_perspective_navigator.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/dse_perspective_navigator.png
rename to org.fortiss.af3.rcp.help/html/pictures/dse_perspective_navigator.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/dse_perspective_projectexp.png b/org.fortiss.af3.rcp.help/html/pictures/dse_perspective_projectexp.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/dse_perspective_projectexp.png
rename to org.fortiss.af3.rcp.help/html/pictures/dse_perspective_projectexp.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/dse_perspective_selection.png b/org.fortiss.af3.rcp.help/html/pictures/dse_perspective_selection.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/dse_perspective_selection.png
rename to org.fortiss.af3.rcp.help/html/pictures/dse_perspective_selection.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/externalSpecificationEditor.png b/org.fortiss.af3.rcp.help/html/pictures/externalSpecificationEditor.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/externalSpecificationEditor.png
rename to org.fortiss.af3.rcp.help/html/pictures/externalSpecificationEditor.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/failedConstraint.png b/org.fortiss.af3.rcp.help/html/pictures/failedConstraint.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/failedConstraint.png
rename to org.fortiss.af3.rcp.help/html/pictures/failedConstraint.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/fatal.gif b/org.fortiss.af3.rcp.help/html/pictures/fatal.gif
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/fatal.gif
rename to org.fortiss.af3.rcp.help/html/pictures/fatal.gif
diff --git a/org.fortiss.af3.rcp.application/html/pictures/info.gif b/org.fortiss.af3.rcp.help/html/pictures/info.gif
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/info.gif
rename to org.fortiss.af3.rcp.help/html/pictures/info.gif
diff --git a/org.fortiss.af3.rcp.application/html/pictures/is_safety_requirement.png b/org.fortiss.af3.rcp.help/html/pictures/is_safety_requirement.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/is_safety_requirement.png
rename to org.fortiss.af3.rcp.help/html/pictures/is_safety_requirement.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/mcdc1.png b/org.fortiss.af3.rcp.help/html/pictures/mcdc1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/mcdc1.png
rename to org.fortiss.af3.rcp.help/html/pictures/mcdc1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/mcdc2.png b/org.fortiss.af3.rcp.help/html/pictures/mcdc2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/mcdc2.png
rename to org.fortiss.af3.rcp.help/html/pictures/mcdc2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/mcdc3.png b/org.fortiss.af3.rcp.help/html/pictures/mcdc3.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/mcdc3.png
rename to org.fortiss.af3.rcp.help/html/pictures/mcdc3.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/mcdc4.png b/org.fortiss.af3.rcp.help/html/pictures/mcdc4.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/mcdc4.png
rename to org.fortiss.af3.rcp.help/html/pictures/mcdc4.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/model_checking_CProver-PerformAnalysis_fail.png b/org.fortiss.af3.rcp.help/html/pictures/model_checking_CProver-PerformAnalysis_fail.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/model_checking_CProver-PerformAnalysis_fail.png
rename to org.fortiss.af3.rcp.help/html/pictures/model_checking_CProver-PerformAnalysis_fail.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/model_checking_CProver-Simulation.png b/org.fortiss.af3.rcp.help/html/pictures/model_checking_CProver-Simulation.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/model_checking_CProver-Simulation.png
rename to org.fortiss.af3.rcp.help/html/pictures/model_checking_CProver-Simulation.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/model_checking_CProver-Version.png b/org.fortiss.af3.rcp.help/html/pictures/model_checking_CProver-Version.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/model_checking_CProver-Version.png
rename to org.fortiss.af3.rcp.help/html/pictures/model_checking_CProver-Version.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/model_checking_CProver_Analyses_Button.png b/org.fortiss.af3.rcp.help/html/pictures/model_checking_CProver_Analyses_Button.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/model_checking_CProver_Analyses_Button.png
rename to org.fortiss.af3.rcp.help/html/pictures/model_checking_CProver_Analyses_Button.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/model_checking_advanced_analyses.jpg b/org.fortiss.af3.rcp.help/html/pictures/model_checking_advanced_analyses.jpg
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/model_checking_advanced_analyses.jpg
rename to org.fortiss.af3.rcp.help/html/pictures/model_checking_advanced_analyses.jpg
diff --git a/org.fortiss.af3.rcp.application/html/pictures/model_checking_counterexample_simulation.jpg b/org.fortiss.af3.rcp.help/html/pictures/model_checking_counterexample_simulation.jpg
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/model_checking_counterexample_simulation.jpg
rename to org.fortiss.af3.rcp.help/html/pictures/model_checking_counterexample_simulation.jpg
diff --git a/org.fortiss.af3.rcp.application/html/pictures/model_checking_nusmv_version.png b/org.fortiss.af3.rcp.help/html/pictures/model_checking_nusmv_version.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/model_checking_nusmv_version.png
rename to org.fortiss.af3.rcp.help/html/pictures/model_checking_nusmv_version.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/model_checking_semanticinspect_icon.gif b/org.fortiss.af3.rcp.help/html/pictures/model_checking_semanticinspect_icon.gif
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/model_checking_semanticinspect_icon.gif
rename to org.fortiss.af3.rcp.help/html/pictures/model_checking_semanticinspect_icon.gif
diff --git a/org.fortiss.af3.rcp.application/html/pictures/model_checking_semanticinspect_icon2.png b/org.fortiss.af3.rcp.help/html/pictures/model_checking_semanticinspect_icon2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/model_checking_semanticinspect_icon2.png
rename to org.fortiss.af3.rcp.help/html/pictures/model_checking_semanticinspect_icon2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/model_checking_show_unreachable_states.jpg b/org.fortiss.af3.rcp.help/html/pictures/model_checking_show_unreachable_states.jpg
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/model_checking_show_unreachable_states.jpg
rename to org.fortiss.af3.rcp.help/html/pictures/model_checking_show_unreachable_states.jpg
diff --git a/org.fortiss.af3.rcp.application/html/pictures/model_checking_unreachable_states_analysis.jpg b/org.fortiss.af3.rcp.help/html/pictures/model_checking_unreachable_states_analysis.jpg
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/model_checking_unreachable_states_analysis.jpg
rename to org.fortiss.af3.rcp.help/html/pictures/model_checking_unreachable_states_analysis.jpg
diff --git a/org.fortiss.af3.rcp.application/html/pictures/modes.add_mode_automaton.png b/org.fortiss.af3.rcp.help/html/pictures/modes.add_mode_automaton.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/modes.add_mode_automaton.png
rename to org.fortiss.af3.rcp.help/html/pictures/modes.add_mode_automaton.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/modes.add_mode_component_structure.png b/org.fortiss.af3.rcp.help/html/pictures/modes.add_mode_component_structure.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/modes.add_mode_component_structure.png
rename to org.fortiss.af3.rcp.help/html/pictures/modes.add_mode_component_structure.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/modes.data_state_view.png b/org.fortiss.af3.rcp.help/html/pictures/modes.data_state_view.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/modes.data_state_view.png
rename to org.fortiss.af3.rcp.help/html/pictures/modes.data_state_view.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/modes.example_mode_component_struct.png b/org.fortiss.af3.rcp.help/html/pictures/modes.example_mode_component_struct.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/modes.example_mode_component_struct.png
rename to org.fortiss.af3.rcp.help/html/pictures/modes.example_mode_component_struct.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/modes.initial_mode.png b/org.fortiss.af3.rcp.help/html/pictures/modes.initial_mode.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/modes.initial_mode.png
rename to org.fortiss.af3.rcp.help/html/pictures/modes.initial_mode.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/modes.mode_automaton_editor.png b/org.fortiss.af3.rcp.help/html/pictures/modes.mode_automaton_editor.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/modes.mode_automaton_editor.png
rename to org.fortiss.af3.rcp.help/html/pictures/modes.mode_automaton_editor.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/modes.switch_blendpoint.png b/org.fortiss.af3.rcp.help/html/pictures/modes.switch_blendpoint.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/modes.switch_blendpoint.png
rename to org.fortiss.af3.rcp.help/html/pictures/modes.switch_blendpoint.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/modes.switch_properties.png b/org.fortiss.af3.rcp.help/html/pictures/modes.switch_properties.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/modes.switch_properties.png
rename to org.fortiss.af3.rcp.help/html/pictures/modes.switch_properties.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/msc_conformity.png b/org.fortiss.af3.rcp.help/html/pictures/msc_conformity.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/msc_conformity.png
rename to org.fortiss.af3.rcp.help/html/pictures/msc_conformity.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/msc_conformity2.png b/org.fortiss.af3.rcp.help/html/pictures/msc_conformity2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/msc_conformity2.png
rename to org.fortiss.af3.rcp.help/html/pictures/msc_conformity2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/msc_conformity_icon.png b/org.fortiss.af3.rcp.help/html/pictures/msc_conformity_icon.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/msc_conformity_icon.png
rename to org.fortiss.af3.rcp.help/html/pictures/msc_conformity_icon.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/mscscheduling1.png b/org.fortiss.af3.rcp.help/html/pictures/mscscheduling1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/mscscheduling1.png
rename to org.fortiss.af3.rcp.help/html/pictures/mscscheduling1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/noMoreError.png b/org.fortiss.af3.rcp.help/html/pictures/noMoreError.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/noMoreError.png
rename to org.fortiss.af3.rcp.help/html/pictures/noMoreError.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/non_determinism_analyses_view_icon.gif b/org.fortiss.af3.rcp.help/html/pictures/non_determinism_analyses_view_icon.gif
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/non_determinism_analyses_view_icon.gif
rename to org.fortiss.af3.rcp.help/html/pictures/non_determinism_analyses_view_icon.gif
diff --git a/org.fortiss.af3.rcp.application/html/pictures/nondeterminism_analyses.jpg b/org.fortiss.af3.rcp.help/html/pictures/nondeterminism_analyses.jpg
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/nondeterminism_analyses.jpg
rename to org.fortiss.af3.rcp.help/html/pictures/nondeterminism_analyses.jpg
diff --git a/org.fortiss.af3.rcp.application/html/pictures/notReachableInfo.png b/org.fortiss.af3.rcp.help/html/pictures/notReachableInfo.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/notReachableInfo.png
rename to org.fortiss.af3.rcp.help/html/pictures/notReachableInfo.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/nusmv_version.jpg b/org.fortiss.af3.rcp.help/html/pictures/nusmv_version.jpg
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/nusmv_version.jpg
rename to org.fortiss.af3.rcp.help/html/pictures/nusmv_version.jpg
diff --git a/org.fortiss.af3.rcp.application/html/pictures/op-colordisplayeditor.png b/org.fortiss.af3.rcp.help/html/pictures/op-colordisplayeditor.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/op-colordisplayeditor.png
rename to org.fortiss.af3.rcp.help/html/pictures/op-colordisplayeditor.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/op-colordisplaysim.png b/org.fortiss.af3.rcp.help/html/pictures/op-colordisplaysim.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/op-colordisplaysim.png
rename to org.fortiss.af3.rcp.help/html/pictures/op-colordisplaysim.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/op-compcreation.png b/org.fortiss.af3.rcp.help/html/pictures/op-compcreation.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/op-compcreation.png
rename to org.fortiss.af3.rcp.help/html/pictures/op-compcreation.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/op-iterminputeditor.png b/org.fortiss.af3.rcp.help/html/pictures/op-iterminputeditor.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/op-iterminputeditor.png
rename to org.fortiss.af3.rcp.help/html/pictures/op-iterminputeditor.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/op-iterminputsim.png b/org.fortiss.af3.rcp.help/html/pictures/op-iterminputsim.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/op-iterminputsim.png
rename to org.fortiss.af3.rcp.help/html/pictures/op-iterminputsim.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/op-opensimview.png b/org.fortiss.af3.rcp.help/html/pictures/op-opensimview.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/op-opensimview.png
rename to org.fortiss.af3.rcp.help/html/pictures/op-opensimview.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/op-pushbtneditor.png b/org.fortiss.af3.rcp.help/html/pictures/op-pushbtneditor.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/op-pushbtneditor.png
rename to org.fortiss.af3.rcp.help/html/pictures/op-pushbtneditor.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/op-pushbtnsim.png b/org.fortiss.af3.rcp.help/html/pictures/op-pushbtnsim.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/op-pushbtnsim.png
rename to org.fortiss.af3.rcp.help/html/pictures/op-pushbtnsim.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/op-simview.png b/org.fortiss.af3.rcp.help/html/pictures/op-simview.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/op-simview.png
rename to org.fortiss.af3.rcp.help/html/pictures/op-simview.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/op-speccreation.png b/org.fortiss.af3.rcp.help/html/pictures/op-speccreation.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/op-speccreation.png
rename to org.fortiss.af3.rcp.help/html/pictures/op-speccreation.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/op-textdisplayeditor.png b/org.fortiss.af3.rcp.help/html/pictures/op-textdisplayeditor.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/op-textdisplayeditor.png
rename to org.fortiss.af3.rcp.help/html/pictures/op-textdisplayeditor.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/op-textdisplaysim.png b/org.fortiss.af3.rcp.help/html/pictures/op-textdisplaysim.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/op-textdisplaysim.png
rename to org.fortiss.af3.rcp.help/html/pictures/op-textdisplaysim.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/op-togglebtneditor.png b/org.fortiss.af3.rcp.help/html/pictures/op-togglebtneditor.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/op-togglebtneditor.png
rename to org.fortiss.af3.rcp.help/html/pictures/op-togglebtneditor.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/op-togglebtnsim.png b/org.fortiss.af3.rcp.help/html/pictures/op-togglebtnsim.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/op-togglebtnsim.png
rename to org.fortiss.af3.rcp.help/html/pictures/op-togglebtnsim.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/opa-area-input-prop.png b/org.fortiss.af3.rcp.help/html/pictures/opa-area-input-prop.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/opa-area-input-prop.png
rename to org.fortiss.af3.rcp.help/html/pictures/opa-area-input-prop.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/opa-area-input-sim.png b/org.fortiss.af3.rcp.help/html/pictures/opa-area-input-sim.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/opa-area-input-sim.png
rename to org.fortiss.af3.rcp.help/html/pictures/opa-area-input-sim.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/opa-graph-viewer-prop.png b/org.fortiss.af3.rcp.help/html/pictures/opa-graph-viewer-prop.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/opa-graph-viewer-prop.png
rename to org.fortiss.af3.rcp.help/html/pictures/opa-graph-viewer-prop.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/opa-graph-viewer-sim.png b/org.fortiss.af3.rcp.help/html/pictures/opa-graph-viewer-sim.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/opa-graph-viewer-sim.png
rename to org.fortiss.af3.rcp.help/html/pictures/opa-graph-viewer-sim.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/opa-items.png b/org.fortiss.af3.rcp.help/html/pictures/opa-items.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/opa-items.png
rename to org.fortiss.af3.rcp.help/html/pictures/opa-items.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/opa-scene-viewer-blender-cube.png b/org.fortiss.af3.rcp.help/html/pictures/opa-scene-viewer-blender-cube.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/opa-scene-viewer-blender-cube.png
rename to org.fortiss.af3.rcp.help/html/pictures/opa-scene-viewer-blender-cube.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/opa-scene-viewer-blender-export.png b/org.fortiss.af3.rcp.help/html/pictures/opa-scene-viewer-blender-export.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/opa-scene-viewer-blender-export.png
rename to org.fortiss.af3.rcp.help/html/pictures/opa-scene-viewer-blender-export.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/opa-scene-viewer-camera-prop.png b/org.fortiss.af3.rcp.help/html/pictures/opa-scene-viewer-camera-prop.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/opa-scene-viewer-camera-prop.png
rename to org.fortiss.af3.rcp.help/html/pictures/opa-scene-viewer-camera-prop.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/opa-scene-viewer-editor.png b/org.fortiss.af3.rcp.help/html/pictures/opa-scene-viewer-editor.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/opa-scene-viewer-editor.png
rename to org.fortiss.af3.rcp.help/html/pictures/opa-scene-viewer-editor.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/opa-scene-viewer-lib.png b/org.fortiss.af3.rcp.help/html/pictures/opa-scene-viewer-lib.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/opa-scene-viewer-lib.png
rename to org.fortiss.af3.rcp.help/html/pictures/opa-scene-viewer-lib.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/opa-scene-viewer-light-prop.png b/org.fortiss.af3.rcp.help/html/pictures/opa-scene-viewer-light-prop.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/opa-scene-viewer-light-prop.png
rename to org.fortiss.af3.rcp.help/html/pictures/opa-scene-viewer-light-prop.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/opa-scene-viewer-material-prop.png b/org.fortiss.af3.rcp.help/html/pictures/opa-scene-viewer-material-prop.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/opa-scene-viewer-material-prop.png
rename to org.fortiss.af3.rcp.help/html/pictures/opa-scene-viewer-material-prop.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/opa-scene-viewer-obj-node-prop.png b/org.fortiss.af3.rcp.help/html/pictures/opa-scene-viewer-obj-node-prop.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/opa-scene-viewer-obj-node-prop.png
rename to org.fortiss.af3.rcp.help/html/pictures/opa-scene-viewer-obj-node-prop.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/opa-scene-viewer-obj-prop.png b/org.fortiss.af3.rcp.help/html/pictures/opa-scene-viewer-obj-prop.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/opa-scene-viewer-obj-prop.png
rename to org.fortiss.af3.rcp.help/html/pictures/opa-scene-viewer-obj-prop.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/opa-scene-viewer-rot-prop.png b/org.fortiss.af3.rcp.help/html/pictures/opa-scene-viewer-rot-prop.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/opa-scene-viewer-rot-prop.png
rename to org.fortiss.af3.rcp.help/html/pictures/opa-scene-viewer-rot-prop.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/opa-scene-viewer-sim.png b/org.fortiss.af3.rcp.help/html/pictures/opa-scene-viewer-sim.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/opa-scene-viewer-sim.png
rename to org.fortiss.af3.rcp.help/html/pictures/opa-scene-viewer-sim.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/png b/org.fortiss.af3.rcp.help/html/pictures/png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/png
rename to org.fortiss.af3.rcp.help/html/pictures/png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/reachabilityContextMenu.png b/org.fortiss.af3.rcp.help/html/pictures/reachabilityContextMenu.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/reachabilityContextMenu.png
rename to org.fortiss.af3.rcp.help/html/pictures/reachabilityContextMenu.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/reachabilityDashboard.png b/org.fortiss.af3.rcp.help/html/pictures/reachabilityDashboard.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/reachabilityDashboard.png
rename to org.fortiss.af3.rcp.help/html/pictures/reachabilityDashboard.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/runCosimulator.png b/org.fortiss.af3.rcp.help/html/pictures/runCosimulator.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/runCosimulator.png
rename to org.fortiss.af3.rcp.help/html/pictures/runCosimulator.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/sc_assumption_references.png b/org.fortiss.af3.rcp.help/html/pictures/sc_assumption_references.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/sc_assumption_references.png
rename to org.fortiss.af3.rcp.help/html/pictures/sc_assumption_references.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/sc_away.png b/org.fortiss.af3.rcp.help/html/pictures/sc_away.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/sc_away.png
rename to org.fortiss.af3.rcp.help/html/pictures/sc_away.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/sc_coloring.png b/org.fortiss.af3.rcp.help/html/pictures/sc_coloring.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/sc_coloring.png
rename to org.fortiss.af3.rcp.help/html/pictures/sc_coloring.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/sc_connection_prop.png b/org.fortiss.af3.rcp.help/html/pictures/sc_connection_prop.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/sc_connection_prop.png
rename to org.fortiss.af3.rcp.help/html/pictures/sc_connection_prop.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/sc_context_references.png b/org.fortiss.af3.rcp.help/html/pictures/sc_context_references.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/sc_context_references.png
rename to org.fortiss.af3.rcp.help/html/pictures/sc_context_references.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/sc_document_ref.png b/org.fortiss.af3.rcp.help/html/pictures/sc_document_ref.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/sc_document_ref.png
rename to org.fortiss.af3.rcp.help/html/pictures/sc_document_ref.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/sc_error.png b/org.fortiss.af3.rcp.help/html/pictures/sc_error.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/sc_error.png
rename to org.fortiss.af3.rcp.help/html/pictures/sc_error.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/sc_goal_context_menu.png b/org.fortiss.af3.rcp.help/html/pictures/sc_goal_context_menu.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/sc_goal_context_menu.png
rename to org.fortiss.af3.rcp.help/html/pictures/sc_goal_context_menu.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/sc_goal_scope.png b/org.fortiss.af3.rcp.help/html/pictures/sc_goal_scope.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/sc_goal_scope.png
rename to org.fortiss.af3.rcp.help/html/pictures/sc_goal_scope.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/sc_gsn_basic.png b/org.fortiss.af3.rcp.help/html/pictures/sc_gsn_basic.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/sc_gsn_basic.png
rename to org.fortiss.af3.rcp.help/html/pictures/sc_gsn_basic.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/sc_gsn_node_states.png b/org.fortiss.af3.rcp.help/html/pictures/sc_gsn_node_states.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/sc_gsn_node_states.png
rename to org.fortiss.af3.rcp.help/html/pictures/sc_gsn_node_states.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/sc_hyperlinks.png b/org.fortiss.af3.rcp.help/html/pictures/sc_hyperlinks.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/sc_hyperlinks.png
rename to org.fortiss.af3.rcp.help/html/pictures/sc_hyperlinks.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/sc_module_creation.png b/org.fortiss.af3.rcp.help/html/pictures/sc_module_creation.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/sc_module_creation.png
rename to org.fortiss.af3.rcp.help/html/pictures/sc_module_creation.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/sc_modules.png b/org.fortiss.af3.rcp.help/html/pictures/sc_modules.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/sc_modules.png
rename to org.fortiss.af3.rcp.help/html/pictures/sc_modules.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/sc_option_entity.png b/org.fortiss.af3.rcp.help/html/pictures/sc_option_entity.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/sc_option_entity.png
rename to org.fortiss.af3.rcp.help/html/pictures/sc_option_entity.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/sc_option_prop.png b/org.fortiss.af3.rcp.help/html/pictures/sc_option_prop.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/sc_option_prop.png
rename to org.fortiss.af3.rcp.help/html/pictures/sc_option_prop.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/sc_sol_references.png b/org.fortiss.af3.rcp.help/html/pictures/sc_sol_references.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/sc_sol_references.png
rename to org.fortiss.af3.rcp.help/html/pictures/sc_sol_references.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/sc_warning.png b/org.fortiss.af3.rcp.help/html/pictures/sc_warning.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/sc_warning.png
rename to org.fortiss.af3.rcp.help/html/pictures/sc_warning.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/scheduling_dag_graphical_repr_tab.png b/org.fortiss.af3.rcp.help/html/pictures/scheduling_dag_graphical_repr_tab.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/scheduling_dag_graphical_repr_tab.png
rename to org.fortiss.af3.rcp.help/html/pictures/scheduling_dag_graphical_repr_tab.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/scheduling_generation.png b/org.fortiss.af3.rcp.help/html/pictures/scheduling_generation.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/scheduling_generation.png
rename to org.fortiss.af3.rcp.help/html/pictures/scheduling_generation.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/scheduling_graphical_representation.png b/org.fortiss.af3.rcp.help/html/pictures/scheduling_graphical_representation.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/scheduling_graphical_representation.png
rename to org.fortiss.af3.rcp.help/html/pictures/scheduling_graphical_representation.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/scheduling_schedule_tab.png b/org.fortiss.af3.rcp.help/html/pictures/scheduling_schedule_tab.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/scheduling_schedule_tab.png
rename to org.fortiss.af3.rcp.help/html/pictures/scheduling_schedule_tab.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/scheduling_set_yices_path.png b/org.fortiss.af3.rcp.help/html/pictures/scheduling_set_yices_path.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/scheduling_set_yices_path.png
rename to org.fortiss.af3.rcp.help/html/pictures/scheduling_set_yices_path.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/scheduling_view.png b/org.fortiss.af3.rcp.help/html/pictures/scheduling_view.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/scheduling_view.png
rename to org.fortiss.af3.rcp.help/html/pictures/scheduling_view.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/scheduling_view_schedule.png b/org.fortiss.af3.rcp.help/html/pictures/scheduling_view_schedule.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/scheduling_view_schedule.png
rename to org.fortiss.af3.rcp.help/html/pictures/scheduling_view_schedule.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/scheduling_visualization_tab.png b/org.fortiss.af3.rcp.help/html/pictures/scheduling_visualization_tab.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/scheduling_visualization_tab.png
rename to org.fortiss.af3.rcp.help/html/pictures/scheduling_visualization_tab.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/scheduling_wizard.png b/org.fortiss.af3.rcp.help/html/pictures/scheduling_wizard.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/scheduling_wizard.png
rename to org.fortiss.af3.rcp.help/html/pictures/scheduling_wizard.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/simulationPerspective.png b/org.fortiss.af3.rcp.help/html/pictures/simulationPerspective.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/simulationPerspective.png
rename to org.fortiss.af3.rcp.help/html/pictures/simulationPerspective.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/stateBound.png b/org.fortiss.af3.rcp.help/html/pictures/stateBound.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/stateBound.png
rename to org.fortiss.af3.rcp.help/html/pictures/stateBound.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_AdvancedSpecficiation_overview.png b/org.fortiss.af3.rcp.help/html/pictures/table_AdvancedSpecficiation_overview.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_AdvancedSpecficiation_overview.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_AdvancedSpecficiation_overview.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_CreateAdvancedTableSpecfication.png b/org.fortiss.af3.rcp.help/html/pictures/table_CreateAdvancedTableSpecfication.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_CreateAdvancedTableSpecfication.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_CreateAdvancedTableSpecfication.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_CreateModeTransitionTable.png b/org.fortiss.af3.rcp.help/html/pictures/table_CreateModeTransitionTable.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_CreateModeTransitionTable.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_CreateModeTransitionTable.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_DoubleConditionTableExample.png b/org.fortiss.af3.rcp.help/html/pictures/table_DoubleConditionTableExample.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_DoubleConditionTableExample.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_DoubleConditionTableExample.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_DoubleConditionTableExample_1.png b/org.fortiss.af3.rcp.help/html/pictures/table_DoubleConditionTableExample_1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_DoubleConditionTableExample_1.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_DoubleConditionTableExample_1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_DoubleConditionTableExample_2.png b/org.fortiss.af3.rcp.help/html/pictures/table_DoubleConditionTableExample_2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_DoubleConditionTableExample_2.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_DoubleConditionTableExample_2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_HorizontalConditionsTableExample.png b/org.fortiss.af3.rcp.help/html/pictures/table_HorizontalConditionsTableExample.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_HorizontalConditionsTableExample.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_HorizontalConditionsTableExample.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_ModeTransitionTableExample.png b/org.fortiss.af3.rcp.help/html/pictures/table_ModeTransitionTableExample.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_ModeTransitionTableExample.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_ModeTransitionTableExample.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_STT_Behavior.png b/org.fortiss.af3.rcp.help/html/pictures/table_STT_Behavior.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_STT_Behavior.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_STT_Behavior.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_STT_Behavior_2.png b/org.fortiss.af3.rcp.help/html/pictures/table_STT_Behavior_2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_STT_Behavior_2.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_STT_Behavior_2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_StateTransitionTableExample.png b/org.fortiss.af3.rcp.help/html/pictures/table_StateTransitionTableExample.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_StateTransitionTableExample.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_StateTransitionTableExample.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_VerticalConditionsTableExample.png b/org.fortiss.af3.rcp.help/html/pictures/table_VerticalConditionsTableExample.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_VerticalConditionsTableExample.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_VerticalConditionsTableExample.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_addsupportedTablePatterns.png b/org.fortiss.af3.rcp.help/html/pictures/table_addsupportedTablePatterns.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_addsupportedTablePatterns.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_addsupportedTablePatterns.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_analyses_icon.png b/org.fortiss.af3.rcp.help/html/pictures/table_analyses_icon.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_analyses_icon.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_analyses_icon.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_analyses_master.png b/org.fortiss.af3.rcp.help/html/pictures/table_analyses_master.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_analyses_master.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_analyses_master.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_completeness_function.png b/org.fortiss.af3.rcp.help/html/pictures/table_completeness_function.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_completeness_function.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_completeness_function.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_createTabelSpecfication.png b/org.fortiss.af3.rcp.help/html/pictures/table_createTabelSpecfication.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_createTabelSpecfication.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_createTabelSpecfication.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_func_condition_drag_drop.png b/org.fortiss.af3.rcp.help/html/pictures/table_func_condition_drag_drop.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_func_condition_drag_drop.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_func_condition_drag_drop.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_func_p1_1.png b/org.fortiss.af3.rcp.help/html/pictures/table_func_p1_1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_func_p1_1.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_func_p1_1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_func_p1_2.png b/org.fortiss.af3.rcp.help/html/pictures/table_func_p1_2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_func_p1_2.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_func_p1_2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_func_p1_all.png b/org.fortiss.af3.rcp.help/html/pictures/table_func_p1_all.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_func_p1_all.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_func_p1_all.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_func_p1_all_2.png b/org.fortiss.af3.rcp.help/html/pictures/table_func_p1_all_2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_func_p1_all_2.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_func_p1_all_2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_func_p2_1.png b/org.fortiss.af3.rcp.help/html/pictures/table_func_p2_1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_func_p2_1.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_func_p2_1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_func_p2_2.png b/org.fortiss.af3.rcp.help/html/pictures/table_func_p2_2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_func_p2_2.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_func_p2_2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_func_p2_all.png b/org.fortiss.af3.rcp.help/html/pictures/table_func_p2_all.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_func_p2_all.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_func_p2_all.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_func_p2_all_2.png b/org.fortiss.af3.rcp.help/html/pictures/table_func_p2_all_2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_func_p2_all_2.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_func_p2_all_2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_func_p3_1.png b/org.fortiss.af3.rcp.help/html/pictures/table_func_p3_1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_func_p3_1.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_func_p3_1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_func_p3_2.png b/org.fortiss.af3.rcp.help/html/pictures/table_func_p3_2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_func_p3_2.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_func_p3_2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_func_p3_all.png b/org.fortiss.af3.rcp.help/html/pictures/table_func_p3_all.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_func_p3_all.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_func_p3_all.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_func_p3_all_2.png b/org.fortiss.af3.rcp.help/html/pictures/table_func_p3_all_2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_func_p3_all_2.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_func_p3_all_2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_func_type_check.png b/org.fortiss.af3.rcp.help/html/pictures/table_func_type_check.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_func_type_check.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_func_type_check.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_mtt_traffic_example_model_navigator.png b/org.fortiss.af3.rcp.help/html/pictures/table_mtt_traffic_example_model_navigator.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_mtt_traffic_example_model_navigator.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_mtt_traffic_example_model_navigator.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_mtt_traffic_example_table.png b/org.fortiss.af3.rcp.help/html/pictures/table_mtt_traffic_example_table.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_mtt_traffic_example_table.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_mtt_traffic_example_table.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_nondeter_func.png b/org.fortiss.af3.rcp.help/html/pictures/table_nondeter_func.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_nondeter_func.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_nondeter_func.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_nondeter_function.png b/org.fortiss.af3.rcp.help/html/pictures/table_nondeter_function.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_nondeter_function.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_nondeter_function.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_nondeter_stt.png b/org.fortiss.af3.rcp.help/html/pictures/table_nondeter_stt.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_nondeter_stt.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_nondeter_stt.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_nondeter_trans.png b/org.fortiss.af3.rcp.help/html/pictures/table_nondeter_trans.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_nondeter_trans.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_nondeter_trans.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_state_checked.gif b/org.fortiss.af3.rcp.help/html/pictures/table_state_checked.gif
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_state_checked.gif
rename to org.fortiss.af3.rcp.help/html/pictures/table_state_checked.gif
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_structure_1.png b/org.fortiss.af3.rcp.help/html/pictures/table_structure_1.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_structure_1.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_structure_1.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_structure_2.png b/org.fortiss.af3.rcp.help/html/pictures/table_structure_2.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_structure_2.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_structure_2.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_structure_3.png b/org.fortiss.af3.rcp.help/html/pictures/table_structure_3.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_structure_3.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_structure_3.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_stt_completeness.png b/org.fortiss.af3.rcp.help/html/pictures/table_stt_completeness.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_stt_completeness.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_stt_completeness.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_stt_table_state.png b/org.fortiss.af3.rcp.help/html/pictures/table_stt_table_state.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_stt_table_state.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_stt_table_state.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/table_trans_type_check.png b/org.fortiss.af3.rcp.help/html/pictures/table_trans_type_check.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/table_trans_type_check.png
rename to org.fortiss.af3.rcp.help/html/pictures/table_trans_type_check.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/timeConsuming.png b/org.fortiss.af3.rcp.help/html/pictures/timeConsuming.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/timeConsuming.png
rename to org.fortiss.af3.rcp.help/html/pictures/timeConsuming.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/timeConsumingPort.png b/org.fortiss.af3.rcp.help/html/pictures/timeConsumingPort.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/timeConsumingPort.png
rename to org.fortiss.af3.rcp.help/html/pictures/timeConsumingPort.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/tl_specification_creation.png b/org.fortiss.af3.rcp.help/html/pictures/tl_specification_creation.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/tl_specification_creation.png
rename to org.fortiss.af3.rcp.help/html/pictures/tl_specification_creation.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/unreachableAutomaton.png b/org.fortiss.af3.rcp.help/html/pictures/unreachableAutomaton.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/unreachableAutomaton.png
rename to org.fortiss.af3.rcp.help/html/pictures/unreachableAutomaton.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/warningConstraint.png b/org.fortiss.af3.rcp.help/html/pictures/warningConstraint.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/warningConstraint.png
rename to org.fortiss.af3.rcp.help/html/pictures/warningConstraint.png
diff --git a/org.fortiss.af3.rcp.application/html/pictures/z3_version.png b/org.fortiss.af3.rcp.help/html/pictures/z3_version.png
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/pictures/z3_version.png
rename to org.fortiss.af3.rcp.help/html/pictures/z3_version.png
diff --git a/org.fortiss.af3.rcp.application/html/platform_architecture.html b/org.fortiss.af3.rcp.help/html/platform_architecture.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/platform_architecture.html
rename to org.fortiss.af3.rcp.help/html/platform_architecture.html
diff --git a/org.fortiss.af3.rcp.application/html/process.html b/org.fortiss.af3.rcp.help/html/process.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/process.html
rename to org.fortiss.af3.rcp.help/html/process.html
diff --git a/org.fortiss.af3.rcp.application/html/process_constraints.html b/org.fortiss.af3.rcp.help/html/process_constraints.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/process_constraints.html
rename to org.fortiss.af3.rcp.help/html/process_constraints.html
diff --git a/org.fortiss.af3.rcp.application/html/process_constraints_definition.html b/org.fortiss.af3.rcp.help/html/process_constraints_definition.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/process_constraints_definition.html
rename to org.fortiss.af3.rcp.help/html/process_constraints_definition.html
diff --git a/org.fortiss.af3.rcp.application/html/process_definition.html b/org.fortiss.af3.rcp.help/html/process_definition.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/process_definition.html
rename to org.fortiss.af3.rcp.help/html/process_definition.html
diff --git a/org.fortiss.af3.rcp.application/html/process_usage.html b/org.fortiss.af3.rcp.help/html/process_usage.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/process_usage.html
rename to org.fortiss.af3.rcp.help/html/process_usage.html
diff --git a/org.fortiss.af3.rcp.application/html/reachability_analysis.html b/org.fortiss.af3.rcp.help/html/reachability_analysis.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/reachability_analysis.html
rename to org.fortiss.af3.rcp.help/html/reachability_analysis.html
diff --git a/org.fortiss.af3.rcp.application/html/refactoring.html b/org.fortiss.af3.rcp.help/html/refactoring.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/refactoring.html
rename to org.fortiss.af3.rcp.help/html/refactoring.html
diff --git a/org.fortiss.af3.rcp.application/html/refinement.html b/org.fortiss.af3.rcp.help/html/refinement.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/refinement.html
rename to org.fortiss.af3.rcp.help/html/refinement.html
diff --git a/org.fortiss.af3.rcp.application/html/refinement_testing.html b/org.fortiss.af3.rcp.help/html/refinement_testing.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/refinement_testing.html
rename to org.fortiss.af3.rcp.help/html/refinement_testing.html
diff --git a/org.fortiss.af3.rcp.application/html/safety.html b/org.fortiss.af3.rcp.help/html/safety.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/safety.html
rename to org.fortiss.af3.rcp.help/html/safety.html
diff --git a/org.fortiss.af3.rcp.application/html/safety_cases.html b/org.fortiss.af3.rcp.help/html/safety_cases.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/safety_cases.html
rename to org.fortiss.af3.rcp.help/html/safety_cases.html
diff --git a/org.fortiss.af3.rcp.application/html/scheduling.html b/org.fortiss.af3.rcp.help/html/scheduling.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/scheduling.html
rename to org.fortiss.af3.rcp.help/html/scheduling.html
diff --git a/org.fortiss.af3.rcp.application/html/simulation_with_af3.html b/org.fortiss.af3.rcp.help/html/simulation_with_af3.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/simulation_with_af3.html
rename to org.fortiss.af3.rcp.help/html/simulation_with_af3.html
diff --git a/org.fortiss.af3.rcp.application/html/state_automaton.html b/org.fortiss.af3.rcp.help/html/state_automaton.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/state_automaton.html
rename to org.fortiss.af3.rcp.help/html/state_automaton.html
diff --git a/org.fortiss.af3.rcp.application/html/technical_architecture_generation.html b/org.fortiss.af3.rcp.help/html/technical_architecture_generation.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/technical_architecture_generation.html
rename to org.fortiss.af3.rcp.help/html/technical_architecture_generation.html
diff --git a/org.fortiss.af3.rcp.application/html/tipsAndTricks.html b/org.fortiss.af3.rcp.help/html/tipsAndTricks.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/tipsAndTricks.html
rename to org.fortiss.af3.rcp.help/html/tipsAndTricks.html
diff --git a/org.fortiss.af3.rcp.application/html/tl_specification.html b/org.fortiss.af3.rcp.help/html/tl_specification.html
similarity index 100%
rename from org.fortiss.af3.rcp.application/html/tl_specification.html
rename to org.fortiss.af3.rcp.help/html/tl_specification.html
diff --git a/org.fortiss.af3.rcp.help/plugin.xml b/org.fortiss.af3.rcp.help/plugin.xml
new file mode 100644
index 0000000000000000000000000000000000000000..a705d62fda1dcdbefd827a7e30c10a21bf7cfc4a
--- /dev/null
+++ b/org.fortiss.af3.rcp.help/plugin.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<!-- (c) 2019 fortiss GmbH -->
+
+<plugin>
+	<extension point="org.eclipse.help.toc">
+		<toc file="toc.xml" primary="true"/>
+	</extension>
+</plugin>
diff --git a/org.fortiss.af3.rcp.application/toc.xml b/org.fortiss.af3.rcp.help/toc.xml
similarity index 100%
rename from org.fortiss.af3.rcp.application/toc.xml
rename to org.fortiss.af3.rcp.help/toc.xml