blob: ce63aea127af428482f5a72b33c790ce28e0f0bb [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.hawk.bpmn.feature"
label="Hawk BPMN Feature"
version="1.2.0.qualifier"
provider-name="University of York">
<description>
This feature allows Hawk to index models in the Busines Process Modelling Notation.
</description>
<copyright>
Copyright (C) 2015-2018 The University of York, Aston University.
</copyright>
<license url="https://www.eclipse.org/legal/epl-2.0/">
Eclipse Public License v2.0 with GPLv3.0 Secondary License
</license>
<requires>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.emf.ecore" version="2.10.0" match="compatible"/>
<import plugin="org.hawk.core"/>
<import plugin="org.eclipse.bpmn2" version="1.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.emf.ecore.xmi"/>
</requires>
<plugin
id="org.hawk.bpmn"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>