blob: f08ff1af99f3c1f116872d7b6f4765f5c9f6070b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.hawk.service.clients.cli.feature"
label="Hawk CLI Client Feature"
version="1.2.0.qualifier"
provider-name="University of York">
<description>
Provides a console-based Eclipse product to communicate with a remote Hawk index through its Thrift web services.
</description>
<copyright>
Copyright (C) 2015-2018 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.equinox.console"/>
<import plugin="org.slf4j.api" version="1.7.2" match="greaterOrEqual"/>
<import plugin="org.eclipse.equinox.ds" version="1.4.200" match="greaterOrEqual"/>
<import plugin="org.apache.thrift" version="0.9.2" match="greaterOrEqual"/>
<import plugin="org.apache.httpcomponents.httpcore" version="4.3.3" match="greaterOrEqual"/>
<import plugin="org.apache.httpcomponents.httpclient" version="4.3.6" match="greaterOrEqual"/>
<import plugin="org.hawk.service.api" version="1.0.0" match="greaterOrEqual"/>
<import plugin="org.hawk.service.artemis" version="1.0.0" match="greaterOrEqual"/>
</requires>
<plugin
id="org.hawk.service.clients.cli.application"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>