Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-10-09Bug 522030 - [General] Removal of plugin org.eclipse.papyrus.team.svnPierre GAUTIER15-675/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=522030 remove plugin org.eclipse.papyrus.team.svn and all its references it has not been deployed in neither photon and oxygen update sites Change-Id: I33e4962d73039737dab72d6c0726d0742847feb2 Signed-off-by: Pierre GAUTIER <pierre.gautier@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-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-30[releng] Update plugins and feature version numbers for Oxygen withFlorian Noyrit1-4/+4
Neon.3 as baseline Change-Id: Icb3b699de6846ce60370a1fedc169e1df741ace2
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-02-13Revert "Bug 485220: [Architecture] Provide a more modular architecture ↵Christian W. Damus2-3/+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. Damus2-0/+3
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-5/+22
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-7/+6
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-03-06Bug 461279 - [Releng] Add plugins\team\org.eclipse.papyrus.team.svn toBenoit Maggi1-0/+12
the build - add subversive repository Change-Id: I159997bcd32a80a71a26bc12902ef0f2210a2acc Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-09-15[Releng] Change plug-ins version to 1.1.0Camille Letavernier1-5/+5
2014-08-26[Code Style] Configure code style in the projectsChristian W. Damus2-1/+352
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 clean-up] Fix compilation errors caused by bad clean-upChristian W. Damus1-0/+5
2014-08-21[Code style] Apply clean-up and formatter on Main plug-insCamille Letavernier2-16/+11
2014-08-20[Releng] Update versions to 1.0.1Camille Letavernier1-5/+5
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-02429826: [Read-Only] Orthogonal Classification of Read-Only ConcernsChristian W. Damus2-7/+44
https://bugs.eclipse.org/bugs/show_bug.cgi?id=429826 Update SVN read-only handler for Luna API enhancements.
2014-03-14[Releng] Fix dependency versionsCamille Letavernier1-3/+3
2014-01-16422745: Linkage error, if guava 13 is availableCamille Letavernier1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=422745 Tentative to fix the Guava Linkage error issues. Papyrus now depends on Guava >= 11.0.0 - Removed usages of deprecated APIs - Increased minimum version dependency to Guava 11 to allow usage of new APIs
2013-11-13263430: [General] Add relengCamille Letavernier1-5/+5
https://bugs.eclipse.org/bugs/show_bug.cgi?id=263430 Luna: Update plug-in version numbers to 1.0.0
2013-07-04[Releng] Update Papyrus version to 0.10.1cletavernie1-5/+5
2013-03-26396735: [Read only] corrupted model because of half saved modelmvelten1-3/+4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=396735 simplify IReadOnlyHandler (remove editing domain in the interface methods since we retrieve it by adapting an editing domain) move most EMFHelper methods in infra.tools handle trackingModification in the modelset in a way similar to the one used in ResourceImpl, setTrackingModification can now be called directly on the ModelSet
2013-03-15396735: [Read only] corrupted model because of half saved modelmvelten3-15/+19
https://bugs.eclipse.org/bugs/show_bug.cgi?id=396735 397762: [ReadOnly] Unable to override a IReadOnlyHandler once register https://bugs.eclipse.org/bugs/show_bug.cgi?id=397762 397758: [PapyrusCore] ModelSet should be more extensible https://bugs.eclipse.org/bugs/show_bug.cgi?id=397758
2012-09-18Kepler: Update plug-in versions to 0.10.0cletavernie1-5/+6
2012-09-11NEW - bug 382467: [Team] The dependency from Papyrus to SVN should be optionalmvelten1-9/+21
https://bugs.eclipse.org/bugs/show_bug.cgi?id=382467 put the initialization of the validator in a try/catch NoClassDefFoundError and don't call svn api later if this fails.
2012-08-06386492: [Libraries - Profiles] All Libraries and Profiles should be loaded ↵mvelten1-4/+8
in read-only mode https://bugs.eclipse.org/bugs/show_bug.cgi?id=386492 fix NPE
2012-08-02386492: [Libraries - Profiles] All Libraries and Profiles should be loaded ↵cletavernie1-4/+23
in read-only mode https://bugs.eclipse.org/bugs/show_bug.cgi?id=386492
2012-07-31backport r7420mvelten2-20/+6
2012-06-13382467: [Team] The dependency from Papyrus to SVN should be optionalcletavernie1-1/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=382467
2012-06-13382467: [Team] The dependency from Papyrus to SVN should be optionalcletavernie2-3/+20
https://bugs.eclipse.org/bugs/show_bug.cgi?id=382467
2012-03-21365919: [Architecture - SVN - Build] Rewrite the Buildcletavernie2-2/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365919
2012-03-19362162: [Architecture - Refactoring] The plug-ins should be renamed to match ↵cletavernie5-10/+10
their layer's qualified name https://bugs.eclipse.org/bugs/show_bug.cgi?id=362162
2012-03-19359058: [Refactoring - Architecture] Identify the layers and sub-layers for ↵cletavernie10-0/+209
the Papyrus architecture https://bugs.eclipse.org/bugs/show_bug.cgi?id=359058

    Back to the top