blob: 4f4c31dafdb2007baaa30fdb61f38f7e65bb206a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.hawk.git.feature"
label="Hawk Git Feature"
version="1.2.0.qualifier"
provider-name="Eclipse.org">
<description>
Provides the ability for Hawk to index local Git working copies.
</description>
<copyright>
Copyright (C) 2015-2019 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.hawk.core"/>
<import plugin="org.slf4j.api" version="1.7.2" match="greaterOrEqual"/>
<import plugin="org.eclipse.jgit" version="5.0.0" match="greaterOrEqual"/>
<import plugin="org.apache.httpcomponents.httpclient" version="4.3.6" match="greaterOrEqual"/>
<import plugin="org.apache.httpcomponents.httpcore" version="4.3.3" match="greaterOrEqual"/>
</requires>
<plugin
id="org.hawk.git"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.hawk.jgit"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>