76 lines
2.1 KiB
XML
76 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="com.minres.scviewer.e4.platform.feature"
|
|
label="SCViewer Platform Feature"
|
|
version="1.0.0.qualifier"
|
|
provider-name="MINRES Technologies GmbH">
|
|
|
|
<description url="http://www.example.com/description">
|
|
[Enter Feature Description here.]
|
|
</description>
|
|
|
|
<copyright url="http://www.example.com/copyright">
|
|
[Enter Copyright Description here.]
|
|
</copyright>
|
|
|
|
<license url="http://www.example.com/license">
|
|
[Enter License Description here.]
|
|
</license>
|
|
|
|
<includes
|
|
id="org.eclipse.e4.rcp"
|
|
version="0.0.0"/>
|
|
|
|
<includes
|
|
id="org.eclipse.emf.ecore"
|
|
version="0.0.0"/>
|
|
|
|
<includes
|
|
id="org.eclipse.emf.common"
|
|
version="0.0.0"/>
|
|
|
|
<requires>
|
|
<import plugin="org.eclipse.core.expressions" version="3.2.0" match="compatible"/>
|
|
<import plugin="org.eclipse.core.filesystem" version="1.3.0" match="compatible"/>
|
|
<import plugin="org.eclipse.core.runtime" version="3.12.0" match="compatible"/>
|
|
<import plugin="org.eclipse.equinox.common" version="3.2.0" match="compatible"/>
|
|
<import plugin="org.eclipse.equinox.registry" version="3.2.0" match="compatible"/>
|
|
<import plugin="org.eclipse.osgi" version="3.2.0" match="compatible"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="org.eclipse.core.resources"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.core.filesystem"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.core.filesystem.linux.x86_64"
|
|
os="linux"
|
|
arch="x86_64"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
fragment="true"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.core.filesystem.win32.x86_64"
|
|
os="win32"
|
|
arch="x86_64"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
fragment="true"
|
|
unpack="false"/>
|
|
|
|
</feature>
|