Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/recipes/plugins/infra/org.eclipse.papyrus.infra.newchild.test/plugin.xml')
-rw-r--r--tests/recipes/plugins/infra/org.eclipse.papyrus.infra.newchild.test/plugin.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/recipes/plugins/infra/org.eclipse.papyrus.infra.newchild.test/plugin.xml b/tests/recipes/plugins/infra/org.eclipse.papyrus.infra.newchild.test/plugin.xml
deleted file mode 100644
index 6785e5ae25e..00000000000
--- a/tests/recipes/plugins/infra/org.eclipse.papyrus.infra.newchild.test/plugin.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
- <extension
- point="org.eclipse.papyrus.infra.newchild">
- <menuCreationModel
- model="TestModel/TestCreateModifyElementCreationModel/TestSampleUML.xmi">
- </menuCreationModel>
- <menuCreationModel
- model="TestModel/TestCreateModifyElementCreationModel/SysMLAndSampleUML.xmi">
- </menuCreationModel>
- </extension>
-
-</plugin>

Back to the top