Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2017-04-20 16:29:55 +0000
committerGerrit Code Review @ Eclipse.org2017-04-28 15:11:57 +0000
commitdd82bec9a46a6a8a48ac59e365fc15160a130905 (patch)
tree3fbfe67566d298c0df804c2d33c2ddb6e0d4fa89 /plugins/developer/pom.xml
parent510aa9bc9580e39be4f820c0a2218e30e3d75b41 (diff)
downloadorg.eclipse.papyrus-dd82bec9a46a6a8a48ac59e365fc15160a130905.tar.gz
org.eclipse.papyrus-dd82bec9a46a6a8a48ac59e365fc15160a130905.tar.xz
org.eclipse.papyrus-dd82bec9a46a6a8a48ac59e365fc15160a130905.zip
Bug 515535: [Interoperability] Move common plugins into papyrus main git
https://bugs.eclipse.org/bugs/show_bug.cgi?id=515535 Add the interoperability common plugins into papyrus main git. Those ones are renamed as: - oep.uml.m2m.qvto.common - oep.uml.m2m.qvto.common.blackboxes - oep.uml.m2m.qvto.tests.tools Change-Id: Id17c4fd0e57a5c063c1b4a4e79d833c744f3f61e Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
Diffstat (limited to 'plugins/developer/pom.xml')
-rw-r--r--plugins/developer/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/developer/pom.xml b/plugins/developer/pom.xml
index cca1a56fe97..611fb6837c3 100644
--- a/plugins/developer/pom.xml
+++ b/plugins/developer/pom.xml
@@ -35,5 +35,6 @@
<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>
</project>

Back to the top