Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-08-14[472057] Externalize translatable strings from plugin.xml filesPierre-Charles David1-1/+1
Also Configure PDE Tooling to consider non-externalized strings in plugin.xml as errors from now on. I've reviewed all our own extension point definitions (*.exsd) for possibly translatable strings which were not marked as such (and thus for which we would not get the benefit of PDE's check), but the only candidates are for attributes we do not actually use anywhere (e.g. we allow an extender to provide labels for org.eclipse.sirius.common.acceleo.mtl.importhandler, but even if it is supplied we do nothing with it). To avoid changes which would have no actual benefit, the *.exsd files have not been modified. Bug: 472057 Change-Id: I51f932c8ae5ee8bfea268213649fc3448d0bd827 Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
2013-12-23[423562] Tighten the PDE configuration of all plug-insPierre-Charles David1-0/+32
All Sirius plug-ins now have the same project-specific PDE settings, which were made more strict. All the errors resulting from the new rules were fixed. The (many) new warnings were left for now. The most visible change is that all the Require-Bundle dependencies in Sirius plug-ins are now versioned, using the version available at this time in the sirius_juno.target target platform as the minimum version. Change-Id: Icc4f69139f7735719f158c14b6e8d5a0bb5582f3 Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>

    Back to the top