A Xtext based SystemRDL editor with syntax highlighting and context sensitive help
https://www.minres.com/#opensource
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
631 B
21 lines
631 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="com.minres.rdl.product.feature"
|
|
label="RDL Feature "
|
|
version="1.4.1"
|
|
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>
|
|
|