Skip to content

Changes

Summary

  1. Bug 576525 - [UpdateSite] the update site of papyrus is strangely (details)
  2. Bug 573840 - [Properties] empty line table displayed in the Properties (details)
  3. Bug 563212 - [Diagram] Containment link cannot be deleted (semantic (details)
  4. Bug 576599 - [ModelExplorer] IOpenable and Open on double-click must be improved (details)
  5. Bug 573841 - [Properties] can not display tables in the properties view (details)
  6. Bug 575255: [Toolsmiths] Remove genextension EPackage from the gmf.codegen metamodel + remove migration tool (details)
  7. Add Code conduct and security for the release (details)
  8. Bug 576650 - [Properties view] [DataType] property typed by an (details)
  9. Bug 576227 - [Releng] Update dependencies for 2021-12 M3 (details)
  10. Bug 577297 - [Core] Papyrus shall contain files to be conform for the (details)
  11. Bug 576227 - [Releng] Cannot install textEdit feature (details)
  12. Bug 577392: Add ModelSet.isShardingSupported() so that CDOAwareModelSet can disable it (details)
  13. Bug 576651 - [Facet] problem when loading and unloading a Facet declared with the AF (details)
  14. Bug 576227 - [Releng] Update dependencies for 2021-12 RC1 (details)
  15. Bug 576227 - [Releng] Update dependencies for 2021-12 RC2 (details)
  16. Bug 576227 - [Releng] Update target platfrom for the release (details)
  17. Bug 573807 - [Core] Cannot close modified model (details)
  18. [Releng] Add market place to the rcp (details)
  19. [Releng] RCP with jre (details)
  20. Bug 576004 - [Architecture][API] Provide an API to listen easily architecture context changes (details)
  21. Bug 577854 - The execution of 5 papyrus test are not determinist (details)
  22. Bug 577567 - [Releng] Update RCP and platform post release (details)
  23. [Releng] Relax junit version due to incompatibilites with jupiter (details)
  24. Bug 577567 - [Releng] Update for 2022-03 M1 (details)
Commit aa30e36bf029740d83549c0d2816d5cc4132d30a by Pauline Deville
Bug 576525 - [UpdateSite] the update site of papyrus is strangely
organised

Change-Id: I4c51bf32c24eb91f8fa00064e2bbb1ee972e52e3
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified releng/toolsmiths/site/category.xml
The file was modified releng/main/site/category.xml
Commit 4f2ca938abf46ea689b454493f6dd36e6f98fb01 by Patrick Tessier
Bug 573840 - [Properties] empty line table displayed in the Properties
view is not linked to AF, KindId is null

to be able to display an empty line table in the Properties view, we
should not rely on the KindId property of the table. the table config is
not always referenced in the AF. use the typeID instead
Change-Id: Ie25f17fbea3b5787d3a9db2af1af7b6dc343fe4f
Signed-off-by: Asma Smaoui <asma.smaoui@cea.fr>
The file was modified examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/resources/uml.architecture
The file was modified plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/NattablePropertyEditor.java
The file was modified examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/src/org/eclipse/papyrus/example/uml/nattable/empty/line/providers/CustomRowHeaderLabelProvider.java
The file was modified examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/src/org/eclipse/papyrus/example/uml/nattable/empty/line/Activator.java
The file was modified examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/src/org/eclipse/papyrus/example/uml/nattable/empty/line/managers/cell/CustomEmptyAxisCellManager.java
Commit 92c10560034954917942343f141c14754aad53ef by Patrick Tessier
Bug 563212 - [Diagram] Containment link cannot be deleted (semantic
delete)

Change-Id: I882428defece0f05398d50ae1fe019df94fb8507
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified plugins/uml/org.eclipse.papyrus.uml.service.types/model/uml.elementtypesconfigurations
The file was modified plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/src-gen/org/eclipse/papyrus/uml/diagram/clazz/part/UMLDiagramUpdater.java
The file was removedtests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/canonical/TestClassDiagramContainment.java
The file was modified plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/src-gen/org/eclipse/papyrus/uml/diagram/clazz/edit/parts/ContainmentLinkEditPart.java
The file was modified tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/META-INF/MANIFEST.MF
The file was modified plugins/uml/org.eclipse.papyrus.uml.service.types/pom.xml
The file was modified tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/pom.xml
The file was addedplugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/helper/advice/ContainmentLinkDestroyEditHelperAdvice.java
The file was addedtests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/canonical/TestClassDiagramContainmentLink.java
The file was modified plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/src-gen/org/eclipse/papyrus/uml/diagram/clazz/edit/policies/UMLBaseItemSemanticEditPolicy.java
The file was modified plugins/uml/org.eclipse.papyrus.uml.service.types.ui/src/org/eclipse/papyrus/uml/service/types/internal/ui/advice/CollaborationCollaborationRoleEditHelperAdvice.java
The file was modified plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/src-gen/org/eclipse/papyrus/uml/diagram/clazz/providers/UMLElementTypes.java
The file was modified tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestContextLink.java
The file was modified tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/canonical/AllCanonicalTests.java
The file was modified plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/custom-src/org/eclipse/papyrus/uml/diagram/clazz/custom/edit/part/CustomUMLDiagramUpdater.java
The file was modified tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestContainmentLink.java
The file was modified plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/model/classdiagram.gmfgen
The file was modified plugins/uml/org.eclipse.papyrus.uml.service.types/META-INF/MANIFEST.MF
Commit 7647aa9340986df1e9ff433e7c4c0d036ac92d20 by Patrick Tessier
Bug 576599 - [ModelExplorer] IOpenable and Open on double-click must be improved

Change-Id: I17bb5f5115d5b522f401327fd092e3000dfbb3a1
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
The file was modified plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/plugin.xml
The file was addedplugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/provider/IsIOpenablePropertyTester.java
Commit ebe6472a086ed6c578a42a601d9dbd2af2f6314b by Patrick Tessier
Bug 573841 - [Properties] can not display tables in the properties view
when the context is a Stereotype
To be able to display a table in the properties view, the context should
be an Element. take the baseElement instead resolve the problem.

Change-Id: I772635cd2d015de171856ad088717c70501fef8e
Signed-off-by: Asma Smaoui <asma.smaoui@cea.fr>
The file was modified plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/widgets/NattablePropertyEditor.java
Commit 938b6c20a4fc30e31a567e53a5bfe752f312bcd6 by vincent lorenzo
Bug 575255: [Toolsmiths] Remove genextension EPackage from the gmf.codegen metamodel + remove migration tool

Change-Id: I8440d4981ab460f9703edf636fbfdd39a7e8f705
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/util/PapyrusgmfgenextensionSwitch.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/SpecificNodePlateItemProvider.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend/src/org/eclipse/papyrus/gmf/codegen/util/PapyrusGMFExtensionMigrator.java
The file was modified plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/models/gmfgen.ecore
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/EditPartUsingReorientServiceImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/SpecificDiagramUpdaterImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/AlternateGenTopLevelNodeImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/SpecificLocatorExternalLabelImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/SpecificDiagramUpdater.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/GenNodeConstraint.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/ExtendedGenViewItemProvider.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/SpecificDiagramUpdaterItemProvider.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/LabelVisibilityPreference.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/OwnedEditpartImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/SpecificNodePlateImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/GenerateUsingElementTypeCreationCommand.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/AdditionalEditPartCandiesImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/AlternateGenLinkImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/CompartmentVisibilityPreferenceItemProvider.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/CommentedElement.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/AlternateGenLink.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/PapyrusExtensionRootNodeImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/GenExtensionFactoryImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/EditPartUsingReorientServiceItemProvider.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/SpecificLocatorItemProvider.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/GenerateUsingElementTypeCreationCommandItemProvider.java
The file was modified plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/pom.xml
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/CompartmentVisibilityPreferenceImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/GenExtensionFactory.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/LabelVisibilityPreferenceImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/ConstrainedByReferenceCompartmentItemSemanticEditPolicyItemProvider.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/OwnedEditpartItemProvider.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/ExternalHook.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/GenNodeConstraintItemProvider.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/ConstrainedByReferenceCompartmentItemSemanticEditPolicyImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/AlternateCanvasItemProvider.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/CompartmentTitleVisibilityPreferenceImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/SpecificLocatorExternalLabel.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/CommentedElementItemProvider.java
The file was modified plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/plugin.xml
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/PapyrusExtensionRootNode.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/GenerateUsingElementTypeCreationCommandImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/AlternateCanvasImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/PropertyRefreshHook.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/CommentedElementImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/AdditionalEditPartCandies.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/ExtendedGenViewImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/presentation/GenExtensionActionBarContributor.java
The file was modified plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/impl/GMFGenPackageImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/CustomDiagramUpdaterSingletonItemProvider.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/ConstrainedByReferenceCompartmentItemSemanticEditPolicy.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/MutatingCanvasItemProvider.java
The file was modified plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/META-INF/MANIFEST.MF
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/CustomDiagramUpdaterSingletonImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/GenVisualTypeProviderImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/VisualIDOverride.java
The file was modified tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/META-INF/MANIFEST.MF
The file was modified plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/gmfgen/presentation/GMFGenEditor.java
The file was modified plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/models/gmfgen.genmodel
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/ExternalHookImpl.java
The file was modified tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/src/org/eclipse/papyrus/infra/gmfdiag/canonical/tests/AbstractCanonicalTest.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/GenExtensionItemProviderAdapterFactory.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/EditPartUsingReorientService.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/SpecificLocator.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/PropertyRefreshHookItemProvider.java
The file was modified plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/plugin.xml
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/EditPartUsingDeleteServiceImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/CompartmentTitleVisibilityPreferenceItemProvider.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/AdditionalEditPartCandiesItemProvider.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/ExternalHookItemProvider.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/SpecificNodePlate.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/SpecificLocatorExternalLabelItemProvider.java
The file was modified plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/plugin.xml
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/GenNodeConstraintImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/AlternateGenTopLevelNodeItemProvider.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/GenVisualTypeProvider.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/presentation/GenExtensionEditor.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/CompartmentTitleVisibilityPreference.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/util/PapyrusgmfgenextensionAdapterFactory.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/GenExtensionPackage.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/PropertyRefreshHookImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.xtend.ui/src/org/eclipse/papyrus/gmf/codegen/xtend/ui/handlers/MigrateGMFGenFileHandler.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/EditPartUsingDeleteService.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/EditPartUsingDeleteServiceItemProvider.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/CustomDiagramUpdaterSingleton.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/SpecificLocatorImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/GenVisualTypeProviderItemProvider.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/OwnedEditpart.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/util/GenExtensionAdapterFactory.java
The file was modified tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/pom.xml
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/AlternateGenLinkItemProvider.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/MutatingCanvasImpl.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/LabelVisibilityPreferenceItemProvider.java
The file was modified plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/gmfgen/GenContainerBase.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/AlternateCanvas.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/AlternateGenTopLevelNode.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/PapyrusExtensionRootNodeItemProvider.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/util/GenExtensionSwitch.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/VisualIDOverrideImpl.java
The file was modified plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/.settings/.api_filters
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/MutatingCanvas.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/ExtendedGenView.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/impl/GenExtensionPackageImpl.java
The file was modified plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/META-INF/MANIFEST.MF
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen/src/org/eclipse/papyrus/gmf/codegen/genextension/CompartmentVisibilityPreference.java
The file was removedplugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.codegen.edit/src/org/eclipse/papyrus/gmf/codegen/genextension/provider/VisualIDOverrideItemProvider.java
Commit 4d9033bf10a737bf40d437649234da59f1fd84d1 by Patrick Tessier
Add Code conduct and security for the release

Change-Id: I502e82dc00e129edd8a5792c3592b3aea6da449b
The file was addedCODE_OF_CONDUCT.md
The file was addedSECURITY.md
Commit 660baf179113d2e9219a5cc1999f0e18cc1283ab by vincent lorenzo
Bug 576650 - [Properties view] [DataType] property typed by an
Enumeration does not work

Change-Id: I4b75595ba8a73ff3c6f3ae252d56978d1056aad5
Signed-off-by: Asma Smaoui <asma.smaoui@cea.fr>
The file was modified plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/databinding/EObjectObservableValueEditingSupport.java
Commit b1696e5f9d4e260facec51805612639dca1cd773 by Pauline Deville
Bug 576227 - [Releng] Update dependencies for 2021-12 M3

Change-Id: I69894f664b89ff7417860bf8f63744e8f673cd26
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.tpd
The file was modified releng/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.target
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.target
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.tpd
The file was modified releng/toolkit/relengplatform/org.eclipse.papyrus.releng.platform.target
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.target
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.tpd
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.target
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.target
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.tpd
Commit 65df9a54b79042b6c9a489f05ff39bfbad220b76 by Patrick Tessier
Bug 577297 - [Core] Papyrus shall contain files to be conform for the
release of 2021

Change-Id: I688c0f5e0afced92e61592beacd09be92585c0c3
The file was addedREADME.md
Commit 8b42bdc9c6ccb4bd65c67ec30084c8b805fe477f by Pauline Deville
Bug 576227 - [Releng] Cannot install textEdit feature

Change-Id: I0d2be2e94dc1663342c3e1ba08a89216228a5e13
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified features/papyrus-main-features/org.eclipse.papyrus.infra.textedit.feature/feature.xml
Commit 26e66189ae8cd796bb519a3c3da156d5f8e0f19c by Eike Stepper
Bug 577392: Add ModelSet.isShardingSupported() so that CDOAwareModelSet can disable it

Change-Id: I5df453171494c19cf9c2bd63dc5ea060e59c1f66
Signed-off-by: Eike Stepper <stepper@esc-net.de>
The file was modified plugins/infra/core/org.eclipse.papyrus.infra.core/META-INF/MANIFEST.MF
The file was modified plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/resource/ModelSet.java
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/CoreMultiDiagramEditor.java
The file was modified plugins/infra/core/org.eclipse.papyrus.infra.core/pom.xml
Commit 1eefd733c5d2e827ee56dc6d5c16e6e798520cd8 by Patrick Tessier
Bug 576651 - [Facet] problem when loading and unloading a Facet declared with the AF

Change-Id: If6af88f5f99af1939b30d5c010768b4a5eb25d73
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
The file was modified plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/META-INF/MANIFEST.MF
The file was modified plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/internal/facet/WorskpaceCustomizationUpdater.java
The file was modified plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/internal/facet/ArchitectureFrameworkCustomizationManagerUpdater.java
The file was modified plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/pom.xml
Commit 1e7bea46fcc831803f74779f516e4341b491854a by Pauline Deville
Bug 576227 - [Releng] Update dependencies for 2021-12 RC1

Change-Id: I0ea9fbc657ca3fc4736a69d82a8e11f22b916447
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.tpd
The file was modified releng/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.target
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.tpd
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.target
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.target
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.tpd
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.tpd
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.target
The file was modified releng/toolkit/relengplatform/org.eclipse.papyrus.releng.platform.target
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.target
Commit e46cf082620729f6b2b7b1c28f36db6badd5910f by Pauline Deville
Bug 576227 - [Releng] Update dependencies for 2021-12 RC2

Change-Id: I0619a5c209f89735eb04d2ca8a7298c994c65255
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.target
The file was modified releng/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.tpd
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.target
The file was modified releng/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.target
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.target
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.tpd
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.target
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.tpd
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.tpd
The file was modified releng/toolkit/relengplatform/org.eclipse.papyrus.releng.platform.target
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.tpd
Commit 086a2a7d97b12e2f7bf6b2a7f28392fe3489dcbb by Pauline Deville
Bug 576227 - [Releng] Update target platfrom for the release

Change-Id: I12cb2c3ddeff1d7b7d61da6ff1674f5644b85e34
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.target
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.tpd
The file was modified releng/toolkit/relengplatform/org.eclipse.papyrus.releng.platform.target
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.target
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.target
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.tpd
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.tpd
The file was modified releng/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.target
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.target
Commit 1d4d70170d16306b41458c09556bf972759d3b83 by Pauline Deville
Bug 573807 - [Core] Cannot close modified model

- Check whether shell is disposed (as previously in copy and cut handlers)
- Check whether stereotypes are non-null in clipboard.

Signed-off-by: Ansgar Radermacher <ansgar.radermacher@cea.fr>
Change-Id: I703ef38f6161695e094c320c7f907f29e7e6e9c3
The file was modified plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/strategy/paste/StereotypePasteStrategy.java
The file was modified plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/src/org/eclipse/papyrus/infra/gmfdiag/menu/handlers/PasteInDiagramHandler.java
The file was modified plugins/uml/tools/org.eclipse.papyrus.uml.tools/src/org/eclipse/papyrus/uml/tools/commands/DuplicateStereotypeCommand.java
Commit 7893dbb93588dafcea36fe9dd273164298216568 by Patrick Tessier
[Releng] Add market place to the rcp

Change-Id: I2a063487c3baf58d596caa871d4fe7e54e822cb1
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.target
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.tpd
The file was modified releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.product
Commit 63b1af221aa9e5d36a1ed926efe31ee6cff53a45 by Pauline Deville
[Releng] RCP with jre

Change-Id: Id9eea4d7e172414c12f50d61b57938470784a933
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.product
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.tpd
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.target
The file was modified releng/rcp/pom.xml
Commit 2a1ab1d9f67ec46cadd4eac4da9f0376547dac21 by Patrick Tessier
Bug 576004 - [Architecture][API] Provide an API to listen easily architecture context changes

Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Change-Id: I40efea89296c5335c23cf2336f1dd98f4f679ef2
The file was modified plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/src/org/eclipse/papyrus/infra/architecture/listeners/ArchitectureDescriptionSnippet.java
The file was addedplugins/infra/architecture/org.eclipse.papyrus.infra.architecture/src/org/eclipse/papyrus/infra/architecture/listeners/AbstractArchitectureDescriptionAdapter.java
The file was modified plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/pom.xml
The file was addedplugins/infra/architecture/org.eclipse.papyrus.infra.architecture/src/org/eclipse/papyrus/infra/architecture/listeners/ArchitectureDescriptionAdapterUtils.java
The file was modified features/papyrus-main-features/org.eclipse.papyrus.infra.architecture.feature/feature.xml
The file was modified features/papyrus-main-features/org.eclipse.papyrus.infra.architecture.feature/pom.xml
The file was modified plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/src/org/eclipse/papyrus/infra/architecture/listeners/ArchitectureDescriptionAdapter.java
The file was modified plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/META-INF/MANIFEST.MF
Commit de8ad134b56c0e4224e85018f7c3b60275110100 by Pauline Deville
Bug 577854 - The execution of 5 papyrus test are not determinist

Change-Id: I90a6051e02b3e5538b6e7d92d0a9cf216e148f52
Signed-off-by: ptessier <patrick.tessier@cea.fr>
The file was modified tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/src/org/eclipse/papyrus/uml/validation/tests/rules/TestUMLValidationRules.java
The file was modified tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/src/org/eclipse/papyrus/uml/validation/tests/rules/TestOCLValidationRuleFromFile.java
The file was modified tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/CombinedFragmentRegressionTest.java
The file was modified tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/src/org/eclipse/papyrus/uml/validation/tests/rules/TestStereotypeValidation.java
The file was modified tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/src/org/eclipse/papyrus/uml/validation/tests/rules/TestOCLConstraintOnInstanceSpec.java
The file was modified tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/src/org/eclipse/papyrus/uml/validation/tests/rules/TestValidationRulesInProfile.java
The file was modified tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/src/org/eclipse/papyrus/uml/validation/tests/rules/TestValidationRulesInPluginXML.java
The file was modified tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java
Commit 175db65518e643c8c6a4d5eccb4c843ae706549b by Pauline Deville
Bug 577567 - [Releng] Update RCP and platform post release

Change-Id: If11e3861259fedae35976662ab1ec349a6a6bfb9
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified plugins/sdk/org.eclipse.papyrus.sdk/META-INF/MANIFEST.MF
The file was modified releng/main/site/pom.xml
The file was modified releng/rcp/targetPlatform/pom.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp/plugin.xml
The file was modified features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/pom.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp.feature/pom.xml
The file was modified features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp/splash.bmp
The file was modified plugins/sdk/org.eclipse.papyrus.sdk/pom.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp/META-INF/MANIFEST.MF
The file was modified releng/rcp/org.eclipse.papyrus.rcp/icons/splash.svg
The file was modified releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml
The file was modified releng/main/site/category.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.product
The file was modified releng/rcp/pom.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp.feature/feature.properties
The file was modified features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.properties
The file was modified releng/rcp/org.eclipse.papyrus.rcp/pom.xml
Commit c97cebe1eab6511ef26d378af5fc6e062531039f by Quentin Le Menez
[Releng] Relax junit version due to incompatibilites with jupiter

Change-Id: Ic86b098263e4272517eaca953fee8a5e4d133839
Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
The file was modified features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/feature.xml
The file was modified tests/junit/framework/org.eclipse.papyrus.junit.utils/pom.xml
The file was modified tests/junit/framework/org.eclipse.papyrus.junit.framework/pom.xml
The file was modified tests/junit/framework/org.eclipse.papyrus.junit.utils/META-INF/MANIFEST.MF
The file was modified features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/pom.xml
The file was modified tests/junit/framework/org.eclipse.papyrus.junit.framework/META-INF/MANIFEST.MF
The file was modified tests/junit/framework/org.eclipse.papyrus.bundles.tests/pom.xml
The file was modified tests/junit/framework/org.eclipse.papyrus.bundles.tests/META-INF/MANIFEST.MF
The file was modified releng/toolsmiths/site/category.xml
Commit cdaab9bed4ce321a53d32b76a494698b73f86081 by Pauline Deville
Bug 577567 - [Releng] Update for 2022-03 M1

Change-Id: I05f00fd54b00fcad5a058b0501874bcf83497da2
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified releng/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.target
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.target
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.tpd
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.tpd
The file was modified releng/toolkit/relengplatform/org.eclipse.papyrus.releng.platform.target
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.target
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.target
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.target