2020-06-11 08:31:24 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<feature
|
|
|
|
id="com.minres.scviewer.ui.feature"
|
2021-01-10 01:52:52 +01:00
|
|
|
label="%featureName"
|
2020-11-28 20:59:24 +01:00
|
|
|
version="1.1.0.qualifier"
|
2021-01-10 01:52:52 +01:00
|
|
|
provider-name="%providerName">
|
2020-06-11 08:31:24 +02:00
|
|
|
|
2021-01-10 01:52:52 +01:00
|
|
|
<description>
|
|
|
|
The UI for the SCViewer databases
|
2020-06-11 08:31:24 +02:00
|
|
|
</description>
|
|
|
|
|
2021-01-10 01:52:52 +01:00
|
|
|
<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
|
2020-06-11 08:31:24 +02:00
|
|
|
</copyright>
|
|
|
|
|
2021-01-10 01:52:52 +01:00
|
|
|
<license url="%licenseURL">
|
|
|
|
%license
|
2020-06-11 08:31:24 +02:00
|
|
|
</license>
|
|
|
|
|
2021-01-10 01:52:52 +01:00
|
|
|
<url>
|
|
|
|
<discovery label="MINRES Website" url="http://www.minres.com"/>
|
|
|
|
</url>
|
|
|
|
|
2020-07-15 21:39:30 +02:00
|
|
|
<requires>
|
|
|
|
<import plugin="org.eclipse.swt" version="3.103.1" match="greaterOrEqual"/>
|
|
|
|
<import plugin="org.eclipse.jface"/>
|
|
|
|
<import plugin="org.eclipse.equinox.registry"/>
|
|
|
|
<import plugin="org.eclipse.core.runtime"/>
|
|
|
|
<import plugin="org.eclipse.osgi"/>
|
2021-01-10 13:09:45 +01:00
|
|
|
<import feature="com.minres.scviewer.database.feature" version="3.0.0.qualifier"/>
|
2020-07-15 21:39:30 +02:00
|
|
|
</requires>
|
2020-06-11 14:34:14 +02:00
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="com.minres.scviewer.database.ui.swt"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
|
|
|
|
2020-06-11 08:31:24 +02:00
|
|
|
</feature>
|