diff options
| author | Pierre-Charles David | 2018-05-16 07:41:02 +0000 |
|---|---|---|
| committer | Pierre-Charles David | 2018-05-16 08:34:05 +0000 |
| commit | 52a7f361286bc8e5e918313b84576ef1e417343a (patch) | |
| tree | eb469a1605027d9c7a4d794ebd5301725eac5432 | |
| parent | 634ca0d8c3ad0f1e8087ec27b2ec8646b5299b8f (diff) | |
| download | org.eclipse.sirius-52a7f361286bc8e5e918313b84576ef1e417343a.tar.gz org.eclipse.sirius-52a7f361286bc8e5e918313b84576ef1e417343a.tar.xz org.eclipse.sirius-52a7f361286bc8e5e918313b84576ef1e417343a.zip | |
[509735] Fix packaging of the workflow feature
* Add required plug-ins to the workflow feature
* Remove the obsolete oes.workflow.service plug-in.
* Integrate oes.workflow.ui.page into the build.
* Fix dependencies of oes.workflow.ui.page to stay compatible with
neon.
Bug: 509735
Change-Id: I12ea9beacb851de66a7d351d1b7f89fce0593227
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
36 files changed, 74 insertions, 1830 deletions
diff --git a/packaging/org.eclipse.sirius.parent/pom.xml b/packaging/org.eclipse.sirius.parent/pom.xml index 7556f42c44..ed0066e02b 100644 --- a/packaging/org.eclipse.sirius.parent/pom.xml +++ b/packaging/org.eclipse.sirius.parent/pom.xml @@ -432,7 +432,7 @@ <module>../../plugins/org.eclipse.sirius.sample.properties.radio</module> <module>../../plugins/org.eclipse.sirius.sample.properties.textarea</module> <module>../../plugins/org.eclipse.sirius.tests.ui.properties</module> - + <module>../../plugins/org.eclipse.sirius.workflow.ui.page</module> <module>../../plugins/org.eclipse.sirius.server</module> <module>../../plugins/org.eclipse.sirius.server.backend</module> <module>../../plugins/org.eclipse.sirius.server.frontend</module> diff --git a/packaging/org.eclipse.sirius.workflow-feature/feature.xml b/packaging/org.eclipse.sirius.workflow-feature/feature.xml index 16815992b8..ac9b14bbda 100644 --- a/packaging/org.eclipse.sirius.workflow-feature/feature.xml +++ b/packaging/org.eclipse.sirius.workflow-feature/feature.xml @@ -29,8 +29,49 @@ %license </license> - <plugin id="org.eclipse.sirius.editor.workflow" version="0.0.0" /> - <plugin id="org.eclipse.sirius.workflow.edit" version="0.0.0" /> - <plugin id="org.eclipse.sirius.workflow.model" version="0.0.0" /> + <plugin + id="org.eclipse.sirius.editor.workflow" + download-size="0" + install-size="0" + version="0.0.0"/> + + <plugin + id="org.eclipse.sirius.workflow.edit" + download-size="0" + install-size="0" + version="0.0.0"/> + + <plugin + id="org.eclipse.sirius.workflow.model" + download-size="0" + install-size="0" + version="0.0.0"/> + + <plugin + id="org.eclipse.sirius.workflow.ui.page" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.sirius.server" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.sirius.server.backend" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.sirius.server.frontend" + download-size="0" + install-size="0" + version="0.0.0"/> </feature> diff --git a/plugins/org.eclipse.sirius.workflow.services/.checkstyle b/plugins/org.eclipse.sirius.workflow.services/.checkstyle deleted file mode 100644 index 3c756ff819..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/.checkstyle +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false"> - <local-check-config name="Sirius Checks" location="/org.eclipse.sirius.settings/CheckstyleConfiguration.xml" type="project" description=""> - <additional-data name="protect-config-file" value="false"/> - </local-check-config> - <fileset name="all" enabled="true" check-config-name="Sirius Checks" local="true"> - <file-match-pattern match-pattern="." include-pattern="true"/> - </fileset> - <filter name="FilesFromPackage" enabled="true"> - <filter-data value="src-gen"/> - </filter> -</fileset-config> diff --git a/plugins/org.eclipse.sirius.workflow.services/.classpath b/plugins/org.eclipse.sirius.workflow.services/.classpath deleted file mode 100644 index eca7bdba8f..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/.classpath +++ /dev/null @@ -1,7 +0,0 @@ -<?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-1.8"/> - <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="src" path="src"/> - <classpathentry kind="output" path="bin"/> -</classpath> diff --git a/plugins/org.eclipse.sirius.workflow.services/.project b/plugins/org.eclipse.sirius.workflow.services/.project deleted file mode 100644 index 5f6b389345..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/.project +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>org.eclipse.sirius.workflow.services</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> - </buildSpec> - <natures> - <nature>org.eclipse.pde.PluginNature</nature> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> diff --git a/plugins/org.eclipse.sirius.workflow.services/.settings/fr.obeo.baseliner.prefs b/plugins/org.eclipse.sirius.workflow.services/.settings/fr.obeo.baseliner.prefs deleted file mode 100644 index edbf92725a..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/.settings/fr.obeo.baseliner.prefs +++ /dev/null @@ -1,2 +0,0 @@ -baselineSource=platform\:/resource/org.eclipse.sirius.targets/baseline.target -eclipse.preferences.version=1 diff --git a/plugins/org.eclipse.sirius.workflow.services/.settings/org.eclipse.core.resources.prefs b/plugins/org.eclipse.sirius.workflow.services/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index 9093a2c880..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,4 +0,0 @@ -#Thu Jan 26 14:35:58 CET 2012 -eclipse.preferences.version=1 -encoding/<project>=US-ASCII -encoding/analysis_templates=ISO-8859-1 diff --git a/plugins/org.eclipse.sirius.workflow.services/.settings/org.eclipse.core.runtime.prefs b/plugins/org.eclipse.sirius.workflow.services/.settings/org.eclipse.core.runtime.prefs deleted file mode 100644 index a287fefdba..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/.settings/org.eclipse.core.runtime.prefs +++ /dev/null @@ -1,3 +0,0 @@ -#Mon Sep 24 15:04:19 CEST 2007 -eclipse.preferences.version=1 -line.separator=\n diff --git a/plugins/org.eclipse.sirius.workflow.services/.settings/org.eclipse.jdt.core.prefs b/plugins/org.eclipse.sirius.workflow.services/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 97c066b909..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,354 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -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.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.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=ignore -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=ignore -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=ignore -org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore -org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning -org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore -org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore -org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning -org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning -org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning -org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=error -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=ignore -org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore -org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning -org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore -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=ignore -org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning -org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore -org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning -org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled -org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled -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=ignore -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.compiler.taskCaseSensitive=enabled -org.eclipse.jdt.core.compiler.taskPriorities=NORMAL,HIGH,NORMAL,NORMAL,NORMAL,NORMAL,NORMAL,HIGH -org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME,XXX,TODOCBR,TODOMCH,TODOYMO,OPTIMISATION_POSSIBLE,TODONEWMM -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=16 -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=0 -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=80 -org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 -org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 -org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 -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=80 -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=1 -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=true -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=120 -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=@formatter\:off -org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on -org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false -org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true -org.eclipse.jdt.core.formatter.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=false -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=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=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=do not 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=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=do not 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=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=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=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=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=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=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=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=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert -org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert -org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=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=true -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=200 -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=false -org.eclipse.jdt.core.formatter.tabulation.char=space -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=true -org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true -org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true -org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=disabled diff --git a/plugins/org.eclipse.sirius.workflow.services/.settings/org.eclipse.jdt.ui.prefs b/plugins/org.eclipse.sirius.workflow.services/.settings/org.eclipse.jdt.ui.prefs deleted file mode 100644 index f903dbceb5..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/.settings/org.eclipse.jdt.ui.prefs +++ /dev/null @@ -1,62 +0,0 @@ -cleanup.add_default_serial_version_id=true -cleanup.add_generated_serial_version_id=false -cleanup.add_missing_annotations=true -cleanup.add_missing_deprecated_annotations=true -cleanup.add_missing_methods=false -cleanup.add_missing_nls_tags=false -cleanup.add_missing_override_annotations=true -cleanup.add_missing_override_annotations_interface_methods=true -cleanup.add_serial_version_id=true -cleanup.always_use_blocks=true -cleanup.always_use_parentheses_in_expressions=false -cleanup.always_use_this_for_non_static_field_access=false -cleanup.always_use_this_for_non_static_method_access=false -cleanup.convert_to_enhanced_for_loop=true -cleanup.correct_indentation=true -cleanup.format_source_code=true -cleanup.format_source_code_changes_only=false -cleanup.make_local_variable_final=true -cleanup.make_parameters_final=false -cleanup.make_private_fields_final=true -cleanup.make_type_abstract_if_missing_method=false -cleanup.make_variable_declarations_final=false -cleanup.never_use_blocks=false -cleanup.never_use_parentheses_in_expressions=true -cleanup.organize_imports=true -cleanup.qualify_static_field_accesses_with_declaring_class=true -cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true -cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true -cleanup.qualify_static_member_accesses_with_declaring_class=true -cleanup.qualify_static_method_accesses_with_declaring_class=true -cleanup.remove_private_constructors=true -cleanup.remove_trailing_whitespaces=true -cleanup.remove_trailing_whitespaces_all=true -cleanup.remove_trailing_whitespaces_ignore_empty=false -cleanup.remove_unnecessary_casts=true -cleanup.remove_unnecessary_nls_tags=true -cleanup.remove_unused_imports=true -cleanup.remove_unused_local_variables=false -cleanup.remove_unused_private_fields=true -cleanup.remove_unused_private_members=false -cleanup.remove_unused_private_methods=true -cleanup.remove_unused_private_types=true -cleanup.sort_members=false -cleanup.sort_members_all=false -cleanup.use_blocks=true -cleanup.use_blocks_only_for_return_and_throw=false -cleanup.use_parentheses_in_expressions=false -cleanup.use_this_for_non_static_field_access=false -cleanup.use_this_for_non_static_field_access_only_if_necessary=true -cleanup.use_this_for_non_static_method_access=false -cleanup.use_this_for_non_static_method_access_only_if_necessary=true -cleanup_profile=_Sirius -cleanup_settings_version=2 -eclipse.preferences.version=1 -formatter_profile=_Sirius -formatter_settings_version=12 -org.eclipse.jdt.ui.ignorelowercasenames=true -org.eclipse.jdt.ui.importorder=java;javax;org;com; -org.eclipse.jdt.ui.javadoc=false -org.eclipse.jdt.ui.ondemandthreshold=99 -org.eclipse.jdt.ui.staticondemandthreshold=99 -org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="true" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.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 method" enabled\="true" id\="org.eclipse.jdt.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.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\n * ${tags}\n */</template><template autoinsert\="true" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.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.jdt.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 fields" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment">/**\n * \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\="true" context\="overridecomment_context" deleted\="false" description\="Comment for overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment">/* (non-Javadoc)\n * ${see_to_overridden}\n */</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></templates> diff --git a/plugins/org.eclipse.sirius.workflow.services/.settings/org.eclipse.ltk.core.refactoring.prefs b/plugins/org.eclipse.sirius.workflow.services/.settings/org.eclipse.ltk.core.refactoring.prefs deleted file mode 100644 index b196c64a34..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/.settings/org.eclipse.ltk.core.refactoring.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false diff --git a/plugins/org.eclipse.sirius.workflow.services/.settings/org.eclipse.pde.prefs b/plugins/org.eclipse.sirius.workflow.services/.settings/org.eclipse.pde.prefs deleted file mode 100644 index c307a7b58e..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/.settings/org.eclipse.pde.prefs +++ /dev/null @@ -1,32 +0,0 @@ -compilers.f.unresolved-features=1 -compilers.f.unresolved-plugins=1 -compilers.incompatible-environment=0 -compilers.p.build=0 -compilers.p.build.bin.includes=0 -compilers.p.build.encodings=0 -compilers.p.build.java.compiler=0 -compilers.p.build.java.compliance=0 -compilers.p.build.missing.output=0 -compilers.p.build.output.library=0 -compilers.p.build.source.library=0 -compilers.p.build.src.includes=0 -compilers.p.deprecated=1 -compilers.p.discouraged-class=1 -compilers.p.internal=0 -compilers.p.missing-packages=0 -compilers.p.missing-version-export-package=1 -compilers.p.missing-version-import-package=1 -compilers.p.missing-version-require-bundle=0 -compilers.p.no-required-att=0 -compilers.p.not-externalized-att=0 -compilers.p.unknown-attribute=1 -compilers.p.unknown-class=1 -compilers.p.unknown-element=1 -compilers.p.unknown-identifier=0 -compilers.p.unknown-resource=0 -compilers.p.unresolved-ex-points=0 -compilers.p.unresolved-import=0 -compilers.s.create-docs=false -compilers.s.doc-folder=doc -compilers.s.open-tags=1 -eclipse.preferences.version=1 diff --git a/plugins/org.eclipse.sirius.workflow.services/META-INF/MANIFEST.MF b/plugins/org.eclipse.sirius.workflow.services/META-INF/MANIFEST.MF deleted file mode 100644 index 6064c49c80..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/META-INF/MANIFEST.MF +++ /dev/null @@ -1,26 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: %pluginName -Bundle-Vendor: %providerName -Bundle-SymbolicName: org.eclipse.sirius.workflow.services;singleton:=true -Bundle-Version: 6.0.0.qualifier -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Bundle-ActivationPolicy: lazy -Bundle-Localization: plugin -Export-Package: org.eclipse.sirius.workflow.services.api;version="6.0.0", - org.eclipse.sirius.workflow.services.api.representations;version="6.0.0", - org.eclipse.sirius.workflow.services.api.sessions;version="6.0.0", - org.eclipse.sirius.workflow.services.api.workflow;version="6.0.0", - org.eclipse.sirius.workflow.services.internal.representations;x-internal:=true, - org.eclipse.sirius.workflow.services.internal.sessions;x-internal:=true, - org.eclipse.sirius.workflow.services.internal.workflow;x-internal:=true -Require-Bundle: org.eclipse.sirius;bundle-version="6.0.0", - org.eclipse.sirius.ui;bundle-version="6.0.0", - org.eclipse.swt;bundle-version="3.0.0", - org.eclipse.ui.ide;bundle-version="3.8.0", - org.eclipse.jface;bundle-version="3.8.0", - org.eclipse.core.runtime;bundle-version="3.8.0", - org.eclipse.emf.transaction;bundle-version="1.5.0", - org.eclipse.sirius.ext.base;bundle-version="6.0.0", - org.eclipse.sirius.common;bundle-version="6.0.0", - org.eclipse.sirius.workflow.model;bundle-version="6.0.0" diff --git a/plugins/org.eclipse.sirius.workflow.services/about.html b/plugins/org.eclipse.sirius.workflow.services/about.html deleted file mode 100644 index 420ad0f930..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/about.html +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<!-- saved from url=(0043)http://www.eclipse.org/legal/epl/about.html --> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> - -<title>About</title> -</head> -<body lang="EN-US"> -<h2>About This Content</h2> - -<p>June 5, 2006</p> -<h3>License</h3> - -<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. -For purposes of the EPL, "Program" will mean the Content.</p> - -<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p> - - -</body></html>
\ No newline at end of file diff --git a/plugins/org.eclipse.sirius.workflow.services/build.properties b/plugins/org.eclipse.sirius.workflow.services/build.properties deleted file mode 100644 index c4bc17ca84..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/build.properties +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright (c) 2018 Obeo. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v2.0 -# which accompanies this distribution, and is available at -# https://www.eclipse.org/legal/epl-2.0/ -# -# Contributors: -# Obeo - initial API and implementation -# - -bin.includes = .,\ - META-INF/,\ - plugin.properties,\ - about.html -jars.compile.order = . -source.. = src/ -output.. = bin/ -javacWarnings.. = none -javacDefaultEncoding.. = US-ASCII -javacProjectSettings = true diff --git a/plugins/org.eclipse.sirius.workflow.services/plugin.properties b/plugins/org.eclipse.sirius.workflow.services/plugin.properties deleted file mode 100644 index 294ec2ec49..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/plugin.properties +++ /dev/null @@ -1,16 +0,0 @@ -# ==================================================================== -# Copyright (c) 2018 Obeo -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# Obeo - initial API and implementation -# ==================================================================== - -pluginName = Workflow Page Provider for Aird Editor -providerName = Eclipse Modeling Project - -WorkflowPage_tab_name=Workflow -WorkflowPage_header_title=Workflow of {0} diff --git a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/SiriusServicesUtils.java b/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/SiriusServicesUtils.java deleted file mode 100644 index c59dcfeab0..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/SiriusServicesUtils.java +++ /dev/null @@ -1,42 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2017 Obeo. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * Contributors: - * Obeo - initial API and implementation - *******************************************************************************/ -package org.eclipse.sirius.workflow.services.api; - -import java.util.Base64; - -/** - * Utility class used to manipulate Sirius concepts. - * - * @author sbegaudeau - */ -public class SiriusServicesUtils { - /** - * Encodes the given string. - * - * @param string - * The string to encode - * @return The encoded version of the given string - */ - public static String encode(String string) { - return new String(Base64.getEncoder().encode(string.getBytes())); - } - - /** - * Decodes the given string. - * - * @param string - * The string to decode - * @return The decoded version of the given string - */ - public static String decode(String string) { - return new String(Base64.getDecoder().decode(string)); - } -} diff --git a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/representations/CreateRepresentationDto.java b/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/representations/CreateRepresentationDto.java deleted file mode 100644 index c896930b99..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/representations/CreateRepresentationDto.java +++ /dev/null @@ -1,42 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2017 Obeo. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * Contributors: - * Obeo - initial API and implementation - *******************************************************************************/ -package org.eclipse.sirius.workflow.services.api.representations; - -/** - * The command used to create a new representation. - * - * @author sbegaudeau - */ -public class CreateRepresentationDto { - /** - * The identifier of the representation. - */ - private String representationId; - - /** - * Return the representationId. - * - * @return the representationId - */ - public String getRepresentationId() { - return this.representationId; - } - - /** - * Sets the representationId. - * - * @param representationId - * the representationId to set - */ - public void setRepresentationId(String representationId) { - this.representationId = representationId; - } -} diff --git a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/representations/ISiriusRepresentationService.java b/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/representations/ISiriusRepresentationService.java deleted file mode 100644 index facf99af20..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/representations/ISiriusRepresentationService.java +++ /dev/null @@ -1,51 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2017 Obeo. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * Contributors: - * Obeo - initial API and implementation - *******************************************************************************/ -package org.eclipse.sirius.workflow.services.api.representations; - -import java.util.Optional; - -/** - * The services used to manipulate Sirius sessions. - * - * @author sbegaudeau - */ -public interface ISiriusRepresentationService { - /** - * Returns the representations of the session with the given session identifier. - * - * @param sessionId - * The session identifier - * @return The representations of the session with the given session identifier - */ - RepresentationsDto getRepresentations(String sessionId); - - /** - * Creates a new representation in the session with the given sessionId. - * - * @param sessionId - * The identifier of the session - * @param createRepresentationDto - * The details of the representation to create - * @return An optional with the representation created or an empty optional if it could not be created - */ - Optional<RepresentationDto> createRepresentation(String sessionId, CreateRepresentationDto createRepresentationDto); - - /** - * Opens a representation in the session with the given sessionId. - * - * @param sessionId - * The identifier of the session - * @param openRepresentationDto - * The details of the representation to open - * @return An optional with the representation opened or an empty optional if it could not be opened - */ - Optional<RepresentationDto> openRepresentation(String sessionId, OpenRepresentationDto openRepresentationDto); -} diff --git a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/representations/OpenRepresentationDto.java b/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/representations/OpenRepresentationDto.java deleted file mode 100644 index 1c6cfdd2a1..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/representations/OpenRepresentationDto.java +++ /dev/null @@ -1,42 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2017 Obeo. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * Contributors: - * Obeo - initial API and implementation - *******************************************************************************/ -package org.eclipse.sirius.workflow.services.api.representations; - -/** - * The command used to open e representation. - * - * @author sbegaudeau - */ -public class OpenRepresentationDto { - /** - * The identifier of the representation. - */ - private String representationId; - - /** - * Return the representationId. - * - * @return the representationId - */ - public String getRepresentationId() { - return this.representationId; - } - - /** - * Sets the representationId. - * - * @param representationId - * the representationId to set - */ - public void setRepresentationId(String representationId) { - this.representationId = representationId; - } -} diff --git a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/representations/RepresentationDto.java b/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/representations/RepresentationDto.java deleted file mode 100644 index ca207a40ad..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/representations/RepresentationDto.java +++ /dev/null @@ -1,59 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2017 Obeo. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * Contributors: - * Obeo - initial API and implementation - *******************************************************************************/ -package org.eclipse.sirius.workflow.services.api.representations; - -/** - * A representation DTO. - * - * @author sbegaudeau - */ -public class RepresentationDto { - /** - * The identifier. - */ - private String representationId; - - /** - * The label. - */ - private String label; - - /** - * The constructor. - * - * @param representationId - * The identifier - * @param label - * The label - */ - public RepresentationDto(String representationId, String label) { - this.representationId = representationId; - this.label = label; - } - - /** - * Return the representationId. - * - * @return the representationId - */ - public String getRepresentationId() { - return this.representationId; - } - - /** - * Return the label. - * - * @return the label - */ - public String getLabel() { - return this.label; - } -} diff --git a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/representations/RepresentationsDto.java b/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/representations/RepresentationsDto.java deleted file mode 100644 index 29d7123a34..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/representations/RepresentationsDto.java +++ /dev/null @@ -1,44 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2017 Obeo. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * Contributors: - * Obeo - initial API and implementation - *******************************************************************************/ -package org.eclipse.sirius.workflow.services.api.representations; - -import java.util.List; - -/** - * The main DTO for the representations. - * - * @author sbegaudeau - */ -public class RepresentationsDto { - /** - * The representations. - */ - private List<RepresentationDto> representations; - - /** - * The constructor. - * - * @param representations - * The representations - */ - public RepresentationsDto(List<RepresentationDto> representations) { - this.representations = representations; - } - - /** - * Return the representations. - * - * @return the representations - */ - public List<RepresentationDto> getRepresentations() { - return this.representations; - } -} diff --git a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/sessions/ISiriusSessionService.java b/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/sessions/ISiriusSessionService.java deleted file mode 100644 index 87e08a95f2..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/sessions/ISiriusSessionService.java +++ /dev/null @@ -1,25 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2017 Obeo. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * Contributors: - * Obeo - initial API and implementation - *******************************************************************************/ -package org.eclipse.sirius.workflow.services.api.sessions; - -/** - * The service class used to manipulate the Sirius sessions. - * - * @author sbegaudeau - */ -public interface ISiriusSessionService { - /** - * Returns the Sirius sessions. - * - * @return The Sirius sessions - */ - SessionsDto getSessions(); -} diff --git a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/sessions/SessionDto.java b/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/sessions/SessionDto.java deleted file mode 100644 index f49fb9014e..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/sessions/SessionDto.java +++ /dev/null @@ -1,42 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2017 Obeo. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * Contributors: - * Obeo - initial API and implementation - *******************************************************************************/ -package org.eclipse.sirius.workflow.services.api.sessions; - -/** - * The session. - * - * @author sbegaudeau - */ -public class SessionDto { - /** - * The session id. - */ - private String sessionId; - - /** - * The constructor. - * - * @param sessionId - * The session id - */ - public SessionDto(String sessionId) { - this.sessionId = sessionId; - } - - /** - * Return the sessionId. - * - * @return the sessionId - */ - public String getSessionId() { - return this.sessionId; - } -} diff --git a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/sessions/SessionsDto.java b/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/sessions/SessionsDto.java deleted file mode 100644 index 43f0a5ba7a..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/sessions/SessionsDto.java +++ /dev/null @@ -1,44 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2017 Obeo. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * Contributors: - * Obeo - initial API and implementation - *******************************************************************************/ -package org.eclipse.sirius.workflow.services.api.sessions; - -import java.util.List; - -/** - * The list of the sessions. - * - * @author sbegaudeau - */ -public class SessionsDto { - /** - * The sessions. - */ - private List<SessionDto> sessions; - - /** - * The constructor. - * - * @param sessions - * The sessions. - */ - public SessionsDto(List<SessionDto> sessions) { - this.sessions = sessions; - } - - /** - * Return the sessions. - * - * @return the sessions - */ - public List<SessionDto> getSessions() { - return this.sessions; - } -} diff --git a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/workflow/ActionDto.java b/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/workflow/ActionDto.java deleted file mode 100644 index 0f254faead..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/workflow/ActionDto.java +++ /dev/null @@ -1,60 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2017 Obeo. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * Contributors: - * Obeo - initial API and implementation - *******************************************************************************/ -package org.eclipse.sirius.workflow.services.api.workflow; - -/** - * The action. - * - * @author sbegaudeau - */ -public class ActionDto { - /** - * The identifier. - */ - private String identifier; - - /** - * The label. - */ - private String label; - - /** - * The constructor. - * - * @param identifier - * The identifier - * - * @param label - * The label - */ - public ActionDto(String identifier, String label) { - this.identifier = identifier; - this.label = label; - } - - /** - * Return the identifier. - * - * @return the identifier - */ - public String getIdentifier() { - return this.identifier; - } - - /** - * Return the label. - * - * @return the label - */ - public String getLabel() { - return this.label; - } -} diff --git a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/workflow/ISiriusWorkflowService.java b/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/workflow/ISiriusWorkflowService.java deleted file mode 100644 index f51e464b26..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/workflow/ISiriusWorkflowService.java +++ /dev/null @@ -1,40 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2017 Obeo. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * Contributors: - * Obeo - initial API and implementation - *******************************************************************************/ -package org.eclipse.sirius.workflow.services.api.workflow; - -import java.util.Optional; - -/** - * The service class used to manipulate Sirius workflows. - * - * @author sbegaudeau - */ -public interface ISiriusWorkflowService { - /** - * Returns the workflow of the session with the given sessionId. - * - * @param sessionId - * The identifier of the session - * @return The workflow of the session or an empty optional if none has been found - */ - Optional<WorkflowDto> getWorkflow(String sessionId); - - /** - * Returns the page with the given pageId. - * - * @param sessionId - * The identifier of the session - * @param pageId - * The identifier of the page - * @return An optional containing the page found, or an empty optional - */ - Optional<PageDto> getPage(String sessionId, String pageId); -} diff --git a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/workflow/PageDto.java b/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/workflow/PageDto.java deleted file mode 100644 index 366b1944a6..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/workflow/PageDto.java +++ /dev/null @@ -1,128 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2017 Obeo. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * Contributors: - * Obeo - initial API and implementation - *******************************************************************************/ -package org.eclipse.sirius.workflow.services.api.workflow; - -import java.util.List; - -/** - * The page. - * - * @author sbegaudeau - */ -public class PageDto { - /** - * The identifier of the page. - */ - private String pageId; - - /** - * The label. - */ - private String label; - - /** - * The description. - */ - private String description; - - /** - * The identifier of the previous page. - */ - private String previousPageId; - - /** - * The identifier of the next page. - */ - private String nextPageId; - - /** - * The sections. - */ - private List<SectionDto> sections; - - /** - * The constructor. - * - * @param pageId - * The identifier of the page - * @param label - * The label - * @param description - * The description - * @param previousPageId - * The identifier of the previous page - * @param nextPageId - * The identifier of the next page - * @param sections - * The sections - */ - public PageDto(String pageId, String label, String description, String previousPageId, String nextPageId, List<SectionDto> sections) { - this.label = label; - this.description = description; - this.previousPageId = previousPageId; - this.nextPageId = nextPageId; - this.sections = sections; - } - - /** - * Return the pageId. - * - * @return the pageId - */ - public String getPageId() { - return this.pageId; - } - - /** - * Return the label. - * - * @return the label - */ - public String getLabel() { - return this.label; - } - - /** - * Return the description. - * - * @return the description - */ - public String getDescription() { - return this.description; - } - - /** - * Return the previousPageId. - * - * @return the previousPageId - */ - public String getPreviousPageId() { - return this.previousPageId; - } - - /** - * Return the nextPageId. - * - * @return the nextPageId - */ - public String getNextPageId() { - return this.nextPageId; - } - - /** - * Return the sections. - * - * @return the sections - */ - public List<SectionDto> getSections() { - return this.sections; - } -} diff --git a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/workflow/SectionDto.java b/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/workflow/SectionDto.java deleted file mode 100644 index 6dfdb5461e..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/workflow/SectionDto.java +++ /dev/null @@ -1,61 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2017 Obeo. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * Contributors: - * Obeo - initial API and implementation - *******************************************************************************/ -package org.eclipse.sirius.workflow.services.api.workflow; - -import java.util.List; - -/** - * The section. - * - * @author sbegaudeau - */ -public class SectionDto { - /** - * The label. - */ - private String label; - - /** - * The actions of the section. - */ - private List<ActionDto> actions; - - /** - * The constructor. - * - * @param label - * The label - * @param actions - * The actions - */ - public SectionDto(String label, List<ActionDto> actions) { - this.label = label; - this.actions = actions; - } - - /** - * Return the label. - * - * @return the label - */ - public String getLabel() { - return this.label; - } - - /** - * Return the actions. - * - * @return the actions - */ - public List<ActionDto> getActions() { - return this.actions; - } -} diff --git a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/workflow/SimplePageDto.java b/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/workflow/SimplePageDto.java deleted file mode 100644 index edc4bcb66a..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/workflow/SimplePageDto.java +++ /dev/null @@ -1,76 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2017 Obeo. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * Contributors: - * Obeo - initial API and implementation - *******************************************************************************/ -package org.eclipse.sirius.workflow.services.api.workflow; - -/** - * A simple version of the page. - * - * @author sbegaudeau - */ -public class SimplePageDto { - /** - * The identifier of the page. - */ - private String pageId; - - /** - * The label. - */ - private String label; - - /** - * The description. - */ - private String description; - - /** - * The constructor. - * - * @param pageId - * The identifier of the page - * @param label - * The label - * @param description - * The description - */ - public SimplePageDto(String pageId, String label, String description) { - this.pageId = pageId; - this.label = label; - this.description = description; - } - - /** - * Return the pageId. - * - * @return the pageId - */ - public String getPageId() { - return this.pageId; - } - - /** - * Return the label. - * - * @return the label - */ - public String getLabel() { - return this.label; - } - - /** - * Return the description. - * - * @return the description - */ - public String getDescription() { - return this.description; - } -} diff --git a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/workflow/WorkflowDto.java b/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/workflow/WorkflowDto.java deleted file mode 100644 index 809934ba87..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/api/workflow/WorkflowDto.java +++ /dev/null @@ -1,44 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2017 Obeo. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * Contributors: - * Obeo - initial API and implementation - *******************************************************************************/ -package org.eclipse.sirius.workflow.services.api.workflow; - -import java.util.List; - -/** - * The workflow. - * - * @author sbegaudeau - */ -public class WorkflowDto { - /** - * The pages of the workflow. - */ - private List<SimplePageDto> pages; - - /** - * The constructor. - * - * @param pages - * The pages of the workflow - */ - public WorkflowDto(List<SimplePageDto> pages) { - this.pages = pages; - } - - /** - * Return the pages of the workflow. - * - * @return the pages of the workflow - */ - public List<SimplePageDto> getPages() { - return this.pages; - } -} diff --git a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/internal/representations/SiriusRepresentationService.java b/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/internal/representations/SiriusRepresentationService.java deleted file mode 100644 index b13204efe8..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/internal/representations/SiriusRepresentationService.java +++ /dev/null @@ -1,133 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2017 Obeo. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * Contributors: - * Obeo - initial API and implementation - *******************************************************************************/ -package org.eclipse.sirius.workflow.services.internal.representations; - -import java.util.ArrayList; -import java.util.List; -import java.util.Optional; -import java.util.stream.Collectors; - -import org.eclipse.core.runtime.NullProgressMonitor; -import org.eclipse.emf.common.util.URI; -import org.eclipse.emf.ecore.resource.ResourceSet; -import org.eclipse.emf.ecore.util.EcoreUtil; -import org.eclipse.jface.wizard.WizardDialog; -import org.eclipse.sirius.business.api.dialect.DialectManager; -import org.eclipse.sirius.business.api.session.Session; -import org.eclipse.sirius.business.api.session.SessionManager; -import org.eclipse.sirius.ui.business.api.dialect.DialectUIManager; -import org.eclipse.sirius.ui.tools.internal.views.common.item.RepresentationDescriptionItemImpl; -import org.eclipse.sirius.ui.tools.internal.wizards.CreateRepresentationWizard; -import org.eclipse.sirius.viewpoint.DRepresentation; -import org.eclipse.sirius.viewpoint.DRepresentationDescriptor; -import org.eclipse.sirius.viewpoint.description.RepresentationDescription; -import org.eclipse.sirius.workflow.services.api.SiriusServicesUtils; -import org.eclipse.sirius.workflow.services.api.representations.CreateRepresentationDto; -import org.eclipse.sirius.workflow.services.api.representations.ISiriusRepresentationService; -import org.eclipse.sirius.workflow.services.api.representations.OpenRepresentationDto; -import org.eclipse.sirius.workflow.services.api.representations.RepresentationDto; -import org.eclipse.sirius.workflow.services.api.representations.RepresentationsDto; -import org.eclipse.swt.widgets.Display; -import org.eclipse.ui.PlatformUI; - -/** - * The implementation of the Sirius service for representations. - * - * @author sbegaudeau - */ -public class SiriusRepresentationService implements ISiriusRepresentationService { - - @Override - public RepresentationsDto getRepresentations(String sessionId) { - return this.findSessionById(sessionId).map(session -> { - List<RepresentationDto> representations = DialectManager.INSTANCE.getAllRepresentationDescriptors(session).stream().map(descriptor -> { - URI uri = EcoreUtil.getURI(descriptor); - return new RepresentationDto(SiriusServicesUtils.encode(uri.toString()), descriptor.getName()); - }).collect(Collectors.toList()); - return new RepresentationsDto(representations); - }).orElse(new RepresentationsDto(new ArrayList<>())); - } - - /** - * Returns the session with the identifier matching the given session identifier. - * - * @param sessionId - * The encoded session identifier - * @return An optional with the session found or an empty optional if no matching session has been found - */ - private Optional<Session> findSessionById(String sessionId) { - // @formatter:off - return SessionManager.INSTANCE.getSessions().stream() - .filter(session -> sessionId.equals(session.getID())) - .findFirst(); - // @formatter:on - } - - @Override - public Optional<RepresentationDto> createRepresentation(String sessionId, CreateRepresentationDto createRepresentationDto) { - // @formatter:off - return this.findSessionById(sessionId).flatMap(session -> { - return this.findRepresentationDescription(session, createRepresentationDto.getRepresentationId()).flatMap(representationDescription -> { - // return DialectManager.INSTANCE.createRepresentation(name, semantic, representationDescription, session, null); - RepresentationDescriptionItemImpl item = new RepresentationDescriptionItemImpl(session, representationDescription, null); - CreateRepresentationWizard wizard = new CreateRepresentationWizard(session, item); - wizard.init(); - - Display display = PlatformUI.getWorkbench().getDisplay(); - display.syncExec(() -> { - final WizardDialog dialog = new WizardDialog(display.getActiveShell(), wizard); - dialog.setMinimumPageSize(CreateRepresentationWizard.MIN_PAGE_WIDTH, CreateRepresentationWizard.MIN_PAGE_HEIGHT); - dialog.create(); - dialog.getShell().setText("Create Representation"); //$NON-NLS-1$ - dialog.open(); - }); - return Optional.empty(); - }); - }); - // @formatter:on - } - - /** - * Locate a {@link RepresentationDescription} in a session's enabled Viewpoints from its identifier. - * - * @param session - * the session. - * @param representationDescriptionId - * the identified of the {@link RepresentationDescription} to find. - * @return the {@link RepresentationDescription}, if it could be found. - */ - private Optional<RepresentationDescription> findRepresentationDescription(Session session, String representationDescriptionId) { - // @formatter:off - return session.getSelectedViewpoints(true).stream() - .flatMap(viewpoint -> viewpoint.getOwnedRepresentations().stream()) - .filter(representationDescription -> representationDescriptionId.equals(representationDescription.getName())) - .findFirst(); - // @formatter:on - } - - @Override - public Optional<RepresentationDto> openRepresentation(String sessionId, OpenRepresentationDto openRepresentationDto) { - return this.findSessionById(sessionId).flatMap(session -> { - String representationDescriptionId = SiriusServicesUtils.decode(openRepresentationDto.getRepresentationId()); - ResourceSet resourceSet = session.getTransactionalEditingDomain().getResourceSet(); - DRepresentationDescriptor representationDescriptor = (DRepresentationDescriptor) resourceSet - .getEObject(URI.createURI(representationDescriptionId), false); - DRepresentation representation = representationDescriptor.getRepresentation(); - - PlatformUI.getWorkbench().getDisplay().syncExec(() -> { - DialectUIManager.INSTANCE.openEditor(session, representation, new NullProgressMonitor()); - }); - - return Optional.empty(); - }); - } - -} diff --git a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/internal/sessions/SiriusSessionService.java b/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/internal/sessions/SiriusSessionService.java deleted file mode 100644 index 055abaa0bc..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/internal/sessions/SiriusSessionService.java +++ /dev/null @@ -1,37 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2017 Obeo. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * Contributors: - * Obeo - initial API and implementation - *******************************************************************************/ -package org.eclipse.sirius.workflow.services.internal.sessions; - -import java.util.List; -import java.util.stream.Collectors; - -import org.eclipse.sirius.business.api.session.SessionManager; -import org.eclipse.sirius.workflow.services.api.SiriusServicesUtils; -import org.eclipse.sirius.workflow.services.api.sessions.ISiriusSessionService; -import org.eclipse.sirius.workflow.services.api.sessions.SessionDto; -import org.eclipse.sirius.workflow.services.api.sessions.SessionsDto; - -/** - * The implementation of the Sirius session service. - * - * @author sbegaudeau - */ -public class SiriusSessionService implements ISiriusSessionService { - - @Override - public SessionsDto getSessions() { - List<SessionDto> sessionDtos = SessionManager.INSTANCE.getSessions().stream().map(session -> { - return new SessionDto(SiriusServicesUtils.encode(session.getID())); - }).collect(Collectors.toList()); - return new SessionsDto(sessionDtos); - } - -} diff --git a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/internal/workflow/SiriusWorkflowService.java b/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/internal/workflow/SiriusWorkflowService.java deleted file mode 100644 index 2a4f18125b..0000000000 --- a/plugins/org.eclipse.sirius.workflow.services/src/org/eclipse/sirius/workflow/services/internal/workflow/SiriusWorkflowService.java +++ /dev/null @@ -1,255 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2017 Obeo. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * Contributors: - * Obeo - initial API and implementation - *******************************************************************************/ -package org.eclipse.sirius.workflow.services.internal.workflow; - -import java.util.Collection; -import java.util.List; -import java.util.Objects; -import java.util.Optional; -import java.util.stream.Collectors; -import java.util.stream.Stream; - -import org.eclipse.emf.common.util.URI; -import org.eclipse.emf.ecore.EObject; -import org.eclipse.sirius.business.api.query.EObjectQuery; -import org.eclipse.sirius.business.api.session.Session; -import org.eclipse.sirius.business.api.session.SessionManager; -import org.eclipse.sirius.business.internal.session.danalysis.DAnalysisSessionImpl; -import org.eclipse.sirius.common.tools.api.interpreter.EvaluationException; -import org.eclipse.sirius.common.tools.api.interpreter.IInterpreter; -import org.eclipse.sirius.ext.base.Option; -import org.eclipse.sirius.viewpoint.description.DescriptionPackage; -import org.eclipse.sirius.viewpoint.description.Group; -import org.eclipse.sirius.workflow.ActivityDescription; -import org.eclipse.sirius.workflow.PageDescription; -import org.eclipse.sirius.workflow.SectionDescription; -import org.eclipse.sirius.workflow.WorkflowDescription; -import org.eclipse.sirius.workflow.services.api.workflow.ActionDto; -import org.eclipse.sirius.workflow.services.api.workflow.ISiriusWorkflowService; -import org.eclipse.sirius.workflow.services.api.workflow.PageDto; -import org.eclipse.sirius.workflow.services.api.workflow.SectionDto; -import org.eclipse.sirius.workflow.services.api.workflow.SimplePageDto; -import org.eclipse.sirius.workflow.services.api.workflow.WorkflowDto; - -/** - * The implementation of the Sirius workflow service. - * - * @author sbegaudeau - */ -public class SiriusWorkflowService implements ISiriusWorkflowService { - - @Override - public Optional<WorkflowDto> getWorkflow(String sessionId) { - URI sessionResourceURI = URI.createURI(sessionId); - return Optional.ofNullable(SessionManager.INSTANCE.getExistingSession(sessionResourceURI)).flatMap(this::computeWorkflow); - } - - /** - * Computes the workflow of the given session. - * - * @param session - * The session - * @return The workflow computed form the session - */ - private Optional<WorkflowDto> computeWorkflow(Session session) { - // @formatter:off - List<SimplePageDto> pageDtos = this.getWorkflowDescriptions(session) - .map(WorkflowDescription::getPages) - .flatMap(Collection::stream) - .flatMap(pageDescription -> this.computeSimplePage(session, pageDescription)) - .collect(Collectors.toList()); - // @formatter:on - if (pageDtos.size() > 0) { - return Optional.of(new WorkflowDto(pageDtos)); - } - return Optional.empty(); - } - - /** - * Returns the workflow descriptions from the given session. - * - * @param session - * The session - * @return The workflow descriptions from the given session - */ - private Stream<WorkflowDescription> getWorkflowDescriptions(Session session) { - // @formatter:off - return session.getSelectedViewpoints(true).stream() - .map(viewpoint -> new EObjectQuery(viewpoint).getFirstAncestorOfType(DescriptionPackage.Literals.GROUP)) - .filter(Option::some) - .map(Option::get) - .filter(Group.class::isInstance) - .map(Group.class::cast) - .flatMap(group -> group.getExtensions().stream()) - .filter(WorkflowDescription.class::isInstance) - .map(WorkflowDescription.class::cast); - // @formatter:on - } - - /** - * Computes a pageDto for the given pageDescription. - * - * @param session - * the session. - * @param pageDescription - * The page description - * @return The simplePageDto computed - */ - private Stream<SimplePageDto> computeSimplePage(Session session, PageDescription pageDescription) { - IInterpreter itp = session.getInterpreter(); - EObject self = ((DAnalysisSessionImpl) session).getAnalyses().iterator().next(); - try { - String title = itp.evaluateString(self, pageDescription.getTitleExpression()); - String description = itp.evaluateString(self, pageDescription.getDescriptionExpression()); - return Stream.of(new SimplePageDto(pageDescription.getName(), title, description)); - } catch (EvaluationException e) { - return Stream.empty(); - } - } - - /** - * {@inheritDoc} - * - * @see org.obeonetwork.jarvis.server.sirius.api.services.workflow.IJarvisSiriusWorkflowService#getPage(java.lang.String, - * java.lang.String) - */ - @Override - public Optional<PageDto> getPage(String sessionId, String pageId) { - // @formatter:off - Optional<PageDto> optionalPageDto = SessionManager.INSTANCE.getSessions().stream() - .filter(session -> sessionId.equals(session.getID())) - .findFirst() - .flatMap(session -> { - return this.getWorkflowDescriptions(session) - .map(WorkflowDescription::getPages) - .flatMap(Collection::stream) - .filter(pageDescription -> Objects.equals(pageId, pageDescription.getName())) - .findFirst() - .flatMap(pageDescription -> this.convert(session, pageDescription)); - }); - // @formatter:on - return optionalPageDto; - } - - /** - * Converts the given description into an optional containing a page dto or an empty page dto. - * - * @param session - * The Sirius session - * @param pageDescription - * The page description - * @return An optional containing the converted page dto - */ - private Optional<PageDto> convert(Session session, PageDescription pageDescription) { - IInterpreter itp = session.getInterpreter(); - EObject self = ((DAnalysisSessionImpl) session).getAnalyses().iterator().next(); - try { - String pageId = pageDescription.getName(); - String label = itp.evaluateString(self, pageDescription.getTitleExpression()); - String description = itp.evaluateString(self, pageDescription.getDescriptionExpression()); - - Optional<String> optionalPreviousPageId = this.getPreviousPageId(pageDescription); - Optional<String> optionalNextPageId = this.getNextPageId(pageDescription); - - // @formatter:off - List<SectionDto> sectionDtos = pageDescription.getSections().stream() - .flatMap(sectionDescription -> this.convert(session, sectionDescription)) - .collect(Collectors.toList()); - // @formatter:on - - return Optional - .of(new PageDto(pageId, label, description, optionalPreviousPageId.orElse(null), optionalNextPageId.orElse(null), sectionDtos)); - } catch (EvaluationException e) { - return Optional.empty(); - } - } - - /** - * Returns an optional containing the next page identifier or an empty optional if it is the last page. - * - * @param pageDescription - * The page description - * @return An optional containing the next page identifier or an empty optional if it is the last page - */ - private Optional<String> getNextPageId(PageDescription pageDescription) { - WorkflowDescription workflow = (WorkflowDescription) pageDescription.eContainer(); - int index = workflow.getPages().indexOf(pageDescription); - if (index + 1 < workflow.getPages().size()) { - return Optional.of(workflow.getPages().get(index + 1).getName()); - } - return Optional.empty(); - } - - /** - * Returns an optional containing the previous page identifier or an empty optional if it is the first page. - * - * @param pageDescription - * The page description - * @return An optional containing the previous page identifier or an empty optional if it is the first page - */ - private Optional<String> getPreviousPageId(PageDescription pageDescription) { - WorkflowDescription workflow = (WorkflowDescription) pageDescription.eContainer(); - int index = workflow.getPages().indexOf(pageDescription); - if (index > 0) { - return Optional.of(workflow.getPages().get(index - 1).getName()); - } - return Optional.empty(); - } - - /** - * Converts the given section description into a stream with one section dto or an empty stream if an error occurs. - * - * @param session - * The Sirius session - * @param sectionDescription - * The section description - * @return A stream containing the converted section description - */ - private Stream<SectionDto> convert(Session session, SectionDescription sectionDescription) { - IInterpreter itp = session.getInterpreter(); - EObject self = ((DAnalysisSessionImpl) session).getAnalyses().iterator().next(); - try { - String label = itp.evaluateString(self, sectionDescription.getTitleExpression()); - - // @formatter:off - List<ActionDto> actions = sectionDescription.getActivities().stream() - .flatMap(activityDescription -> this.convert(session, activityDescription)) - .collect(Collectors.toList()); - // @formatter:on - - return Stream.of(new SectionDto(label, actions)); - } catch (EvaluationException e) { - return Stream.empty(); - } - } - - /** - * Converts the given activity description into stream containing one action dto or an empty stream if an error - * occurs. - * - * @param session - * The Sirius session - * @param activityDescription - * The activity description - * @return A stream containing the converted action dto - */ - private Stream<ActionDto> convert(Session session, ActivityDescription activityDescription) { - IInterpreter itp = session.getInterpreter(); - EObject self = ((DAnalysisSessionImpl) session).getAnalyses().iterator().next(); - try { - String actionId = activityDescription.getName(); - String label = itp.evaluateString(self, activityDescription.getLabelExpression()); - return Stream.of(new ActionDto(actionId, label)); - } catch (EvaluationException e) { - return Stream.empty(); - } - } -} diff --git a/plugins/org.eclipse.sirius.workflow.ui.page/META-INF/MANIFEST.MF b/plugins/org.eclipse.sirius.workflow.ui.page/META-INF/MANIFEST.MF index e818e70fc7..aa2e962d82 100644 --- a/plugins/org.eclipse.sirius.workflow.ui.page/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.sirius.workflow.ui.page/META-INF/MANIFEST.MF @@ -6,18 +6,17 @@ Bundle-SymbolicName: org.eclipse.sirius.workflow.ui.page;singleton:=true Bundle-Version: 6.0.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.eclipse.sirius.ui.editor;bundle-version="6.0.0", - org.eclipse.ui.forms;bundle-version="3.7.100", - org.eclipse.ui;bundle-version="3.109.0", + org.eclipse.ui.forms;bundle-version="3.7.1", + org.eclipse.ui;bundle-version="3.108.1", org.eclipse.sirius.common;bundle-version="6.0.0", org.eclipse.sirius.ui;bundle-version="6.0.0", org.eclipse.emf.transaction;bundle-version="1.9.0", - org.eclipse.ui.browser;bundle-version="3.6.100", + org.eclipse.ui.browser;bundle-version="3.5.2", org.eclipse.sirius.ecore.extender;bundle-version="5.1.0", org.eclipse.sirius.server;bundle-version="6.0.0" Bundle-ActivationPolicy: lazy Bundle-Localization: plugin Export-Package: org.eclipse.sirius.workflow.ui.page;version="6.0.0" Bundle-Activator: org.eclipse.sirius.workflow.ui.page.WorkflowPagePlugin$Implementation -Import-Package: org.eclipse.sirius.ext.base;version="2.1.0", - org.eclipse.sirius.workflow.services.api;version="6.0.0" +Import-Package: org.eclipse.sirius.ext.base;version="2.1.0" Automatic-Module-Name: org.eclipse.sirius.workflow.ui.page diff --git a/plugins/org.eclipse.sirius.workflow.ui.page/pom.xml b/plugins/org.eclipse.sirius.workflow.ui.page/pom.xml new file mode 100644 index 0000000000..f97c076f8b --- /dev/null +++ b/plugins/org.eclipse.sirius.workflow.ui.page/pom.xml @@ -0,0 +1,25 @@ +<!-- + Copyright (c) 2015, 2016 Obeo + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Public License v1.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/legal/epl-v10.html + + Contributors: + Obeo - Initial API and implementation +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.eclipse.sirius</groupId> + <artifactId>sirius-parent</artifactId> + <version>6.0.0-SNAPSHOT</version> + <relativePath>../../packaging/org.eclipse.sirius.parent</relativePath> + </parent> + + <artifactId>org.eclipse.sirius.workflow.ui.page</artifactId> + <packaging>eclipse-plugin</packaging> + <version>6.0.0-SNAPSHOT</version> + +</project> |
