blob: 3cbb912c41644d7b5748b6007827187e133aae60 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.hawk.greycat.feature"
label="Greycat Backend Feature for Hawk"
version="1.2.0.qualifier"
provider-name="Aston University">
<description>
Backend implementation based on Greycat many-worlds temporal graphs, with custom Lucene indexing.
</description>
<copyright>
Copyright (C) 2018 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.hawk.core" version="1.2.0" match="greaterOrEqual"/>
<import plugin="org.slf4j.api" version="1.7.2" match="greaterOrEqual"/>
<import plugin="com.google.guava" version="15.0.0" match="greaterOrEqual"/>
</requires>
<plugin
id="org.hawk.greycat"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>