SCViewer/features/com.minres.scviewer.databas.../feature.xml

89 lines
2.5 KiB
XML
Raw Permalink Normal View History

2020-06-11 08:31:24 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="com.minres.scviewer.database.feature"
label="%featureName"
2021-01-09 22:23:51 +01:00
version="3.0.0.qualifier"
2020-06-11 08:31:24 +02:00
provider-name="%providerName">
<description>
2021-01-10 01:52:52 +01:00
The database loaders for SystemC Verification Library transactions and VCD signals. They support SQLite based recording as well as the built-in text base recording.
2020-06-11 08:31:24 +02:00
</description>
<copyright>
2021-01-09 14:26:49 +01:00
Copyright (c) 2015-2021 MINRES Technologies GmbH.
2020-06-11 08:31:24 +02:00
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>
<update label="%updateSiteName" url="http://www.minres.com/scviewer/update"/>
<discovery label="MINRES Website" url="http://www.minres.com"/>
</url>
<requires>
<import plugin="org.eclipse.osgi.services" version="3.4.0" match="greaterOrEqual"/>
<import plugin="com.google.guava" version="15.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.osgi"/>
<import plugin="com.minres.scviewer.database" version="1.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.runtime"/>
2021-11-16 11:27:47 +01:00
<import feature="org.eclipse.collections.feature" version="10.4.0.v20200820-2049"/>
2020-06-11 08:31:24 +02:00
</requires>
<plugin
id="com.minres.scviewer.database"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.minres.scviewer.database.text"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.minres.scviewer.database.sqlite"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.minres.scviewer.database.vcd"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.google.guava"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
2023-02-21 09:10:35 +01:00
<plugin
id="com.minres.scviewer.database.ftr"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
2023-02-27 18:34:27 +01:00
<plugin
id="com.minres.scviewer.database.fst"
os="linux,win32"
2023-02-27 18:34:27 +01:00
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
2020-06-11 08:31:24 +02:00
</feature>