Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/junit/plugins/core/org.eclipse.papyrus.core.queries.configuration.tests/resource/CoreQueriesConfigurationSet.querySet')
-rw-r--r--tests/junit/plugins/core/org.eclipse.papyrus.core.queries.configuration.tests/resource/CoreQueriesConfigurationSet.querySet12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/junit/plugins/core/org.eclipse.papyrus.core.queries.configuration.tests/resource/CoreQueriesConfigurationSet.querySet b/tests/junit/plugins/core/org.eclipse.papyrus.core.queries.configuration.tests/resource/CoreQueriesConfigurationSet.querySet
deleted file mode 100644
index c44b3eab993..00000000000
--- a/tests/junit/plugins/core/org.eclipse.papyrus.core.queries.configuration.tests/resource/CoreQueriesConfigurationSet.querySet
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<query:ModelQuerySet xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:query="http://www.eclipse.org/EmfFacet/infra/query/0.8.incubation" name="CoreQueriesConfigurationSet" description="Query Set for testing plugin core queries configuration">
- <associatedMetamodels href="http://www.eclipse.org/uml2/4.0.0/UML#/"/>
- <associatedMetamodels href="http://www.eclipse.org/uml2/4.0.0/Types#/"/>
- <queries xsi:type="query:JavaModelQuery" name="IsNamed" description="test - test if the name of the element is equal to the specified name" implementationClassName="org.eclipse.papyrus.core.queries.test.modisco.queries.IsNamed">
- <returnType xsi:type="ecore:EDataType" href="http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"/>
- <scope href="http://www.eclipse.org/uml2/4.0.0/UML#//NamedElement"/>
- <parameters name="name">
- <type xsi:type="ecore:EDataType" href="http://www.eclipse.org/uml2/4.0.0/Types#//String"/>
- </parameters>
- </queries>
-</query:ModelQuerySet>

Back to the top