Skip to content

Changes

Summary

  1. Bug 579414 - [Releng] 2022-06 GA update platforms (details)
  2. Bug 580115: [Editor][XText] The Undo/Redo doesn't work for XText editor opened as nested Papyrus editor (details)
  3. Bug 580042: [Editor][Xtext] When the user opens an Xtext Editor, the validation markers must be displayed just after the opening (details)
  4. Bug 580313 - [Releng] update platforms post 2022-06 release (details)
  5. Bug 580336: Xtext document validation shall be performed when the editor (details)
  6. Bug 580192: [Papyrus][Test] Bug and open API in PapyrusEditorFixture (details)
  7. Bug 580313 - Update to 6.3.0 (details)
  8. Bug 578651 - Create main menus for the reorganization of toolsmiths and (details)
  9. Bug 578651 - Split Generate Tooling Model submenus in dev and custo (details)
  10. Bug 578651 - Move Generate Assistants from Element Types to (details)
  11. Bug 578651 - Move extended palette configuration menu in customization (details)
  12. Bug 578651 - Move Generate NewChild Menu to new customization model (details)
  13. Bug 578651 - Move Migrate Specializations menu in papyrus customization (details)
  14. Bug 578651 - Move Generate ElementTypes Registry menu in papyrus (details)
  15. Bug 580557 - [ClassDiagram] InterfaceRealization element disappears after a reconnecting (changing source) (details)
  16. Bug 578651 - Move Deploy/Disable Element types in developper -> (details)
  17. Bug 578651 - Move Migrate ElementTypes Configurations menu in papyrus (details)
  18. Bug 580313 - Move 6.3.0 to 2022-12 instead of 2022-09 (details)
  19. Bug 580313 - [Releng] Update targetplatform for the 2022-12 release train (details)
  20. Bug 580838: Fix some exceptions found with the tool used to extract the specifications of Papyrus GMF Diagram (details)
  21. Bug 578651 - Move comments menu in dev->editors category. (details)
  22. Move Edit Table Configuration in papyrus developer editors menu. (details)
  23. Bug 578651 - Add conditions on Element types info menu. (details)
  24. Bug 578651 - Reorder contextual menu to be consistent with new wizard (details)
  25. Bug 580313 - [Releng] Update targetplatform for the 2022-12 M2 (details)
  26. Bug 580313 - [Releng] Update category and releng target (details)
  27. Bug 581024 - Change com.google.inject dependency to version 5.0.1 (details)
  28. Bug 581013 - Improve DestroyElementPapyrusCommand performances (details)
  29. Bug 580313 - [Releng] Update bundles tests (details)
  30. Bug 580313 - [Releng] Update target platform for integration before M3 (details)
  31. Bug 580313 - [Releng] Update target platform for M3 (details)
  32. Bug 580313 - [Releng] Update target platform for RC1 (details)
  33. Bug 580313 - [Releng] Update target platform for RC2 (details)
  34. Bug 580313 - [Releng] Update category.xml (details)
  35. [Releng] Update target platforms (details)
  36. Bug 581162 - [Releng] Update version to 6.4.0 (details)
Commit ff8622656df9b07dddcd168c72df9c2385b44774 by Quentin Le Menez
Bug 579414 - [Releng] 2022-06 GA update platforms

Change-Id: I7509dd2df225e9660b8f69edfe1ead7d0b9cc5ae
Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.target
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.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/toolkit/relengplatform/org.eclipse.papyrus.releng.platform.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/main/targetPlatform/org.eclipse.papyrus.main.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.target
Commit 1524f6fc1c517425dd33930a92ef067547600aa3 by Patrick Tessier
Bug 580115: [Editor][XText] The Undo/Redo doesn't work for XText editor opened as nested Papyrus editor
- wrap the text editor Undo/Redo into the Papyrus CommandStack
- add api analysis nature and builder into .project
- increase feature version

Change-Id: I72f1d05988adef822789e2f22964fc902526c698
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
The file was modified features/papyrus-main-features/org.eclipse.papyrus.infra.textedit.feature/pom.xml
The file was modified plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.types/.project
The file was modified plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation/.project
The file was modified plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/META-INF/MANIFEST.MF
The file was addedplugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/src/org/eclipse/papyrus/infra/textedit/xtext/internal/listeners/UndoableTextChangeListener.java
The file was modified releng/toolsmiths/site/category.xml
The file was modified plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/.project
The file was modified plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/usecase.md
The file was modified plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/api/org/eclipse/papyrus/infra/textedit/xtext/nested/editor/PapyrusXTextEditor.java
The file was modified plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/api/org/eclipse/papyrus/infra/textedit/xtext/custom/PapyrusXTextDocumentProvider.java
The file was addedplugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/src/org/eclipse/papyrus/infra/textedit/xtext/internal/command/TextUndoRedoCommandWrapper.java
The file was modified plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.properties/.project
The file was modified examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/.project
The file was modified plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.architecture/.project
The file was modified plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/.project
The file was modified plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/pom.xml
The file was modified plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/.project
The file was modified features/papyrus-main-features/org.eclipse.papyrus.infra.textedit.feature/feature.xml
The file was modified plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.modelexplorer/.project
The file was modified plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.edit/.project
The file was modified plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.ui/.project
Commit ba9c1695a0f4f72bc921204ecc398627ca75c79f by Patrick Tessier
Bug 580042: [Editor][Xtext] When the user opens an Xtext Editor, the validation markers must be displayed just after the opening

Change-Id: Iabb3cd5135e48a3093f1592faf27c203dac29ab6
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
The file was modified plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/api/org/eclipse/papyrus/infra/textedit/xtext/custom/PapyrusXTextMarker.java
The file was modified plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/api/org/eclipse/papyrus/infra/textedit/xtext/nested/editor/PapyrusXTextEditor.java
Commit 434ec76b0695e7be0803a81427f957c78b1f1bf7 by Quentin Le Menez
Bug 580313 - [Releng] update platforms post 2022-06 release

Change-Id: Ic78aebce223492ec81dea132421d661c786650b5
Signed-off-by: Quentin Le Menez <quentin.lemenez@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/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/toolkit/relengplatform/org.eclipse.papyrus.releng.platform.target
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.target
Commit ac3ff7acd1ec6cf1de64508dd4d7e7451f1b54f6 by vincent lorenzo
Bug 580336: Xtext document validation shall be performed when the editor
embedded in page has the focus

Change-Id: I32fc5c9576d4706b15f9142d97b35e800a8cc422
Signed-off-by: jeremie.tatibouet <jeremie.tatibouet@cea.fr>
The file was modified plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/pom.xml
The file was modified plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/api/org/eclipse/papyrus/infra/textedit/xtext/nested/editor/PapyrusXTextEditor.java
The file was modified plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/META-INF/MANIFEST.MF
Commit 1b33338336146eabf80df26e5bb870c4d2e5ce8f by Patrick Tessier
Bug 580192: [Papyrus][Test] Bug and open API in PapyrusEditorFixture

Change-Id: I8d95cef5fb969e04bbf1b1c83c2eac66c82fe6e1
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
The file was modified tests/junit/framework/org.eclipse.papyrus.junit.utils/META-INF/MANIFEST.MF
The file was modified tests/junit/framework/org.eclipse.papyrus.junit.utils/src/org/eclipse/papyrus/junit/utils/rules/PapyrusEditorFixture.java
The file was modified tests/junit/framework/org.eclipse.papyrus.junit.utils/pom.xml
Commit 0c5f1ec3444aaa72e8f75b3b31b0f72b490f3247 by Quentin Le Menez
Bug 580313 - Update to 6.3.0

Change-Id: I921f0f7fe0c7a9b1756d35f74b045a550e0b5bf2
Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
The file was modified releng/rcp/org.eclipse.papyrus.rcp.feature/pom.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp/META-INF/MANIFEST.MF
The file was modified plugins/sdk/org.eclipse.papyrus.sdk/META-INF/MANIFEST.MF
The file was modified releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml
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/pom.xml
The file was modified releng/main/site/category.xml
The file was modified releng/rcp/pom.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp/icons/splash.svg
The file was modified features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/pom.xml
The file was modified plugins/sdk/org.eclipse.papyrus.sdk/pom.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.product
The file was modified releng/rcp/org.eclipse.papyrus.rcp/splash.bmp
The file was modified features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
Commit a702b5ad568315df9a36419b343da088bf463cee by Patrick Tessier
Bug 578651 - Create main menus for the reorganization of toolsmiths and
dev menus

Change-Id: I5398c0c37680186329778ae80adc02ab460bb462
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified plugins/toolsmiths/org.eclipse.papyrus.dev.ui/plugin.xml
The file was modified plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/plugin.xml
The file was modified plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/META-INF/MANIFEST.MF
The file was modified plugins/toolsmiths/org.eclipse.papyrus.dev.ui/pom.xml
The file was modified plugins/toolsmiths/org.eclipse.papyrus.dev.ui/META-INF/MANIFEST.MF
The file was modified plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/pom.xml
Commit 89fd5089bf4c9395403670db6005bcb720d599e2 by Patrick Tessier
Bug 578651 - Split Generate Tooling Model submenus in dev and custo
menus.

Change-Id: Ib8b94bbb25d223aff2eaf6dce8e78b5f11ad0993
Signed-off-by: Aurelien Didier <aurelien.didier51@gmail.com>
The file was modified plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/plugin.xml
The file was modified plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/plugin.xml
The file was modified plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/plugin.xml
Commit 7c0553f48f5bb98e65850042224ae896ddd9dedb by Patrick Tessier
Bug 578651 - Move Generate Assistants from Element Types to
customization editors
category.

Change-Id: I00ff6c49ec507ab938a14469ecf8d99d48795e3e
Signed-off-by: Aurelien Didier <aurelien.didier51@gmail.com>
The file was modified plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/plugin.xml
Commit d835576ca34f89a4362a7f7bef2167bd2da97610 by Patrick Tessier
Bug 578651 - Move extended palette configuration menu in customization
editors
category.

Change-Id: I1764bee380889ba07d752b76c6b9b8de42031ae8
Signed-off-by: Aurelien Didier <aurelien.didier51@gmail.com>
The file was modified plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/plugin.xml
Commit 503e8f1f65970a92348e569f3e6bdf0480bd8f8c by Patrick Tessier
Bug 578651 - Move Generate NewChild Menu to new customization model
explorer category.

Change-Id: I09d4d66e89b1ca49c64fe73dbb27491ed52692d2
Signed-off-by: Aurelien Didier <aurelien.didier51@gmail.com>
The file was modified plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/plugin.xml
Commit 8358e2546a7bf4320c95ba5bb0126e41a39ee140 by Patrick Tessier
Bug 578651 - Move Migrate Specializations menu in papyrus customization
framework category.

Change-Id: If3b5898cc84f0e8694359f28d1ba05735213286f
Signed-off-by: Aurelien Didier <aurelien.didier51@gmail.com>
The file was modified plugins/toolsmiths/org.eclipse.papyrus.dev.types/plugin.xml
Commit 9d5604af8cd69b40affa73221eaa2cdd02d0d913 by Patrick Tessier
Bug 578651 - Move Generate ElementTypes Registry menu in papyrus
customization framework category.

Change-Id: I65f0f95dfb6c080d37529d9d64da83c8d49fbd84
Signed-off-by: Aurelien Didier <aurelien.didier51@gmail.com>
The file was modified plugins/toolsmiths/org.eclipse.papyrus.dev.types/META-INF/MANIFEST.MF
The file was modified plugins/toolsmiths/org.eclipse.papyrus.dev.types/pom.xml
The file was modified plugins/toolsmiths/org.eclipse.papyrus.dev.types/plugin.xml
Commit d8c03cc35e3cbde6d23f6bef488658024291d010 by Pauline Deville
Bug 580557 - [ClassDiagram] InterfaceRealization element disappears after a reconnecting (changing source)

- Add interface-realization to new container before changing the client list

Signed-off-by: Ansgar Radermacher <ansgar.radermacher@cea.fr>
Change-Id: Iaeb9e3d4f40913a8fe34aec604cf0df0506f7fc9
The file was modified plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/command/InterfaceRealizationReorientCommand.java
Commit 5fed147b33a5e9354b6ee7a4de8129b6eafffc53 by smaoui asma
Bug 578651 - Move Deploy/Disable Element types in developper ->
framework category.

Change-Id: Ia1d62eb433198126486b9761a162871fc7df156b
Signed-off-by: Aurelien Didier <aurelien.didier51@gmail.com>
The file was modified plugins/infra/types/org.eclipse.papyrus.infra.types.ui/plugin.xml
Commit 9bd773c0b520ac1218500c0f837d1d759438b596 by Patrick Tessier
Bug 578651 - Move Migrate ElementTypes Configurations menu in papyrus
customization framework category.

Change-Id: I8396d1c57575b99d0c94be96ac327738e8a770a9
Signed-off-by: Aurelien Didier <aurelien.didier51@gmail.com>
The file was modified plugins/toolsmiths/org.eclipse.papyrus.dev.types/plugin.xml
Commit fe293451bc0ba381af0cdd4d4e621ef3a4348edb by vincent lorenzo
Bug 580313 - Move 6.3.0 to 2022-12 instead of 2022-09

Change-Id: Ie9f6ed6b13a5465d1f6fad4cce69721d71a9ecb5
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified releng/rcp/pom.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.product
The file was modified releng/rcp/org.eclipse.papyrus.rcp/icons/splash.svg
The file was modified releng/rcp/org.eclipse.papyrus.rcp/splash.bmp
Commit 386dbc4f06d5f0796f7b7630708c5a8ba6d62cc1 by Quentin Le Menez
Bug 580313 - [Releng] Update targetplatform for the 2022-12 release train

- modified some code in order to reflect API changes in PlatformUI
- modified platforms to keep needed dependencies to departed from later on

Change-Id: I97d765485ad7c2a2bd2e9a3a4657b8661e9740c2
Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
The file was modified releng/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.target
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/EnumRadio.java
The file was modified plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/PropertiesEditorWidget.java
The file was modified tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/test/org/eclipse/papyrus/uml/profile/drafter/tests/ui/propertyviewer/TableViewerExample.java
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.target
The file was modified plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialog.java
The file was modified plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/META-INF/MANIFEST.MF
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.tpd
The file was modified tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/pom.xml
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.tpd
The file was modified tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java
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.tpd
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.tpd
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.widgets/META-INF/MANIFEST.MF
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCombo.java
The file was modified tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/pom.xml
The file was modified tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/META-INF/MANIFEST.MF
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanToggle.java
The file was modified tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java
The file was modified tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/META-INF/MANIFEST.MF
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.widgets/pom.xml
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 plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/StereotypeUpdateDialogOld.java
The file was modified plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/pom.xml
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.target
The file was modified tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java
The file was modified plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCheckbox.java
The file was modified releng/toolkit/relengplatform/org.eclipse.papyrus.releng.platform.target
Commit 2d345f3f4eaeceaef2fc47aad259aa5382154831 by Pauline Deville
Bug 580838: Fix some exceptions found with the tool used to extract the specifications of Papyrus GMF Diagram
- required fixes for the correct execution of the extraction tool

Change-Id: I4118eef9ed4417f39f81b98009487251dd6497e6
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
The file was modified plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/editparts/RoundedBorderNamedElementEditPart.java
The file was modified plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/custom-src/org/eclipse/papyrus/uml/diagram/clazz/custom/helper/AssociationClassHelper.java
The file was modified plugins/uml/org.eclipse.papyrus.uml.service.types/src/org/eclipse/papyrus/uml/service/types/helper/DirectedRelationshipEditHelper.java
Commit 4af6390e32af46ba310f2ceaec9c31bd0213dc47 by smaoui asma
Bug 578651 - Move comments menu in dev->editors category.
Remove Upcoming elements for developper.
Move Generate Assistants from Element Types in custo -> editors
Move sash windows editors in dev->editors.

Change-Id: I8a72bc2997513836a11120c530ce11fd1243b216
Signed-off-by: Aurelien Didier <aurelien.didier51@gmail.com>
The file was modified examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/plugin.xml
The file was modified examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/plugin.xml
The file was modified plugins/toolsmiths/org.eclipse.papyrus.dev.ui/plugin.xml
The file was modified examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/plugin.xml
Commit 9818e8c529093de3e7d315969e597ffcab933a40 by smaoui asma
Move Edit Table Configuration in papyrus developer editors menu.
(correct the loctation URI)

Change-Id: I9eadc487782716eee94495ff719a91afa5c2ed0d
Signed-off-by: Asma Smaoui <asma.smaoui@cea.fr>
The file was modified plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/plugin.xml
Commit cb07ab1b1be89c81e5d3357c76bde99bd677c481 by smaoui asma
Bug 578651 - Add conditions on Element types info menu.
move the menu under Developper > Framework
Change-Id: I7e86775ef6d1a86e6d8315fd34fc8334ff6c5565
Signed-off-by: Asma Smaoui <asma.smaoui@cea.fr>
The file was modified plugins/toolsmiths/org.eclipse.papyrus.dev.types/plugin.xml
Commit 4d891711e2cd8ee7abe1c166707c71e6e5339999 by smaoui asma
Bug 578651 - Reorder contextual menu to be consistent with new wizard
organization.
change the menu label from "customization" to "customizer"
Change-Id: I0a6af8b926b2ed0775e63147b79ebaa99bd28962
Signed-off-by: Asma Smaoui <asma.smaoui@cea.fr>
The file was modified plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/plugin.xml
The file was modified plugins/toolsmiths/org.eclipse.papyrus.dev.ui/plugin.xml
Commit 7b2aa390db72397f043e0c65b81cb4c89284aa88 by Pauline Deville
Bug 580313 - [Releng] Update targetplatform for the 2022-12 M2

Change-Id: I7aba0ff013a35b8cb44138890b4bfed38a340462
Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.target
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.target
The file was modified tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundlesTests.java
The file was modified plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/META-INF/MANIFEST.MF
The file was modified features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.tpd
The file was modified plugins/uml/org.eclipse.papyrus.uml.export/META-INF/MANIFEST.MF
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.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/toolkit/relengplatform/org.eclipse.papyrus.releng.platform.target
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.target
Commit 82886e3b79b57729e30f5315d4c5278c2bccb81f by Pauline Deville
Bug 580313 - [Releng] Update category and releng target

Change-Id: I5852374f0d446c7472a406f8f33e036768306165
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified releng/main/site/category.xml
The file was modified releng/toolkit/relengplatform/org.eclipse.papyrus.releng.platform.target
Commit ab544a1f754a5c81df5b16d24864d328dd08da7d by Pauline Deville
Bug 581024 - Change com.google.inject dependency to version 5.0.1

Change-Id: I6b0ecb8ac78479e9978d53e6fe5d4e03d59fd82b
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/META-INF/MANIFEST.MF
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.target
The file was modified plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/META-INF/MANIFEST.MF
The file was modified plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/META-INF/MANIFEST.MF
The file was modified plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/META-INF/MANIFEST.MF
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.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/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.target
The file was modified releng/toolkit/relengplatform/org.eclipse.papyrus.releng.platform.target
The file was modified tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundlesTests.java
Commit 533557fdcaee863752a336b3ec34b092a7694246 by Jeremie Tatibouet
Bug 581013 - Improve DestroyElementPapyrusCommand performances

Change-Id: I02b87510dc20f38867055cad2c4d08b3086d45e5
Signed-off-by: Sebastien Revol <sebastien.revol@cea.fr>
The file was modified plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/DestroyElementPapyrusCommand.java
Commit 543997375ac728486e9a1474fe92b76d18da1a98 by Quentin Le Menez
Bug 580313 - [Releng] Update bundles tests

Change-Id: I4086762e4405666471ebee49bd7c8596aecf0465
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundlesTests.java
Commit 5b2d1529acda188efeb59847f85ef069623ab42f by Pauline Deville
Bug 580313 - [Releng] Update target platform for integration before M3

Change-Id: I202a7eb541793b7423008785c261b3fc78be6e94
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
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/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.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.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
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.tpd
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.tpd
Commit 42a24a64bcbe2eb706653a35a6889f22825fd567 by Pauline Deville
Bug 580313 - [Releng] Update target platform for M3

Change-Id: I9d36d5d639a67fe169b3bdd77f4c6fc8485af182
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
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.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.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/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.target
Commit de36b9732df063b6db1b87ad3aa2c42a0dd411c5 by Quentin Le Menez
Bug 580313 - [Releng] Update target platform for RC1

Change-Id: Ic58ea2cef00a3a697ca8d481d2be49d09b7fb27a
Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
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/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.tpd
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.target
The file was modified releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.target
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/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.tpd
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.target
The file was modified releng/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.tpd
Commit 50ef562dde7fd6c76de912763527ac45ef3c9889 by Pauline Deville
Bug 580313 - [Releng] Update target platform for RC2

Change-Id: Icefc9665d5d6717ebdd0ed454b260dae3a932273
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified releng/tests/main-tests-with-cdo/targetPlatform/org.eclipse.papyrus.main.tests.cdo.targetplatform.target
The file was modified releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml
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/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.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/toolkit/relengplatform/org.eclipse.papyrus.releng.platform.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/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.target
The file was modified releng/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.tpd
Commit 49dd5639072ed48d57b90336bb6ad86f1ce4bd26 by Pauline Deville
Bug 580313 - [Releng] Update category.xml

Change-Id: Ic3b71117ae8816342f5440c01105e000f8b78716
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified releng/main/site/category.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.product
Commit edcc96461a33dc179e39b62a30c485f549bf17d5 by vincent lorenzo
[Releng] Update target platforms

Change-Id: Idd01652845d063b07a0cb19507da95bcb2dc1898
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
The file was modified releng/toolsmiths/targetPlatform/org.eclipse.papyrus.toolsmiths.targetplatform.target
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/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/main/targetPlatform/org.eclipse.papyrus.main.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.tpd
The file was modified releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.target
Commit a8ae04218c13edcfd22044632134634dbe8eec9a by Pauline Deville
Bug 581162 - [Releng] Update version to 6.4.0

Change-Id: I63644302ac4e1b8c67c69ddb5fa1540579a1a081
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
The file was modified plugins/sdk/org.eclipse.papyrus.sdk/pom.xml
The file was modified releng/main/site/pom.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp/pom.xml
The file was modified releng/rcp/pom.xml
The file was modified releng/main/site/category.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp/icons/splash.svg
The file was modified releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp.product/papyrus.product
The file was modified releng/rcp/targetPlatform/pom.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/splash.bmp
The file was modified plugins/sdk/org.eclipse.papyrus.sdk/META-INF/MANIFEST.MF
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.product/pom.xml
The file was modified releng/rcp/org.eclipse.papyrus.rcp/META-INF/MANIFEST.MF