Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-05-15 15:21:17 +0000
committerQuentin Le Menez2018-05-16 13:15:48 +0000
commit9b586fc1cf795254e351a85590d9e21d2ccae017 (patch)
tree2857a65d79cedd67b3ac70d931f2cb761a59dd09 /plugins/toolsmiths
parent638a6697c3f78f77ec2061bb71a33e6198debb5a (diff)
downloadorg.eclipse.papyrus-9b586fc1cf795254e351a85590d9e21d2ccae017.tar.gz
org.eclipse.papyrus-9b586fc1cf795254e351a85590d9e21d2ccae017.tar.xz
org.eclipse.papyrus-9b586fc1cf795254e351a85590d9e21d2ccae017.zip
Bug 518452 - [releng] [photon] Update with the new gmf runtime update site
Change-Id: I361e43772b3a1e85e42bf7f41b5442944f747888 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'plugins/toolsmiths')
-rw-r--r--plugins/toolsmiths/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/toolsmiths/pom.xml b/plugins/toolsmiths/pom.xml
index 4ab0154f8bd..7e2f2724e54 100644
--- a/plugins/toolsmiths/pom.xml
+++ b/plugins/toolsmiths/pom.xml
@@ -35,6 +35,8 @@
<module>org.eclipse.papyrus.codegen</module>
<module>org.eclipse.papyrus.def</module>
<module>org.eclipse.papyrus.dev.assistants.codegen</module>
+ <module>org.eclipse.papyrus.gmfgenextension</module>
+ <module>org.eclipse.papyrus.mwe2.utils</module>
<module>org.eclipse.papyrus.dev.pluginexplorer</module>
<module>org.eclipse.papyrus.dev.project.management</module>
<module>org.eclipse.papyrus.dev.types</module>
@@ -43,10 +45,8 @@
<module>org.eclipse.papyrus.gmf.editpartview</module>
<module>org.eclipse.papyrus.gmf.editpoliciesstates</module>
<module>org.eclipse.papyrus.gmf.figureview</module>
- <module>org.eclipse.papyrus.gmfgenextension</module>
<module>org.eclipse.papyrus.infra.emf.commandstack</module>
<module>org.eclipse.papyrus.infra.gmfdiag.css.debug</module>
- <module>org.eclipse.papyrus.mwe2.utils</module>
<module>org.eclipse.papyrus.releng.tools</module>
<module>org.eclipse.papyrus.uml.m2m.qvto.tests.tools</module>
</modules>

Back to the top