Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-03-30[releng] Update plugins and feature version numbers for Oxygen withFlorian Noyrit3-57/+55
Neon.3 as baseline Change-Id: Icb3b699de6846ce60370a1fedc169e1df741ace2
2017-03-07Bug 513244 - [Discovery Site] Update the discovery to oxygenBenoit Maggi1-2/+2
- update url for the discovery site Change-Id: Ie443884e7e10a50f9cb4bc52e848618fd441a841 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-01-17Bug 472988: DiscoveryComponent.DISCOVERY_PAPYRUS_URI should be configurableEike Stepper1-7/+5
Change-Id: Ie154b04494c2016db8c92f79c5afafadfcd47c28 Signed-off-by: Eike Stepper <stepper@esc-net.de> Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-01-09Bug 508512 - [Core] respecting maven conventionFrancois Le Fevre3-3/+6
-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-08-28Bug 443799 - Fix potential bugs identified by FindBugs in oep.infra.*Florian Noyrit1-12/+0
Bug 499554 - Oxygen release version number moved to 3.0.0. Change-Id: I8e112db7175a5b89eb9b37973639627a6c29e007
2016-05-20Bug 494147: [Discovery Site] Invalid Version comparison in the DiscoveryCamille Letavernier1-1/+1
Site https://bugs.eclipse.org/bugs/show_bug.cgi?id=494147 Change-Id: Ie545221608061d5a056cd71af4fa700ddc2d1270 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2016-03-03Bug 485220: [Architecture] Provide a more modular architectureChristian W. Damus4-9/+294
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. Damus9-232/+325
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-13Revert "Bug 485220: [Architecture] Provide a more modular architecture ↵Christian W. Damus4-5/+0
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. Damus4-0/+5
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-02-12Bug 485220: [Architecture] Provide a more modular architectureChristian W. Damus4-15/+28
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485220 Factor UI dependencies out of the UML Element Types bundle. This includes moving some advices that interact with the user into a new org.eclipse.papyrus.uml.service.types.ui bundle. Pull up the PasteCommandService and IPasteCommandProvider API into the Infra Diagram layer where the extension point is defined. Deprecate the old API in the UML layer. Introduce a service for participation of languages in CSS styling: * styling reset actions in the Reset Style command * access to semantic model classes and properties to make available to CSS Factor PapyrusObservableValue and cohorts out of the UML Tools bundle into the Infra Layer for more general reuse and to relieve the Diagram Infrastructure layer of UML dependencies. The old API remains as deprecated. Remove the Infra Diagram Layer dependency on UML Layer for property testers governing deletion in the diagram. Includes introduction of a new IGraphicalDeletionHelper OSGi service for delegation of the determination of whether an element can be deleted from the diagram and replacement of the XML expression properties * org.eclipse.papyrus.uml.diagram.common.isSemanticDeletion * org.eclipse.papyrus.uml.diagram.common.isReadOnly by * org.eclipse.papyrus.infra.gmfdiag.common.isSemanticDeletion * org.eclipse.papyrus.infra.gmfdiag.common.canDelete (where the latter is the negation of the property that it supersedes) Extract UML dependencies from the Diagram Outline and CSS Editor bundles. Remove unused MDTUtil APIs that referenced a UML-specific annotation. Move the Diagram Infrastructure CSS Palette bundle into the UML layer because it serves to provide extensions on the Palette Service, which is an overtly UML-specific capability. All client APIs for the Properties View are moved from org.eclipse.papyrus.views.properties bundle to a new org.eclipse.papyrus.infra.properties.ui bundle. This includes renaming of: * extension points * label-provider contexts * XWT namespaces Add an "all UI tests" suite. Define a componentized hierarchical build layout of the main plug-ins Change-Id: I43f8f3644857a18b69715f5a2f1da9b1cf286d67
2016-01-05[Releng - Discovery Site] Configure the Neon discovery siteCamille Letavernier1-1/+1
Change-Id: I63a774d7fd00133dd47f543e79524c859b24174d Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-08-21[releng] Neon-1.2.0 modification step by stepQuentin Le Menez6-25/+20
Change-Id: I9126d707fecad85c9b5384b35074deba995b6527 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2015-07-23443799: [Code Quality] Cleanup code according to FindBugs resultsCamille Letavernier2-6/+6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=443799 - Fix additional issues in some infra and customization bundles
2015-06-11469953: [Releng] Update the build to support a global POMCamille Letavernier3-6/+6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=469953 Change-Id: I050cf9dbbdd5705aaf8d45f2db3458226d148002 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-02-17Bug 457266 - Remove pdoc from papyrus repositoryBenoit Maggi12-30/+21
Change-Id: I621a26b4b5fb54cf096817c7859f8628e423645c Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-12-15455232: [extraplugin] extra-plugins cannot been downloaded fromptessier1-1/+1
component discovery https://bugs.eclipse.org/bugs/show_bug.cgi?id=455232 # WARNING: head commit changed in the meantime Merge branch 'streams/1.0-maintenance' of ssh://ptessier@git.eclipse.org:29418/papyrus/org.eclipse.papyrus into streams/1.0-maintenance Change-Id: I7c4ff9b30083a27ea786bb93a35e9249a6f91079
2014-10-13[Discovery Site] [Discovery Site] Update discovery site for MarsCamille Letavernier1-1/+1
releases/milestones
2014-09-15[Releng] Update feature versions to 1.1.0Camille Letavernier3-6/+6
2014-09-15[Releng] Change plug-ins version to 1.1.0Camille Letavernier3-6/+6
2014-08-26[Code Style] Configure code style in the projectsChristian W. Damus6-1/+1056
Configure the master settings for Code Style in the org.eclipse.papyrus.infra.core plug-in, including: - Code Formatter - Code Clean-up - Code Templates - Import Sort Order Employ the Oomph Project Configuration tooling to propagate these settings to all other Papyrus main, test, and developer plug-ins, plus the CDO Integration plug-ins. Update the Papyrus Oomph model to remove the workspace-wide code style settings. Change-Id: Id1c7c7fb94c82974a9f1c7cafcfcf32b71ce6c1f
2014-08-25[Code style] Apply clean-up profile to Papyrus Main plug-insCamille Letavernier25-520/+504
2014-08-21[Code style] Apply clean-up and formatter on Main plug-insCamille Letavernier47-1511/+2087
2014-08-20[Releng] Update Papyrus version to 1.0.1 in pom.xmlCamille Letavernier3-6/+6
2014-08-20[Releng] Update versions to 1.0.1Camille Letavernier3-6/+6
2014-06-04[Releng] Remove the (Incubation) suffix from all (main) plug-ins andCamille Letavernier3-3/+3
features Update the Bundle test accordingly
2014-04-17[releng] Generated all the pom.xml files for the plugins and featuresLaurent Wouters3-0/+42
Command: python releng/toolkit/tycho-genertor.py Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
2014-03-14[Releng] Fix dependency versionsCamille Letavernier3-13/+13
2013-11-13263430: [General] Add relengCamille Letavernier3-15/+15
https://bugs.eclipse.org/bugs/show_bug.cgi?id=263430 Luna: Update plug-in version numbers to 1.0.0
2013-10-18379570: [General] Papyrus shall provide an interface to easily installCamille Letavernier1-1/+1
additional components https://bugs.eclipse.org/bugs/show_bug.cgi?id=379570 Configure discovery site for Luna
2013-07-04[Releng] Update Papyrus version to 0.10.1cletavernie3-6/+6
2012-10-03379570: [General] Papyrus shall provide an interface to easily install ↵cletavernie1-42/+38
additional components https://bugs.eclipse.org/bugs/show_bug.cgi?id=379570 Update to Kepler
2012-09-18Kepler: Update plug-in versions to 0.10.0cletavernie3-62/+70
2012-09-17380517: [Papyrus] We should use explicit plug-in dependencies whenever possiblecletavernie3-3/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=380517 + removed some unused dependencies and imports
2012-06-18379570: [General] Papyrus shall provide an interface to easily install ↵cletavernie3-2/+2
additional components https://bugs.eclipse.org/bugs/show_bug.cgi?id=379570 Update the papyrus logo to use the *.png version
2012-06-12379570: [General] Papyrus shall provide an interface to easily install ↵rschnekenbu2-4/+4
additional components https://bugs.eclipse.org/bugs/show_bug.cgi?id=379570 - update the banner icon, so it can be correctly displayed in the menus
2012-06-12379570: [General] Papyrus shall provide an interface to easily install ↵rschnekenbu1-2/+2
additional components https://bugs.eclipse.org/bugs/show_bug.cgi?id=379570 - update the banner icon, so it can be correctly displayed in the menus
2012-05-30379570: [General] Papyrus shall provide an interface to easily install ↵rschnekenbu2-12/+0
additional components https://bugs.eclipse.org/bugs/show_bug.cgi?id=379570 -Remove API baseline analysis
2012-05-30379570: [General] Papyrus shall provide an interface to easily install ↵rschnekenbu92-0/+11609
additional components https://bugs.eclipse.org/bugs/show_bug.cgi?id=379570 - Move from 'incoming' to target layer: 'infra/discovery'

    Back to the top