blob: d8691b70c9f42d465bdcb0d748d0f588b7029c94 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.hawk.timeaware.feature"
label="Time-aware indexing for Hawk"
version="1.2.0.qualifier"
provider-name="Eclipse.org">
<description>
Provides time-aware indexing capabilities for Hawk, allowing it to turn the entire history of the model into a single temporal graph, and providing a querying engine that has primitives for travelling back and forth in time.
</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.slf4j.api" version="1.7.2" match="greaterOrEqual"/>
<import plugin="org.hawk.core" version="1.2.0" match="greaterOrEqual"/>
<import plugin="org.hawk.graph" version="1.2.0" match="greaterOrEqual"/>
<import plugin="org.hawk.epsilon" version="1.2.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.epsilon.eol.engine" version="1.5.0" match="greaterOrEqual"/>
</requires>
<plugin
id="org.hawk.timeaware"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>