Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-06-29Bug 536425: [Xtext] All Papyrus Xtext plugins must be regeneratedNicolas FAUVERGUE1-5/+9
Change-Id: I5855fe718bec8ae29f58dafe1a8a8f57860c97ec Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
2018-05-28Bug 535185 - Add Automatic-Module-Name header for Java 9 compatibilityBenoit Maggi1-0/+1
- add Automatic-Module-Name with the same value as Bundle-SymbolicName in all Manifest.MF - quality fix : remove unused import Change-Id: Icd3e4376bc9e61e360ac61522b967a088a248480 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2018-03-06Bug 531802: [XText]The editor for CollaborationUse generate a ↵Vincent Lorenzo1-1/+1
NullPointerException Change-Id: I7d39194ac5a93e6158f9c326733ef73df27f33f0 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-03-31[releng] [oxygen] Update target definitions and platformsQuentin Le Menez1-1/+1
Change-Id: Ibc3aeb24cea3ba989c3f280f392015588802e63d Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2016-11-29Bug 496905: [Diagram][ModelExplorer][Table][Dialog] Papyrus must integrateNicolas FAUVERGUE1-1/+2
the internationalization feature provided by UML. https://bugs.eclipse.org/bugs/show_bug.cgi?id=496905 Commit of UML for internationalization. Change-Id: Ia61e5ef4d537f9e9b192bcfe073f921542fe4876 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net>
2016-08-28Bug 443799 - Fix potential bugs identified by FindBugs in oep.infra.*Florian Noyrit1-5/+5
Bug 499554 - Oxygen release version number moved to 3.0.0. Change-Id: I8e112db7175a5b89eb9b37973639627a6c29e007
2016-03-03Bug 485220: [Architecture] Provide a more modular architectureChristian W. Damus1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485220 Complete the configuration of PDE API Tooling in the Papyrus Main and Developer Tools projects, including: * adding the API Analysis nature and builder to .project where it was missing * adding a new menu action in the dev tools Project Management menu to ensure that all Oomph version-management projects in the workspace have API analysis also * fixing API version analysis problems, mostly by upversioning bundles to 2.0 but also applying API filters in some cases where it seems appropriate * implementing project-level API Analysis preferences for warning severity of missing @since doc tags (the default is error) and adding it to the Oomph project preferences management Change-Id: I3f5fad20ffc7bb66eec0abbb86b5cc52aacb1ff1
2016-02-24Bug 485220: [Architecture] Provide a more modular architectureChristian W. Damus1-36/+21
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485220 Implement version management: PDE API Tooling and Oomph Version Management. Introduce two new plug-in projects to manage versioning using Oomph: * org.eclipse.papyrus.releng.main.release for the Main bundles and features * org.eclipse.papyrus.releng.dev.release for the Dev Tools Add new menu actions to the Dev Tools: * main menu bar: * synchronize POM and manifest versions * "Configure" context menu on bundle projects and MANIFEST.MF * optimize bundle dependencies and re-exports * update dependency version ranges to match current workspace and PDE target Remove obsolete menu actions from the Dev Tools: * main menu bar: * Set all Papyrus feature versions * Set all Papyrus plug-in versions * Set versions of all Papyrus dependencies in Papyrus plug-ins Fix versioning errors reported by PDE and Oomph. Ensure proper version ranges consistent with latest build target. Optimize the dependencies of all Papyrus Main bundles and Dev Tools. Remove version- and reexport-checking tests in the BundlesTests that are now not needed because, on the one hand, we now implement discrete bundle versioning (managed by PDE/Oomph) and on the other, we now use re-exports properly to ensure classpath consistency in clients of a bundle's API. Thorough overhaul of the "project editors" API, including: * rationalize the API interfaces * refactor the all-in-one PluginEditor class from the customization bundle to the project-editors bundle * update clients in the Customization and DSML Validation components * fix a bunch of operations that didn't work * add missing operations required by the new Dev Tools actions * complete some unimplemented APIs * add a comprehensive JUnit test suite covering all of the project-editors API Change-Id: I6a699d93909f61099226ceb994140f03ea99a70f
2015-08-21[releng] Neon-1.2.0 modification step by stepQuentin Le Menez1-16/+13
Change-Id: I9126d707fecad85c9b5384b35074deba995b6527 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2014-09-15[Releng] Change plug-ins version to 1.1.0Camille Letavernier1-11/+11
2014-08-20[Releng] Update versions to 1.0.1Camille Letavernier1-11/+11
2014-03-14[Releng] Fix dependency versionsCamille Letavernier1-1/+1
2014-02-27iBug 315231 - [All Diagrams] Direct Edit : Xtext / Papyrus integrationAnsgar Radermacher1-1/+2
- Added support for Collaboration use and ConnectionPointReference editors
2014-02-27315231: [All Diagrams] Direct Edit : Xtext / Papyrus integrationCamille Letavernier1-1/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=315231 Migrate the following grammars to the new integration framework: - Message - Parameter - Port - Transition Remove some dependencies to infra.gmfdiag.xtext.glue The following grammars still depend on the gmfdiag.xtext.glue plug-in: - Connection Point Reference - OCL Constraints - Stereotype Property
2013-11-13263430: [General] Add relengCamille Letavernier1-20/+23
https://bugs.eclipse.org/bugs/show_bug.cgi?id=263430 Luna: Update plug-in version numbers to 1.0.0
2013-09-02Applied patch from ItemisArnaud Cuccuru1-21/+19
Signed-off-by: Arnaud Cuccuru <arnaud.cuccuru@cea.fr>
2013-07-04[Releng] Update Papyrus version to 0.10.1cletavernie1-19/+22
2013-05-03368806: Juno contribution: org.eclipse.xtext.gmf.glue_0.9.0cletavernie1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=368806 406509: Papyrus contributing a plugin under another project's namespace https://bugs.eclipse.org/bugs/show_bug.cgi?id=406509
2013-03-14400146: IllegalStateException on UmlMessage.xmicletavernie1-7/+6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=400146 Regenerate the XText grammars for Kepler
2012-09-18Kepler: Update plug-in versions to 0.10.0cletavernie1-18/+19
2012-09-17380517: [Papyrus] We should use explicit plug-in dependencies whenever possiblecletavernie1-1/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=380517 + removed some unused dependencies and imports
2012-03-21369525: [xtext] xtext editors do not compile for the new version of eclipse ↵cletavernie1-2/+2
(4.2) https://bugs.eclipse.org/bugs/show_bug.cgi?id=369525
2012-01-26369525: [xtext] xtext editors do not compile for the new version of eclipse ↵ptessier1-1/+0
(4.2) https://bugs.eclipse.org/bugs/show_bug.cgi?id=369525
2011-11-07362162: [Architecture - Refactoring] The plug-ins should be renamed to match ↵vlorenzo1-2/+2
their layer's qualified name https://bugs.eclipse.org/bugs/show_bug.cgi?id=362162
2011-11-04362162: [Architecture - Refactoring] The plug-ins should be renamed to match ↵cletavernie1-3/+3
their layer's qualified name https://bugs.eclipse.org/bugs/show_bug.cgi?id=362162
2011-11-03362162: [Architecture - Refactoring] The plug-ins should be renamed to match ↵vlorenzo1-7/+7
their layer's qualified name https://bugs.eclipse.org/bugs/show_bug.cgi?id=362162
2011-11-02362162: [Architecture - Refactoring] The plug-ins should be renamed to match ↵vlorenzo1-0/+34
their layer's qualified name https://bugs.eclipse.org/bugs/show_bug.cgi?id=362162

    Back to the top