Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-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
2015-08-21[releng] Neon-1.2.0 modification step by stepQuentin Le Menez2-6/+4
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-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-09-15[Releng] Change plug-ins version to 1.1.0Camille Letavernier1-1/+1
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-21[Code style] Apply clean-up and formatter on Main plug-insCamille Letavernier2-27/+29
2014-08-20[Releng] Update versions to 1.0.1Camille Letavernier1-1/+1
2014-07-28[Releng] Fix numerous bundle metadata problemsChristian W. Damus1-2/+3
2014-04-17[releng] Cleanup plugins for main buildLaurent Wouters1-0/+1
Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
2014-03-14[Releng] Fix dependency versionsCamille Letavernier1-2/+2
2013-11-13263430: [General] Add relengCamille Letavernier1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=263430 Luna: Update plug-in version numbers to 1.0.0
2013-07-25Correct icon error in the project oep.dev.java.utilsVincent Lorenzo3-2/+3
2013-07-04[Releng] Update Papyrus version to 0.10.1cletavernie1-13/+15
2011-07-11Move this plugin from /incoming to plugins/developper. vlorenzo11-0/+325
This plugin provides tools to facilitate the Papyrus Developpement. Currently its main feature is an action called "Empty Package" which allows to empty selected Java package. (useful before a re-generation of diagrams)

    Back to the top