Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-05-09Revert "Bug 581848 - [Releng] Revert patches to move to Java 17 as it breaks ↵Quentin Le Menez122-205/+207
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 Menez122-207/+205
Change-Id: I62f9d7bcb2f6750c4e97ce292423281c6c3c598b Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2023-05-03Bug 581848 - [Releng] Fix non automatic migration to java 17Pauline DEVILLE2-5/+7
- fix static java references - fix old API references (Field.modifier) that are not required anymore: https://stackoverflow.com/questions/74292063/overwriting-final-fields-in-java-17 - update rcp references Change-Id: Idfc9b310a3694afc529194abb3531f105620acd0 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2023-05-03Bug 581848 - [Releng] Move to java 17Pauline DEVILLE120-200/+200
- Fix java references in Manifests, settings and classpaths Change-Id: Ia058bbf2403aa2cb8d8188c5aac0421e179ab513 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2022-01-12Bug 578182 - [Menu] Wizard of creation of papyrus files should be reorganizedAurelien Didier1-1/+1
Change-Id: Ib3400e902e23223700a3c324d89426bc512635a7 Signed-off-by: Aurelien Didier <aurelien.didier51@gmail.com>
2020-11-09Bug 564770 - [Releng] Migrate to Java 11 and 2020-12 trainQuentin Le Menez122-1432/+1394
- 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 Lorenzo88-376/+493
- 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>
2020-08-07Bug 565361: [ModelExplorer][Architecture Framework] the ArchitectureVincent Lorenzo8-18/+119
Framework must allows to define the Customization to use in the ModelExplorer - create a facet tests feature - contribute tests plugins Change-Id: I3a2806360a7ee9c7ec33f18631197083915651f4 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2020-08-07Bug 565361: [ModelExplorer][Architecture Framework] the Architecture ↵Vincent Lorenzo66-0/+9243
Framework must allows to define the Customization to use in the ModelExplorer - extends Architecture models to support references to EMF Facet Customization - connect this new feature to the ModelExplorer - add a reset button to ModelExlporer toolbar - attach the save of applied customization chosen by the user to the current model instead of the workspace (DialogSettings mechanism) - add documentation - add usecases - add API changes in the dedicated documentation plugins Change-Id: Iafe4c1f088cc139f6de4abd20aa7a1a51232d2a6 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2020-06-05Bug 562935 - Migration to GMF Notation 1.13.0Florian NOYRIT14-26/+20
Migrate dependencies to org.eclipse.gmf.runtime.notation to [1.10.0,2.0.0) Migrate dependencies to org.eclipse.gmf.runtime.notation.edit to [1.8.0,2.0.0) Changed all occurences of http://www.eclipse.org/gmf/runtime/1.0.2/notation to http://www.eclipse.org/gmf/runtime/1.0.3/notation Updated the copy of the notation metamodel in oep.infra.gmfdiag.properties/model to the new 1.10.0 metamodel Fixed some building issues in tests Change-Id: I9bb53de2558b67076f6fa423da522bdcedeb794b Signed-off-by: Florian NOYRIT <florian.noyrit@cea.fr>
2018-11-22Bug 536144 - [EMF Facet] validation of a custom file must be improvedptessier5-4/+139
Change-Id: I7528c23fdf7d4a2ee02dd0fef92e4d0a93322981 Signed-off-by: Patrick Tessier <patrick.tessier@cea.fr>
2018-11-22Bug 539022 - [Releng] Update the API references for version management toolsQuentin Le Menez12-0/+554
- Add missing APIAnalysisNature - Add missing VersionNature - Add missing settings files - regenerate the API baseline Change-Id: I4088d2998402cc10067ee6c85f6a1763d574d28c Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-11-13Bug 536144 - [EMF Facet] validation of a custom file must be improvedNicolas FAUVERGUE3-6/+6
- Manage the failing test depending to the provider of this bungle. Change-Id: I0b555c60b6f712d89fbd6d89da17c078b46e4295 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
2018-11-12Bug 536144: Fix EMF Facet Metamodel bundle buildChristian W. Damus1-5/+6
Include the new non-generated source folder in the build. Change-Id: I660ef19dde8cca3a94e45c6da42be6cd64038c8e Signed-off-by: Christian W. Damus <give.a.damus@gmail.com>
2018-11-12Bug 536144 - [EMF Facet] validation of a custom file must be improvedptessier5-2/+152
- Add classes to validate custom files. Change-Id: I2ca6c2cd377bd9fd94012f65bb7605c19f4ad354 Signed-off-by: Patrick Tessier <patrick.tessier@cea.fr>
2018-11-12Bug 536144 - [EMF Facet] validation of a custom file must be improvedptessier14-8/+13
- move code into src-gen Change-Id: Ifc2097a28a10209689f15d4997afce808fbc451b Signed-off-by: Patrick Tessier <patrick.tessier@cea.fr>
2018-11-12Bug 536144 - [EMF Facet] validation of a custom file must be improvedptessier115-7/+9
- Change the directory of the generated code, move it to src-gen Change-Id: I1cae153f3f45d5fa9c2fe7b7a4d80e6f0308a61c Signed-off-by: Patrick Tessier <patrick.tessier@cea.fr>
2018-08-22Bug 537653 - [EPL] Edti properties filesQuentin Le Menez92-184/+368
- move the plugin.properties files to the new EPL2.0 license - move the build.properties files to the new EPL2.0 license when available Change-Id: Ie860b3d74eb82ce5542b6fbe1f2bfcc67cea02f4 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-08-22Bug 537653 - [EPL] Update genmodel headersQuentin Le Menez15-35/+31
- Corrected or added the default header in the genmodel files - There still needs to be an action done on the generated ones (oep.uml.textedit.*) - Corrected the removed model dependencies - There still needs to be a check on the added properties for seemingly no reason Change-Id: I3348923f0d7784568e38f198cbbfcd2f3721a2d2 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-08-22Bug 537653 - [EPL] Update jdt.ui filesQuentin Le Menez38-38/+38
- amended the org.eclipse.jdt.ui.prefs for the new EPL2.0 license Change-Id: Ibcbef74918057bfa7ac94d341a33ec2f192f1a81 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-08-22Bug 537653 - [EPL] Update text filesQuentin Le Menez6-12/+24
- Update txt references to the new EPL2.0 Change-Id: If2ea65b5b9292833ad6a442adc4361a4c5e6c9f2 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-08-22Bug 537653 - [EPL] Update html doc filesQuentin Le Menez59-68/+104
- facet amend the html doc files for EPL2.0 Change-Id: I0675c17c555922af5a63162a6239793684341145 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-08-22Bug 537653 - [EPL] update about.html filesQuentin Le Menez43-129/+129
- move the about.html files license to the new EPL2.0 - set the correct date on the license Change-Id: Id05bd8e8332e184150df4c8523d45b8840e7941a Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-08-22Bug 537653 - [EPL] Update exsd filesQuentin Le Menez14-117/+217
- move the exsd files license to the new EPL2.0 - add licenses when none was encountered and uniformized the format Change-Id: I75ebc576bbe95b26deae31f35ec023684aa93bea Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-08-22Bug 537653 - [EPL] Update mediawiki filesQuentin Le Menez15-30/+60
- move the mediawiki license references to the new EPL2.0 Change-Id: I0255c230d4882823215df4d6525430a3ff114af3 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-08-22Bug 537653 - [EPL] Update Plugin.xml filesQuentin Le Menez29-58/+116
- move the plugin.xml files to the new EPL2.0 license Change-Id: If5cb1b4097e0e6835d17f49b80bce38bc1d49e67 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-08-21Bug 537653 - [EPL] Update java files headersQuentin Le Menez1143-2286/+4572
- replaced the reference in the java files headers - added the SPDX-License-Identifier Change-Id: Ia376515730e2430e8671c2b5c66f7b510894e5c6 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-06-18Bug 536003 - Remove incubation in All Papyrus Core ProjectsBenoit Maggi1-1/+1
- remove incubation from description - remove duplicate groupid/version in pom.xml - remove useless cast Change-Id: If1617e9660a0b03ac0af65c08592ab4125c2f891 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2018-05-28Bug 535209 - [Quality] Remove unused import/variable warningBenoit Maggi1-2/+0
- fix unused import - move example code from src to src-gen - remove unused variable Change-Id: Ic2d49c57277cc08f1b53027876b4ceab1bea515d Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2018-05-28Bug 535185 - Add Automatic-Module-Name header for Java 9 compatibilityBenoit Maggi39-3/+38
- 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-08Bug 532549 - [Model explorer] Annoying message "Invalid root element: null" ↵Ansgar Radermacher1-2/+0
when changing between pages - Just remove the message, as I don't think it indicates an error. If some handling is required, it can be added later. Signed-off-by: Ansgar Radermacher <ansgar.radermacher@cea.fr>
2018-03-05Bug 530545: [Facet] StackOverFlow when trying to adapt aCamille Letavernier1-1/+1
StructuralFeatureTreeElement to Setting https://bugs.eclipse.org/bugs/show_bug.cgi?id=530545 Change-Id: I2c0b28594cd10278916c069aa7a4d19aae650538 Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com>
2018-01-18Bug 484648: [Model Explorer] Link with Editor does not work with MECamille Letavernier7-4/+252
customized through EMF Facets https://bugs.eclipse.org/bugs/show_bug.cgi?id=484648 Change-Id: I9ac56413a58ce987acf973a87fedba4f1840d632 Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com>
2018-01-18Bug 528421: [API Tools] Change default settings for Papyrus projectsCamille Letavernier1-6/+12
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528421 - Use more flexible options wrt. Constant values and Reexported APIs - Display errors directly in the code rather than Manifest, when relevant Change-Id: I7a48bca8a9a84487957a3d97a8dddfb145cdfd78 Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com>
2018-01-09Bug 515367 - [releng] Uniformization of the end of lines to Unix standardQuentin Le Menez1437-166525/+166525
- 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-12-21Bug 506277: [Facet] Facet Editor : spurious buggy lines ?Camille Letavernier8-91/+137
https://bugs.eclipse.org/bugs/show_bug.cgi?id=506277 - Use Platform scheme aware URI Handler to preserve platform:/ URIs - Mark derived features as transient to avoid serializing them Change-Id: Iff728951f05a4a6e712aa4695bb128b8bd22bee5 Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com> (cherry picked from commit eb17d11fffd7c958a93e4e6237753803e5577d79)
2017-12-14Bug 528776 - [Quality] Remove auto-generated TODOBenoit Maggi13-39/+39
- remove: // TODO Auto-generated method stub // TODO Auto-generated constructor stub // TODO: Auto-generated Javadoc Change-Id: Ia754c343b5dd76c17b34d041ae938318b6030522 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-12-12Bug 528490 - [Quality] Remove plugin and feature string from nameBenoit Maggi2-2/+2
- remove plugin string in plugin name - remove feature string in feature name - fix some duplicated names - extract feature name in feature.properties Change-Id: I23303b5d32390fd01aa903214d430c930618c982 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-12-11Bug 526898: [Facet] LowerBound is modified when trying to set theCamille Letavernier1-2/+2
UpperBound from the Custom Model Editor https://bugs.eclipse.org/bugs/show_bug.cgi?id=526898 Change-Id: I5810d119982bc454ed98aee94302522105b727ab Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com> (cherry picked from commit efda149b63c6c2f9c8c70cd4e52d85c944814c16)
2017-12-06Bug 526899: [Facet] (Some?) multi-valued OCL Queries do not workCamille Letavernier1-0/+4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=526899 Change-Id: I9bd040267ca100bd67dfd65eaf276d651b93796c Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com> (cherry picked from commit 4bdf0da4f79b36416f6432be242a4e5fd199d089)
2017-12-06Bug 526903: [Facet] Empty shells are opened and appear on the wrongCamille Letavernier2-14/+2
screen https://bugs.eclipse.org/bugs/show_bug.cgi?id=526903 - Remove custom shell creation code Change-Id: I120a96ec7c4fe766d3422f8cb0e3417dab50adcd Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com> (cherry picked from commit fd6dd52241c702cfd5bdd5b97b6a372854ad6f6e)
2017-10-11Bug 521572 - [General] Various cleanupsPierre GAUTIER1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572 fix schema file path in plugin.xml Change-Id: Iccec76bbf37461fae51d803223809512219fbc9d Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
2017-09-25Bug 521475 - [userxp] the following plugin logs directly into theBenoit Maggi1-124/+0
console with System.out.println - replace system.out by logs - fix some quality warnings - add missing licenses - export all package at runtime Change-Id: I02879db9ff9ec91cbda577303910420c5a8b0463 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-09-11Bug 521572 - [General] Various cleanupsPierre GAUTIER6-58/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572 - remove empty plugin.xml - update associated build.properties Change-Id: I0ae2ac7e35a2fe98395c0793d9d21cc88135d9cc Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
2017-09-06Bug 521572 - [General] Various cleanupsPierre GAUTIER4-4/+8
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572 fix remaining output 'target/classes' in some .classpath cleanup of various basic build.properties warnings including : - remove useless bin.. - incorrect source.. - incorrect output.. - includes Change-Id: I5bf3480020ab53c8acf1fd6fc35d92377c231eaa Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
2017-09-03Bug 521572 - [General] Various cleanupsPierre GAUTIER39-488/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572 remove unused .pmd and .checkstyle files Change-Id: I26091111fea4afb56e60a911c013f0119f4dec80 Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
2017-09-01Bug 521572 - [General] Various cleanupsPierre GAUTIER82-111/+159
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572 define project-specific, overriding workspace-scoped, preferences for UTF8 encoding and Unix end of line preferences Change-Id: I260d84ab76c08866cd3e8709967d4218d992c095 Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
2017-08-24Bug 520458 - [Wizards] remove the name Papyrus from all wizardsQuentin Le Menez1-1/+1
Actions -remove all papyrus prefix of wizard name, but not for Project and Model Tests -open runtime Review -are we sure we wxant that? Change-Id: Ib0568768b49ce8869a59095c0f38f10623d8c2bb Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=520458 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-05-30Bug 516081 - [Toolsmiths][userxp] homogenize the New... menu in order toFrancois Le Fevre1-1/+1
highlight all papyrus extensions Actions -externalize string -add papyrus as root word Change-Id: I87460d8996d9d522672ead66736efc14081cdf7a Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-05-25Bug 509742: [Model Explorer][Usability] Diagrams owned by an element shall ↵Christian W. Damus1-14/+98
be located first for easier access Define the implicit 'rank' of native model features as zero for the purposes of ordering relative to customization features, which have explicit ranks. Use this in the content provider to insert tree content from native model features in the appropriate relative order and ensure that in new workspaces diagrams and tables are presented before anything else. Users can manually re-order customizations in existing workspaces. https://bugs.eclipse.org/bugs/show_bug.cgi?id=509742 Change-Id: I16124412d74af4b163baeb5d4144d5c171eabd5e

Back to the top