mirror of https://github.com/Minres/RDL-Editor.git
22 lines
641 B
XML
22 lines
641 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="com.minres.rdl.product.feature"
|
|
label="RDL Feature "
|
|
version="1.0.0.qualifier"
|
|
provider-name="MINRES Technologies GmbH">
|
|
|
|
<requires>
|
|
<import feature="com.minres.rdl.feature" version="1.0.0.qualifier"/>
|
|
<import feature="com.minres.rdl.platform.feature" version="1.0.0.qualifier"/>
|
|
<import plugin="org.eclipse.core.runtime" version="3.12.0" match="greaterOrEqual"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="com.minres.rdl.product"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
</feature>
|