Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-22Bug 537653 - [EPL] Update featuresQuentin Le Menez5-558/+38
- uniformized the feature format - moved to the shared license strategy for EPL2.0 - remove the obsolete license and epl1.0 files - rebased to correct an old patch push - added the respository reference from which the features fetch the license Change-Id: Ic9389040473c24de4d4b38293281e329ff883a2e 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 Menez3-123/+123
- 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-01-12[Releng] [Oxygen] Update the features' descriptions for next releaseQuentin Le Menez1-0/+4
Change-Id: Ic1714265950afb6f16d9b604a47002cc08603c8d Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2016-08-28Bug 443799 - Fix potential bugs identified by FindBugs in oep.infra.*Florian Noyrit2-22/+61
Bug 499554 - Oxygen release version number moved to 3.0.0. Change-Id: I8e112db7175a5b89eb9b37973639627a6c29e007
2016-02-24Bug 485220: [Architecture] Provide a more modular architectureChristian W. Damus3-20/+39
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-22Bug 487480 - Refactor elementtypesconfiguration frameworkFlorian Noyrit1-0/+4
Insert a "oep/infra/types" layer to host the core elementtypesconfiguration framework. Move UML elementtypesconfiguration extensions to "oep/uml" Move EMF elementtypesconfiguration extensions to "oep/infra/emf" Move elementtypesconfiguration tests to oep/tests/junit/plugins/infra/types Rename all elementtypesconfiguration plugins (core, dev, tests and extensions) and corresponfing packages to shorter qualifiers as follows: oep.infra.elementtypesconfigurations -> oep.infra.types.core and oep.infra.types oep.infra.elementtypesconfigurations.edit -> oep.infra.types.edit oep.infra.elementtypesconfigurations.editor -> oep.infra.types.editor oep.infra.elementtypesconfigurations.ui -> oep.infra.types.ui oep.infra.elementtypesconfigurations.invarianttypes -> oep.infra.types.rulebased oep.infra.elementtypesconfigurations.emf -> oep.infra.emf.types oep.infra.elementtypesconfigurations.emf.ui -> oep.infra.emf.types.ui oep.uml.elementtypesconfigurations -> oep.uml.types oep.elementtypesconfigurations.developer -> oep.dev.types oep.infra.elementtypesconfigurations.tests -> oep.infra.types.tests oep.infra.elementtypesconfigurations.ui.tests -> oep.infra.types.ui.tests Change-Id: Iad7f5689b183e6ad29daab06a1cc2858ee408aa7
2016-02-13Revert "Bug 485220: [Architecture] Provide a more modular architecture ↵Christian W. Damus1-1/+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. Damus1-0/+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-02-12Bug 485220: [Architecture] Provide a more modular architectureChristian W. Damus2-6/+6
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
2015-08-21[releng] Neon-1.2.0 modification step by stepQuentin Le Menez2-25/+25
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>
2014-09-15[Releng] Update feature versions to 1.1.0Camille Letavernier2-3/+3
2014-08-20[Releng] Update Papyrus version to 1.0.1 in pom.xmlCamille Letavernier1-2/+2
2014-08-20[Releng] Update versions to 1.0.1Camille Letavernier1-36/+11
2014-06-04[Releng] Remove the (Incubation) suffix from all (main) plug-ins andCamille Letavernier1-1/+1
features Update the Bundle test accordingly
2014-04-24431255: Need to update the SUA (Software User Agreement)Camille Letavernier1-108/+107
https://bugs.eclipse.org/bugs/show_bug.cgi?id=431255
2014-04-24431255: Need to update the SUA (Software User Agreement)Camille Letavernier1-36/+35
https://bugs.eclipse.org/bugs/show_bug.cgi?id=431255
2014-04-17[releng] Generated all the pom.xml files for the plugins and featuresLaurent Wouters1-0/+14
Command: python releng/toolkit/tycho-genertor.py Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
2014-03-10Bug 386118 - [EMF Facet] Papyrus should progressively support EMF Facetptessier1-17/+40
0.2 remove oep.infra.queries from feature
2013-11-13263430: [General] Add relengCamille Letavernier1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=263430 Luna: Update features version to 1.0.0
2013-07-04[Releng] Update Papyrus version to 0.10.1cletavernie1-47/+17
2012-11-28395273: [General] Add BackportedPlugins to relengvlorenzo1-15/+47
https://bugs.eclipse.org/bugs/show_bug.cgi?id=395273
2012-09-18Kepler: Update feature versions to 0.10.0cletavernie1-33/+8
2012-05-29Fix feature licensescletavernie1-1/+1
2012-05-24Fix feature licensescletavernie1-25/+54
2012-05-24Fix feature licensescletavernie3-41/+138
2012-04-11365919: [Architecture - SVN - Build] Rewrite the Buildcletavernie1-8/+46
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365919 Update feature licences and copyrights
2012-04-10365919: [Architecture - SVN - Build] Rewrite the Buildcletavernie1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365919 Update feature name & fix build.properties
2012-03-19365919: [Architecture - SVN - Build] Rewrite the Buildcletavernie1-0/+7
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365919
2012-02-14371460: [UML Diagram Common] The UML Diagram Common plug-in should be splitcletavernie1-0/+7
https://bugs.eclipse.org/bugs/show_bug.cgi?id=371460
2012-01-31365919: [Architecture - SVN - Build] Rewrite the Buildcletavernie3-154/+12
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365919 Revert to r7075
2012-01-31365919: [Architecture - SVN - Build] Rewrite the Buildvlorenzo1-0/+6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365919 Fix error during externalize the string and complete the feature.xml files.
2012-01-31365919: [Architecture - SVN - Build] Rewrite the Buildvlorenzo3-15/+151
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365919 Externalize the string and complete the feature.xml files.
2012-01-11365919: [Architecture - SVN - Build] Rewrite the Buildcletavernie5-0/+439
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365919

    Back to the top