blob: bdc2c705c9aa74d87bc473c8cdfc38ae010bf90f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2009 Mia-Software.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Gregoire DUPE (Mia-Software) - initial API and implementation
-->
<plugin>
<extension point="org.eclipse.emf.ecore.generated_package">
<package
uri="http://www.eclipse.org/MoDisco/infra/query/0.8.incubation"
class="org.eclipse.gmt.modisco.infra.query.QueryPackage"
genModel="model/query.genmodel"/>
</extension>
<!-- so that model editors know they can open it -->
<extension
point="org.eclipse.core.contenttype.contentTypes">
<content-type
base-type="org.eclipse.emf.ecore.xmi"
file-extensions="querySet"
id="org.eclipse.gmt.modisco.infra.query.contenttype"
name="%content-type.name"
priority="normal">
</content-type>
</extension>
</plugin>