50 lines
1.4 KiB
XML
50 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="com.minres.scviewer.ui.feature"
|
|
label="%featureName"
|
|
version="1.1.0.qualifier"
|
|
provider-name="%providerName">
|
|
|
|
<description>
|
|
The UI for the SCViewer databases
|
|
</description>
|
|
|
|
<copyright>
|
|
Copyright (c) 2015-2021 MINRES Technologies GmbH.
|
|
All rights reserved. This program and the accompanying materials
|
|
are made available under the terms of the Eclipse Public License
|
|
v1.0 which accompanies this distribution, and is available at
|
|
http://www.eclipse.org/legal/epl-v10.html
|
|
</copyright>
|
|
|
|
<license url="%licenseURL">
|
|
%license
|
|
</license>
|
|
|
|
<url>
|
|
<discovery label="MINRES Website" url="http://www.minres.com"/>
|
|
</url>
|
|
|
|
<includes
|
|
id="com.minres.scviewer.database.feature"
|
|
version="0.0.0"/>
|
|
|
|
<requires>
|
|
<import plugin="org.eclipse.swt" version="3.103.1" match="greaterOrEqual"/>
|
|
<import plugin="com.minres.scviewer.database" version="1.0.0" match="greaterOrEqual"/>
|
|
<import plugin="com.google.guava" version="15.0.0" match="greaterOrEqual"/>
|
|
<import plugin="org.eclipse.jface"/>
|
|
<import plugin="org.eclipse.equinox.registry"/>
|
|
<import plugin="org.eclipse.core.runtime"/>
|
|
<import plugin="org.eclipse.osgi"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="com.minres.scviewer.database.ui.swt"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
</feature>
|