blob: 47e086fc465196b5faa9ee9372426002bcc23b99 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.hawk.service.servlet.feature"
label="Hawk Integration - Hawk Servlet Feature"
version="1.2.0.qualifier"
provider-name="University of York">
<description>
This feature provides servlets implementing the Hawk web services, which are automatically added to the OSGi HttpService registry.
</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>
<includes
id="org.hawk.core.feature"
version="0.0.0"/>
<includes
id="org.hawk.emf.feature"
version="0.0.0"/>
<includes
id="org.hawk.epsilon.feature"
version="0.0.0"/>
<includes
id="org.hawk.localfolder.feature"
version="0.0.0"/>
<includes
id="org.hawk.svn.feature"
version="0.0.0"/>
<includes
id="org.hawk.service.api.feature"
version="0.0.0"/>
<requires>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.hawk.service.api" version="1.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.equinox.http.registry" version="1.1.300" match="greaterOrEqual"/>
<import plugin="org.slf4j.api" version="1.7.2" match="greaterOrEqual"/>
<import plugin="org.apache.thrift" version="0.9.2" match="greaterOrEqual"/>
<import plugin="org.hawk.core" version="1.0.0" match="greaterOrEqual"/>
<import plugin="org.hawk.core.dependencies" version="1.0.0" match="greaterOrEqual"/>
<import plugin="org.hawk.osgiserver" version="1.0.0" match="greaterOrEqual"/>
<import plugin="org.hawk.graph" version="1.0.0" match="greaterOrEqual"/>
<import plugin="org.hawk.service.artemis" version="1.0.0" match="greaterOrEqual"/>
<import plugin="javax.servlet"/>
<import plugin="org.hawk.service.artemis.server"/>
</requires>
<plugin
id="org.hawk.service.servlet"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.hawk.service.artemis"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>