Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-04-03 14:39:32 +0000
committerCamille Letavernier2014-04-03 14:39:32 +0000
commit3a7fa69924c02a421b8b1942e06731255a548b54 (patch)
treed5e518078386bdf01b6b2e21f2b6bfa301639301 /deprecated/org.eclipse.papyrus.core.queries.configuration.tests/resource/CoreQueriesConfigurationSet.querySet
parent295e33897874ab2317a5916fadcd471d37b0c249 (diff)
parent5efb25129cdd8ecbb235b7ab8fb9df7772f366a3 (diff)
downloadorg.eclipse.papyrus-3a7fa69924c02a421b8b1942e06731255a548b54.tar.gz
org.eclipse.papyrus-3a7fa69924c02a421b8b1942e06731255a548b54.tar.xz
org.eclipse.papyrus-3a7fa69924c02a421b8b1942e06731255a548b54.zip
Merge branch 'cleanRepo' into master
Conflicts: plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.doc/META-INF/MANIFEST.MF
Diffstat (limited to 'deprecated/org.eclipse.papyrus.core.queries.configuration.tests/resource/CoreQueriesConfigurationSet.querySet')
-rw-r--r--deprecated/org.eclipse.papyrus.core.queries.configuration.tests/resource/CoreQueriesConfigurationSet.querySet12
1 files changed, 12 insertions, 0 deletions
diff --git a/deprecated/org.eclipse.papyrus.core.queries.configuration.tests/resource/CoreQueriesConfigurationSet.querySet b/deprecated/org.eclipse.papyrus.core.queries.configuration.tests/resource/CoreQueriesConfigurationSet.querySet
new file mode 100644
index 00000000000..c44b3eab993
--- /dev/null
+++ b/deprecated/org.eclipse.papyrus.core.queries.configuration.tests/resource/CoreQueriesConfigurationSet.querySet
@@ -0,0 +1,12 @@
+<?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