Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9fd0f8803b42039b0ccd264bd23bcfb81e59873c (plain) (blame)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>

<plugin>
   <extension point="org.eclipse.emf.facet.infra.query.registration">
      <modelqueryset file="resources/CoreQueriesTest.querySet"/>
   </extension>
</plugin>

Back to the top