Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-03-11[Releng] [Photon] Delete old Dev framework and add a new Toolsmiths oneQuentin Le Menez28-3027/+0
- 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-09Bug 515367 - [releng] Uniformization of the end of lines to Unix standardQuentin Le Menez13-1175/+1175
- 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-09-01Bug 521572 - [General] Various cleanupsPierre GAUTIER2-0/+4
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-22Bug 518452 - [releng] [photon] Git management and releng traceabilityQuentin Le Menez2-4/+4
- Update the CBI aggregator reference to the latest 4.7 Change-Id: Ibd151fdd8a3e9acad358350584eea6edf9d42d7a Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2017-05-17Bug 516776 - [releng] no update of papyrus developer and toolsmiths due to ↵Quentin Le Menez1-1/+1
update with target platform on fr.obeo.releng.targetplatform - Was a bit too hasty upon removing the resolution optional, which told the installer that it needn't have the preinstalled dependency if the user wanted to install it Change-Id: Ib7879aa81528390eb4e7d2d9f5dda644cc907623 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2017-05-16[releng] [oxygen] Update releng toolsQuentin Le Menez1-3/+3
- the hard dependecy to guava 21 introduce conflicts Change-Id: I6e49fe9d9a0ea60cf64209a44f3234c434c32e6c Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2017-04-06Bug 514332 - Papyrus should never reexport non-singleton pluginsBenoit Maggi1-1/+2
- remove Required-Bundle Guava (and their re-export) - use package import for Guava dependencies Change-Id: Ie1e383b6b8ed1d57747345c2788c0c63de1f08bb Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr> Signed-off-by: Florian Noyrit <florian.noyrit@cea.fr>
2017-03-24[releng] [oxygen] Update guava dependencies to 21.0.0Quentin Le Menez1-1/+1
- Update target definitions to the latest orbit repository and set guava dependecy to 21.0.0 - Update MANIFEST.MF guava version references to 21.0.0 throughout the repository - regenerate the target platforms - update the sdk feature.xml to point on guava 21.0.0.v20170206-1425 from guava 15.0.0.v201403281430 - modified manifests and java classes to fit the new API - ameneded the tests on guava version targets in the manifests Change-Id: I7d15679cd28585f6ea517466e70bc0848dd3179d Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2017-03-15[releng] [oxygen] update guava referencesQuentin Le Menez1-1/+1
- test migration to 15.0.0 from 11.0.0 Change-Id: I3c9cb6392ebbfe214540261e500b9046724aa075 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2017-01-09Bug 508512 - [Core] respecting maven conventionFrancois Le Fevre1-1/+2
-adding pom.xml -adding the schema in the header enabling to remove the warning in eclipse Change-Id: I8ab35fb6c6a696c5feb44aa5236db1c02e86f08e Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2016-11-23[Releng] [Oxygen] Update to the new Aggregator fileQuentin Le Menez1-1/+1
- Forgot the name update on previous patch - Rettriger gerrit Change-Id: I1932cb491b96a6404d931618363aa558d473c0ad Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2016-11-22[Releng] [Oxygen] Update to the new Aggregator fileQuentin Le Menez5-17/+20
Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2016-11-02[Releng] Update target definitions for latest Oxygen aggregation.Christian W. Damus1-2/+2
Also update Dev Tools for new CBI b3 tooling schema, version, and repository. Change-Id: I021bcf80e26805e99088f04ce64600e71c723750
2016-05-12Bug 492723: [Releng Tools] Improve the *.tpd updater to support updatingCamille Letavernier6-215/+617
an entire project at once https://bugs.eclipse.org/bugs/show_bug.cgi?id=492723 - Refactor the UpdateDependencies logic out of the handler, to allow programmatic usage - Add a new global handler to update *.tpd files and generate *.targets for them in a single operation Change-Id: I61b110bbfe7270b15bb917ce898c922cc27c8211 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2016-04-29Bug 492375: [Releng] Define a Target Platform to improve buildCamille Letavernier10-115/+360
performances https://bugs.eclipse.org/bugs/show_bug.cgi?id=492375 Change-Id: I5d454d4a1920bd407f6ca20d3a112c662610914d Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2016-03-03Bug 485220: [Architecture] Provide a more modular architectureChristian W. Damus2-0/+104
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. Damus2-55/+68
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
2016-02-13Bug 485220: [Architecture] Provide a more modular architectureChristian W. Damus1-4/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485220 Fix the actual problem with the dev build's bundle dependency resolution, which is that the infra.gmfdiag.css.debug bundle's parent module was not the dev releng module of which it was a child.
2016-02-13Revert "Bug 485220: [Architecture] Provide a more modular architecture ↵Christian W. Damus1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485220" This reverts commit f050d4119a2316b27588076d4fc90152773fc019.
2016-02-13Bug 485220: [Architecture] Provide a more modular architectureChristian W. Damus1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485220 Fix build failure to resolve bundles in referenced p2 repositories by restoring the missing <groupId> elements in the POMs which, as it turns out, are not inherited from the parent module, despite what the m2e validator says. Change-Id: I62dacc9c70c940d28c3c02e1e35c8f874a7d3df0
2016-01-04[Releng] Dependency updater toolChristian W. Damus4-20/+42
Ignore equivalent URL prefixes in detecting suspicious updates
2015-12-02[Releng] Use a variable for the Eclipse Download Server, to improveCamille Letavernier3-14/+16
performances when building on the Eclipse build server - The download server is now represented with a variable in the parent POM, so we can access it either via HTTP or filesystem. It could also be used to access a specific mirror - The Dependencies Updater script has been updated accordingly - The Dependenncies Updater script has been fixed to properly update POMs (Regression introduced by the previous change) Change-Id: I5f3df38a8fcbba1a3c706ee3a48e6eee6e367d73 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-11-12[releng] Factorize repositories definitions to root pom. Add aFlorian Noyrit1-0/+51
dependency Updater to update properties-based repository definitions Change-Id: Ia520feeeb83e4617f02a795851e772b50f00b0b2 Signed-off-by: Florian Noyrit <florian.noyrit@cea.fr>
2015-08-21[releng] Neon-1.2.0 modification step by stepQuentin Le Menez2-3/+3
Change-Id: I9126d707fecad85c9b5384b35074deba995b6527 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2015-06-11469953: [Releng] Update the build to support a global POMCamille Letavernier1-2/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=469953 Change-Id: I050cf9dbbdd5705aaf8d45f2db3458226d148002 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-06-04[Releng] Developer tools workingsets model dependencyChristian W. Damus1-1/+2
Restore setup.workingsets bundle dependency in the releng tools and fix the original build problem by adding the required bundle dependency to the Papyrus Setup Model (irony).
2015-06-04[Releng Tools] Update for plug-in refactorings in Oomph 1.1Christian W. Damus1-4/+3
2015-06-03[Releng] Fix Releng Tools to install all required Oomph dependenciesCamille Letavernier1-1/+2
Change-Id: Idfc3d6d2a1961f67984233cd027b680af53e401b Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-05-20[Releng Tools] Use mandatory dependencies to Oomph, to avoidCamille Letavernier1-3/+3
installation issues Change-Id: I6431e6543466a7d5546d58f05ca462c809744b2e
2015-05-05[Releng] Add dependency from Releng Tools to Oomph WorkingSets; UpdateCamille Letavernier1-2/+2
dependencies to Mars M7 (Warmup) Change-Id: Id17396bd119eca8f99284d624786e605de57785d Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-02-23[Releng Tools] Dependency updater improvementsChristian W. Damus2-37/+290
Improve user experience when cancelling at any stage. Add confirmation check for rolling back interim builds of EMF and similar projects (e.g., UML2) to the previous milestone. When multiple dependency updates in a file look suspicious, prompt for all at once in a single dialog instead of repeatedly putting up dialogs for each one.
2015-02-09[Releng] Updating dependencies in multiple filesChristian W. Damus13-528/+482
Enhance the dependency updater tool to support updating dependencies in multiple selected files. A single command handler now dispatches to concrete DependencyUpdaters discovered automatically from the classpath. Also added a check to prompt the user when updating a dependency with a URL that looks quite different, in case it might be rolling back an integration build to a previous stable build or something other suspicious change. The user is only prompted once per dependency (the same decision applied to all selected files).
2015-02-02Bug 458960 - [releng][Developer] All dev plugins should be in the buildBenoit Maggi1-0/+14
process - add all compiling plugin to top-pom-dev.xml Change-Id: I51e8ee6db2ceba63202b06ce65ab6fef56426d11 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-12-17[Releng] Add support for updating dependencies of multiple streams in the ↵Christian W. Damus5-10/+107
setup model
2014-10-01[Releng] Update Oomph setup for Mars M2 and new nightly build repositoriesChristian W. Damus2-6/+34
Also fix the releng updater tool to ensure formatting consistent with the EMF-based Setup editor.
2014-09-15[Releng] Change plug-ins version to 1.1.0Camille Letavernier1-7/+8
2014-09-12[Releng] Add an Oomph setup model targlet repository update annotation actionChristian W. Damus6-9/+451
To simplify the job of releng maintainers, add a content-menu action for targlet repositories in the Oomph Setup Editor that lets the user select any number of targlet repositories and set update annotations by choosing contribution for each from the B3 aggregation model.
2014-09-12[Releng] Oomph setup model clean-upChristian W. Damus1-4/+39
Remove EcoreTools from p2 director task, which interferes with installations based on the Eclipse Modeling Package. Rework the annotation format for B3 aggregation based updates of targlet dependency repositories, using a conventional EMF-style source URI that the Setup editor won't flag with invalid URI format error markers.
2014-09-12[Releng] Add support for Oomph setup models to the B3Aggr-based dependency ↵Christian W. Damus4-22/+213
updater tool Support annotations on targlet repository elements with source like updateFrom:<component-name>:<repo-index> to update dependency repository URLs automatically.
2014-09-10[Releng] Update Papyrus Oomph setup model for Luna SR1Christian W. Damus2-0/+352
For static profile generation, developers need the UML2 SDK and EMF SDK. The Releng project imports a new plug-in org.eclipse.papyrus.releng.tools that needs the B3 Aggregator in the PDE Targlet. Also synchronize that new plug-in's project preferences with the Papyrus standard settings.
2014-09-04[Releng - Dev Plug-in] New plug-in to update RMaps/POM dependencies fromCamille Letavernier18-0/+812
B3 Aggregation model

    Back to the top