Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael ADAM2016-03-07 16:54:08 +0000
committerGerrit Code Review @ Eclipse.org2016-04-07 09:57:57 +0000
commit5df37a81b7f4ae85b68c68796746f1a21e90471e (patch)
tree02944bda16b2272cd54322ec7fdb9667228d517b /releng/main-tests
parentbcefd72afb86afb2d248d413b4131eeb4e650c71 (diff)
downloadorg.eclipse.papyrus-5df37a81b7f4ae85b68c68796746f1a21e90471e.tar.gz
org.eclipse.papyrus-5df37a81b7f4ae85b68c68796746f1a21e90471e.tar.xz
org.eclipse.papyrus-5df37a81b7f4ae85b68c68796746f1a21e90471e.zip
Bug 487199 - [NewChild] A action shall be available to deploy
creationMenuModel from project explorer https://bugs.eclipse.org/bugs/show_bug.cgi?id=487199 - Adds deploy/undeploy action on creationmenumodel files. - Adds methods to load/unload folders programmatically. - Tests of deploy/undeploy + test of extension point - update plugin requirement model and update - adds generated images Change-Id: I79ab475a3933f281037754b69fe7b1e3ef56d6c5 Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
Diffstat (limited to 'releng/main-tests')
-rw-r--r--releng/main-tests/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/releng/main-tests/pom.xml b/releng/main-tests/pom.xml
index 9818fbeb401..e230ff82d7c 100644
--- a/releng/main-tests/pom.xml
+++ b/releng/main-tests/pom.xml
@@ -38,6 +38,7 @@
<module>../../tests/junit/plugins/customization/org.eclipse.papyrus.customization.properties.tests</module>
<module>../../tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests</module>
<module>../../tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests</module>
+ <module>../../tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests</module>
<module>../../tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests</module>
<module>../../tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests</module>
<module>../../tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests</module>

Back to the top