Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2024-01-05Bug 582075 - [Releng] Update target platform for 2023-12Pauline DEVILLE1-2/+2
Update code to be based on new gef api Change-Id: I708584c2bca2911902ae33745e253749c948375b Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2023-05-09Revert "Bug 581848 - [Releng] Revert patches to move to Java 17 as it breaks ↵Quentin Le Menez1-1/+1
Papyrus" - Remove the latest gef-classic to point on the 2023-03 train pending patch for 2023-06 - Update pom plugin versions to the lates available This reverts commit 0d39a60b55419f8d41f47311fedff762ed028062. Change-Id: I2473af5176c49daa45d944de2fb0d2f6581c3484 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2023-05-03Bug 581848 - [Releng] Revert patches to move to Java 17 as it breaks PapyrusQuentin Le Menez1-1/+1
Change-Id: I62f9d7bcb2f6750c4e97ce292423281c6c3c598b Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2023-05-03Bug 581848 - [Releng] Move to java 17Pauline DEVILLE1-1/+1
- Fix java references in Manifests, settings and classpaths Change-Id: Ia058bbf2403aa2cb8d8188c5aac0421e179ab513 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2020-11-09Bug 564770 - [Releng] Migrate to Java 11 and 2020-12 trainQuentin Le Menez1-1/+1
- second pass on the manifests, classpath and settings files for java 11 compliance - corrected missing manifest dependencies - seems to be a problem with the uml.tests.suite getting stuck Change-Id: I225f06da4f854f1b86fa1361fcc2a8e2fd3f0231 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr> Also-by: Vincent Lorenzo <vincent.lorenzo@cea.fr> Also-by: Patrick Tessier <patrick.tessier@cea.fr>
2020-11-09Bug 565020: Remove all reexported dependenciesVincent Lorenzo1-20/+13
- update pom version - update manifest project version - remove all re-export - add all missing required dependencies (with developped tooling + add many others required handly) - remove the optional attribute (and maybe others) - update target platform - fix 2 features verify manually: - infra.architecture - infra.constraints - infra.core - infra.emf.expression - infra.emf - facet.editor - facet make in ignore org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsForPackage_none() Change-Id: Id83401c9c46ab360214407572c4d5bd35cb8c03e Signed-off-by: Vincent Lorenzo <vincent.lorenzo@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-04-19Bug 527664 - [AFViewpoints] Architecture Model Editor removeMaged Elaasar1-1/+2
CreationCommandClass property value Converted the Creation/ConversionCommandClass properties in the architecture editor to be of type string instead of Class. They can now reference class names from the workspace (on their project's class path). Also added validation rules for that. Finally, I added a Browse... button in the property sheet to help put values for them. remove some reexport increase version to take in account API tool Change-Id: I6792449fbee70b089f83780c4935242fff72d50b Signed-off-by: Maged Elaasar <melaasar@gmail.com>
2018-01-09Bug 515367 - [releng] Uniformization of the end of lines to Unix standardQuentin Le Menez1-41/+41
- Format the EOL of all the files matched by: grep -rIUs . | xargs -Ifile dos2unix -k 'file' Change-Id: I5c41d540a9a67b50de9b912ab35e16cc9a912961 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2017-06-02Bug 517539 - [All] Update UML2 dependency for all Papyrus pluginsQuentin Le Menez1-1/+1
- Update plugins dependencies to uml2 - Add a new test to verify uml2.uml versions during bundle tests - Update plugin versions due to new reexported versions and other manifest changes Change-Id: I524eb4474eb6dd7de6f97ce118f144c28590773b Signed-off-by: Quentin Le Menez <quentin.lemenez@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>
2017-03-30[releng] Update plugins and feature version numbers for Oxygen withFlorian Noyrit1-1/+1
Neon.3 as baseline Change-Id: Icb3b699de6846ce60370a1fedc169e1df741ace2
2016-08-28Bug 443799 - Fix potential bugs identified by FindBugs in oep.infra.*Florian Noyrit1-4/+4
Bug 499554 - Oxygen release version number moved to 3.0.0. Change-Id: I8e112db7175a5b89eb9b37973639627a6c29e007
2016-03-21Regenerate ALF parser.jeremie.tatibouet1-37/+41
Update version number to 2.0.0 for: - oep.uml.alf. - oep.uml.alf.ui. Fix missing dependency ranges. Change-Id: Ic233566df1b6e90e8ec4791cca1c0b132c5963cb Signed-off-by: jeremie.tatibouet <jeremie.tatibouet@cea.fr>
2016-03-03Bug 485220: [Architecture] Provide a more modular architectureChristian W. Damus1-2/+2
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-49/+37
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-9/+10
Change-Id: I9126d707fecad85c9b5384b35074deba995b6527 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2015-03-24462954: [ALF] Integrate the new ALF grammar & toolingJeremie Tatibouet1-4/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=462954 - Squash the committers/cletavernie/alf-integration branch Also-by: Ed Seidewitz <ed-s@modeldriven.com> Also-by: Arnaud Cuccuru <arnaud.cuccuru@cea.fr> Signed-off-by: Jeremie Tatibouet <jeremie.tatibouet@cea.fr>
2015-02-11Bug 459566: [Releng] Consider letting Tycho use JDT's project settings for ↵Christian W. Damus1-1/+1
compilation https://bugs.eclipse.org/bugs/show_bug.cgi?id=459566 Add Tycho compiler's <useProjectSettings> to the plug-in management in the main top POM to ensure that each project's build preferences are respected. This does require removing a few {@link}/@see references to restricted API in doc comments to work around a bug in Tycho (459554). A great many plug-in projects using 1.6 source constructs (mostly @Override of abstract methods) failed to declare 1.6 requirement either in the BREE, or the classpath/compiler settings, or both. Change-Id: Ia73b592fff8d46eaf0bc628b6e21d1e758ff0c64
2014-09-15[Releng] Change plug-ins version to 1.1.0Camille Letavernier1-8/+8
2014-08-20[Releng] Update versions to 1.0.1Camille Letavernier1-8/+8
2014-04-03[Releng] Remove remaining dependencies to GMT Xtext GlueCamille Letavernier1-1/+0
2014-03-14[Releng] Fix dependency versionsCamille Letavernier1-15/+15
2013-11-13263430: [General] Add relengCamille Letavernier1-11/+13
https://bugs.eclipse.org/bugs/show_bug.cgi?id=263430 Luna: Update plug-in version numbers to 1.0.0
2013-09-02315231: [All Diagrams] Direct Edit : Xtext / Papyrus integrationCamille Letavernier1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=315231 Fix plug-ins version numbers and dependencies
2013-09-02Applied patch from ItemisArnaud Cuccuru1-11/+10
Signed-off-by: Arnaud Cuccuru <arnaud.cuccuru@cea.fr>
2013-07-04[Releng] Update Papyrus version to 0.10.1cletavernie1-10/+12
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-3/+3
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-20/+22
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-04-25Fix plug-in names and providerscletavernie1-1/+1
2012-04-06369525: [xtext] xtext editors do not compile for the new version of eclipse ↵cletavernie1-1/+0
(4.2) https://bugs.eclipse.org/bugs/show_bug.cgi?id=369525
2012-03-21365919: [Architecture - SVN - Build] Rewrite the Buildcletavernie1-1/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365919
2012-03-21369525: [xtext] xtext editors do not compile for the new version of eclipse ↵cletavernie1-3/+2
(4.2) https://bugs.eclipse.org/bugs/show_bug.cgi?id=369525
2012-03-20330176: [All Diagrams] Papyrus shall enable to display stereotype properties ↵ptessier1-4/+2
in a dedicated compartment. https://bugs.eclipse.org/bugs/show_bug.cgi?id=330176
2012-03-20330176: [All Diagrams] Papyrus shall enable to display stereotype properties ↵ptessier1-2/+4
in a dedicated compartment. https://bugs.eclipse.org/bugs/show_bug.cgi?id=330176
2012-03-07330176: [All Diagrams] Papyrus shall enable to display stereotype properties ↵ptessier1-1/+2
in a dedicated compartment. https://bugs.eclipse.org/bugs/show_bug.cgi?id=330176
2012-03-07Share project "org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext" ↵ptessier1-0/+43
into "svn+ssh://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papyrus" see bug 269494

    Back to the top