Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-06-01Revert "Bug 533804 - [Diagram] Update batik dependencies for 1.9.1"Quentin Le Menez1-1/+1
- This reverts the migration to Batik 1.9.1 as the problems encountered warrant to postpone it This reverts commit aea9db22620bbc8b466b48ea7dd958bd004c91e4. Change-Id: I15546c71d6a1868773a78459e604fe0babefbf6b Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-06-01Bug 528895 - [Quality] Field modifier should follow convention orderBenoit Maggi3-5/+5
- use correct order for field modifier - add missing header - replace C<>line by Celine Change-Id: I2608484da46215dbd65a1e85d47d0aa7706feb58 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2018-05-31Bug 532101: [AFViewpoints] Make AF editor fasterMaged Elaasar21-42/+57
Bug 532104: [AFViewpoints] Transform your Workspace reference to platform reference - Simplified the AF model wizard by defaulting the root to be Architecture Domain. - Extended the Load Resource action in the AF editor to allow loading AF models from the running platfom. - Added a Resolve All action that can be used on any object in the editor to quickly resolve related references. This can be used on a loaded AF model (from workspace or running platform) to also load its dependencies like elementtypeconfigurtion and palleteconfiguration files. - Made the architecture, elementtypesetconfigurtion, nattableconfiguration, and paletteconfiguration resources extend of a common base class that supports default load/save options. This base class also makes the cross references persist using platform:/platform URIs but upon load, they may resolve to platform:/resource if the resource is available in the workspace. - Refactored uml.architecture, all the elementtypeconfiguration, all palletteconfiguration, and all nattableconfiguration models by changing their cross references to platform:/plugin URI format. - Fixed PasteEObjectConfigurationItemProvider to make the containment reference axisIdentifier show in the editor/property sheet as a containment reference (was necessary to convert its cross references properly) Change-Id: I69b82f53670cbb81e9117ce82c61d7c898080c93 Signed-off-by: Maged Elaasar <melaasar@gmail.com>
2018-05-31Bug 535388 - [Quality] Remove reference to unknown schemaBenoit Maggi1-1/+0
- remove reference to non existing schema/aspectToolProvider.exsd (it was removed last year for palette refactoring) - use existing ValueSpecificationAction.gif icon instead of non existing icon ValueSpecification.gif - remove duplicate groupId in pom.xml - remove unused import and unused value Change-Id: If827cec2c8c8e1d437a1ddc549940be86ece881a Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2018-05-28Bug 535209 - [Quality] Remove unused import/variable warningBenoit Maggi2-1/+3
- 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 Maggi25-0/+25
- 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-05-16Revert "Bug 518452 - [releng] [photon] Update with the new gmf runtime ↵Quentin Le Menez1-2/+2
update site" This reverts commit 9b586fc1cf795254e351a85590d9e21d2ccae017. Change-Id: I3cb4c99429a6fb2e83ab5c8222310a4820b873ba Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-05-16Bug 518452 - [releng] [photon] Update with the new gmf runtime update siteQuentin Le Menez1-2/+2
Change-Id: I361e43772b3a1e85e42bf7f41b5442944f747888 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-05-14Bug 533606 - [Toolsmiths][ProfileMigrationTool] It should be possible toPauline DEVILLE7-0/+364
add migration action from extension point Change-Id: I63dde22d231876cb8c1c9ed0ac7912fafe6bb3cb Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2018-04-22Bug 533804 - [Diagram] Update batik dependencies for 1.9.1Quentin Le Menez1-1/+1
- Update the targetplatforms to set the required dependency to 1.9.1 from the latest M6 Orbit repository - Rebase the platforms on the latest integration builds Change-Id: Ib57fb5c3b322fcd880ec4f7a7d1ba06b9bfea2a2 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-04-21Revert "Bug 533804 - [Diagram] Update batik dependencies for 1.9.1"Quentin Le Menez1-1/+1
- a compilation error was introduced by this change, this needs to be reverted until resolved. This reverts commit 0bdf62f7a9968d362c762f84a5a3e6da34f9f7a9. Change-Id: Idfb6e8ebd7f04654e22bb017e61d3cd6ea36b65d
2018-04-20Bug 533804 - [Diagram] Update batik dependencies for 1.9.1Quentin Le Menez1-1/+1
- Update tests and dependencies to the new architecture and version - Update the targetplatforms to set the required dependency to 1.9.1 from the latest M6 Orbit repository Change-Id: I07824370934a51062038d382597330833e5ee801 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-04-19Bug 527664 - [AFViewpoints] Architecture Model Editor removeMaged Elaasar1-1/+3
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-04-11Bug 533457 - [Toolsmiths] Name and provide missing in profile migrationBenoit Maggi6-4/+13
plugins - add plugin.properties in build.properties - add Bundle-Localization: plugin - add Automatic-Module-Name to prepare for Java 9 Change-Id: I65a02a95ce1a9b53693297359a4afd8b0a6bab85 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2018-04-10Bug 531643: [Table] Remove all table files creation from the Papyrus New ↵Vincent Lorenzo3-3/+6
Wizard, excepted NattableConfiguration file - Edit the genmodel, setting generate editor and generate wizard to false for all EPackage, excepted nattableconfiguration package - Remove all customs editors - Remove the tests plugins org.eclipse.papyrus.infra.nattable.model.editor.test - Create a NattableConfigurationResource with the same options than the removed custom editors - Change path contribution for the NattableConfiguration wizard - Set nice icons for the NattableConfiguration wizban and the NattableConfiguration resource Change-Id: I6384e45036a35fe026fcdf2aa65b63d49177159b Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2018-04-02Fix build issues resulting from recent changes for Bug 518452Maged Elaasar3-5/+5
Change-Id: I1a34138a2c1fa8396565ba8d411a64b915e47176 Signed-off-by: Maged Elaasar <melaasar@gmail.com>
2018-03-26Bug 532709 - Generated elementtypeset should have an xmi:idBenoit Maggi1-2/+1
- restore old version for applystereotype ids - add some Automatic-Module-Name for java9 compatibility Change-Id: Ie50c229fa52e0256c3e208ed84cd8cef82127a8e Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2018-03-23Bug 532639: [Table][Matrix] System shall enable to specify the creation ↵Vincent Lorenzo3-8/+6
location of relationships created using a matrix editor. Change-Id: I4ffde565f069e65c85c838bd14aebb4b809c61b7 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2018-03-22Bug 532709 - Generated elementtypeset should have an xmi:idBenoit Maggi7-13/+20
- add xmi:id to generated elementypeset - add suffix applysterotype in identifier for applysterotype advice - add Apply Stereotype ... in description - set Java 8 as minimal version (required in reality since oxygen) - add Automatic-Module-Name in MANIFEST.MF (required for Java 9 compatibility) Change-Id: Ia7d610c9dcc0bfa7c0b8848fa587fb5e5bab7aca
2018-03-21Bug 525483 - [Toolsmiths] Profile changes management and model migrationPauline DEVILLE97-0/+10008
Change-Id: Id5b2081df69458ef48821f492929b107a1d2ef4f Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2018-03-12Bug 518452 - [Releng] [Photon] Amend the new Toolsmith releng processQuentin Le Menez38-0/+6958
- Add a new buildafter script for the next toolsmiths release - Correct missed dev references - Wire the toolsmith plugins to the toolsmith build Change-Id: Ie4fc56fd9526ecd24597733b7ab5bc6a7a9b9d42 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-03-11[Releng] [Photon] Delete old Dev framework and add a new Toolsmiths oneQuentin Le Menez707-4/+66044
- Delete the old Dev releng profile and replace it with a Toolsmith one - Add new features: Junit, Releng, Diagramgen and Debug to be released - Move the junit framework at the root of the junit test folder - Remove Toolsmiths from the main build as it will have its own - Repopulate the SDK feature and distribute the excess features in theit own root parent - Add a new views feature - Moved the assistants to the toolsmiths folder and put them in the toolsmiths build Change-Id: I1c0331b25607baaf1cfcc635d9c7b0d9c6d73e63 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-01-18Bug 528421: [API Tools] Change default settings for Papyrus projectsCamille Letavernier4-7/+129
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528421 - Add missing API Tools natures to all projects - Propagate project preferences to all projects using Oomph (Includes missing JDT.Core and JDT.UI preferences) Change-Id: I6c8de65bffd9b1c2cbf4976b86aeaccd6b8f87f0 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 Menez18-1171/+1171
- 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-11-27[Quality] Replace enterprise id by nameBenoit Maggi2-2/+2
Replace/by VL222926/Vincent Lorenzo PT202707/Patrick Tessier QL238289/Quentin Le Menez RS211865/Remi Schnekenburger AC221913/Arnaud Cuccuru JC236769/Juan Cadavid Change-Id: I2f3311671289d81c93ab12b74b9cb1940618b3ee Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-10-18Bug 526009 - [Matrix][Filter] add new UML Expressions to manage the caseAsma Smaoui1-1/+1
of inherited Stereotype * change pom.xml * remove reexport from manisfest.mf * add doc * use API Baseline to increment the plugins version and update all depending plugins versions too * add icons to both added uml expressions * reset to platform:/plugin in ctx file * update the uml expressions MM * re generate code * add custom code * update properties * add junit test Change-Id: I42eceb584011d267488da517ad799fe542566824 Signed-off-by: Asma Smaoui <asma.smaoui@cea.fr>
2017-09-06Bug 521572 - [General] Various cleanupsPierre GAUTIER4-7/+7
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-01Bug 521572 - [General] Various cleanupsPierre GAUTIER6-2/+12
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-29Bug 520271 - [Property View] Generator should ignore redefined properties.Vincent Lorenzo2-2/+2
Change-Id: I5d73f2441ff5e23f937ab155488cf29fb249a65c Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-08-07bug 517752 - Papyrus views have the project name in their titlesFrancois Le Fevre1-1/+1
Actions -assign right category for the views -removing papyrus word for view -adding default Papyrus icon when missing -adding a wizard category for table -typo correction -rebase on master Tests -start runtime and check views Change-Id: If12a6f47b20ff8c174198f31082dff1d7412a674 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=517752 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-08-03Bug 520456: [archi] typo in .project naming in toolsmiths Francois Le Fevre1-28/+28
Actions -corection of typo Tests -import projects as maven and eclipse project, check the consistency Change-Id: I5e85835de38c4cdcda942085016996ffcdc32946 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=520456 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-06-06Bug 516901 - Replaced references to Architecture model elements by theirMaged Elaasar1-2/+1
unique ids instead. This will avoid such elements being loaded in user model resource sets. Also, refactored the Architecture metamodel by moving the id and icon attributes to ADElement so that all elements in the model have them. This also include refactoring of the uml.architecture model to give ids to various diagrams and tables. Also, changed the UMLDiagramReconciler_1_3 to put the diagramKindId attribute instead of the diagramKind reference in the PapyrusDiagramStyle. Also, change the UMLTableReconciler_1_3 to a) test the proxy URI of the old prototype instead of name (since the legacy viewpoint configuration models were deleted earlier resulting in proxies) and to set the tableKindId instead of changing the prototype (which is now deprecated). Change-Id: I99413c1dd6daeaf395fc8c70b8b7ed2e0573acd1 Signed-off-by: Maged Elaasar <melaasar@gmail.com>
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-06-01Bug 516570 - [Toolsmiths][DSML Custo][Table] add the management of tableFrancois Le Fevre19-10/+584
configuration Actions -adding table data -model generation Tests -generation of a basic plugin Change-Id: Id39ae879ba20a7ceb1753c7919c87bd93dad58b1 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-30Bug 516568 - [Toolsmiths][DSML Custo][Palette] add the management ofFrancois Le Fevre26-50/+1154
palette Actions -model modification -regeneration of custo without sucess, manually editing files -ui design Tests -create a plugin based on the following signature <extension point="org.eclipse.papyrus.infra.gmfdiag.common.paletteDefinition"> <paletteDefinition ID="org.eclipse.papyrus.sysml.diagram.blockdefinition.paletteconfiguration" class="org.eclipse.papyrus.infra.gmfdiag.common.service.palette.ExtendedPluginPaletteProvider" name="Papyrus SysML blockdefinition editor Plugin Palette" path="palettes/PapyrusSYSMLBlockDefinitionDiagram.paletteconfiguration" provider="Eclipse Modeling Project"> <Priority name="Lowest"> </Priority> <!-- Specify diagram this palette tools relate to --> <editor id="org.eclipse.papyrus.sysml.diagram.blockdefinition"> </editor> </paletteDefinition> </extension> Change-Id: I01e97dba8860856c416e1eec5042c238dec91fbf Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-05-30Bug 517424 - [Toolsmiths] duplicate in artifact idFrancois Le Fevre4-4/+4
Actions -add -toolsmiths for parent pom Tests -no Change-Id: Icb7856edb5d48fae5a380cc0518fc7ea3362da19 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-05-22Bug 516106: [Expressions] Papyrus must provide a developer tool to generate ↵Vincent Lorenzo15-0/+855
ExpressionCatalog for Uml profile Change-Id: I1ec67865f1d1acb6e2b1dac4ee73be02c488c31c Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-05-15Bug 516220 - [Toolsmiths][DSML Custo][ModelTemplate] add the managementFrancois Le Fevre18-450/+688
of di and notation files Actions -adding the di and notation files management -seeting the UI Tests -starting a remote instance and creation of a project throught the wizard. Change-Id: Ia48fa7840a390720af6c697ca10bd9cf88eb9293 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-05-10Bug 515235 - [Architecture Framework] Palette Configuration shall beBenoit Maggi3-38/+31
have a better integration to AF - add a property palettes in Meta model - remove old customePalette in Meta model - the palette application filter should be done with the name of the PapyrusDiagram defined in the architecture (currently the key, hopfully will be changed for an id field) Change-Id: I7a4163874bbb94f92bd76043d956ee8e79b4a6bb
2017-05-10Bug 516177 - [Toolsmiths][userxp] group new File under two new foldersFrancois Le Fevre1-1/+2
Actions -declaration of secundary category -migration of new element into category Tests -start runtime and check the presence of menu Change-Id: I17b94d34b2a6b105c907aea3a83b06b10a947a15 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-05-09[releng] Update plugin version for Oxygen releaseFlorian Noyrit1-1/+1
- Update plugin version numbers using Neon.3 as baseline - Add appropriate @since annotations to non-generated code Change-Id: I731bd059466c0caa4b5e0bf0576f0ff5d31f8967
2017-05-05Bug 516087 - [Toolsmiths][palette] rename the plugin to respectFrancois Le Fevre34-48/+48
convention Actions -rename the plugin (package,.project etc..) -update feature.xml Test -look for plugins that are using customization.palette: not found Change-Id: If4585e2e200ea5aaa4fd40ff3c6891679fefd42f Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-05-05Bug 516081 - [Toolsmiths][userxp] homogenize the New... menu in order toFrancois Le Fevre1-1/+1
highlight all papyrus extensions Actions -externalize string -add papyrus as prefixed to allow a good filter -nattable remove a project true Change-Id: Id97aea28292601ca074a6763a318d761beef8688 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-05-05Bug 516083 - [Toolsmiths][customization] switch to uml papyrus modelFrancois Le Fevre33-0/+837
Actions -generation uml papyrus model -creation of a class diagram -code generation with the new version of genmodel Tests -no code changed Change-Id: I1b39a2b51ea30da9649318222652ffa00e032aaf Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-04-14Bug 512343 - [Palette] Papyrus Palette framework should be refactoredMickael ADAM34-2/+6158
Change-Id: I4170f878f144bc9e47ed21f1f3beaeb53911a887 Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
2017-02-21Bug 511990: [Toolsmiths] plugin org.eclipse.papyrus.toolsmiths provides ↵Vincent Lorenzo37-5551/+5279
exception in the console - This patych fix renaming bugs: - some toolsmiths have been renamed into customization - some customization have been renamed into toolsmiths - extension point has been renamed to be consistent with the new plugin name - file TestConfig.xmi seemed useless, so I remove it - I did hand tests, wizard works fine Change-Id: Ia223ed9ed3bbf07b766d9f011f9c96c8beba680f Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-01-25Bug 510506 - [Toolsmiths] migrate oep.customization inFrancois Le Fevre88-0/+8077
plugins/toolsmiths changes: -migration of customization in toolsmiths -rename the package -regenerate the code by editing the genmodel -migrate models under models keypoint: -plugin begins before to extra Change-Id: Id2fce5633e999e3f92802f4f632e871483bfbd1a Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>

Back to the top