Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre - CEA2015-03-11 07:21:59 +0000
committerBenoit Maggi2015-03-23 12:22:08 +0000
commitd3fca6a7cec34437cb7b7ec4fe951351e89c83e2 (patch)
tree0e769a6d20166d0eea10f0ee8d529d86eb93e033 /releng/top-pom-main.xml
parent5eb95c640b54ef424f5163af3e05bb3cc093eaf7 (diff)
downloadorg.eclipse.papyrus-d3fca6a7cec34437cb7b7ec4fe951351e89c83e2.tar.gz
org.eclipse.papyrus-d3fca6a7cec34437cb7b7ec4fe951351e89c83e2.tar.xz
org.eclipse.papyrus-d3fca6a7cec34437cb7b7ec4fe951351e89c83e2.zip
Bug 461734: [General]: add a quick formatting button for label
- management of EOBject from Diagram and Model explorer - version with undo operationnal but with an api modification to pass the event to the getCommand - version with enable/disable - defining a infra.ui plugin to hold the command - refactoring to delegate implementation across plugins diag,uml and nattable - api formating - adding the plugin to the feature org.eclipse.papyrus.infra.feature >actions relatives to review of Camille - reverting proposition for getCommand - adding a generic implementation for getCommend(event) >actions relatives to review of Vincent -naming convention -api simplification -string externalization -refactoring to suppress code duplication, again Change-Id: I87ef8a24e1bd5d6c9658c1d8994c86b47f466124 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=461734 Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
Diffstat (limited to 'releng/top-pom-main.xml')
-rw-r--r--releng/top-pom-main.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/releng/top-pom-main.xml b/releng/top-pom-main.xml
index c0a3c0e71d4..6a318b8e8fa 100644
--- a/releng/top-pom-main.xml
+++ b/releng/top-pom-main.xml
@@ -87,6 +87,7 @@
<module>../plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors</module>
<module>../plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore</module>
<module>../plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors</module>
+ <module>../plugins/infra/org.eclipse.papyrus.infra.ui</module>
<module>../plugins/infra/org.eclipse.papyrus.infra.constraints</module>
<module>../plugins/infra/org.eclipse.papyrus.infra.constraints.edit</module>
<module>../plugins/infra/org.eclipse.papyrus.infra.constraints.editor</module>

Back to the top