2015-01-03 16:34:32 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<feature
|
|
|
|
id="com.minres.scviewer.feature"
|
|
|
|
label="%featureName"
|
2020-11-28 20:59:24 +01:00
|
|
|
version="1.1.0.qualifier"
|
2015-01-03 16:34:32 +01:00
|
|
|
provider-name="%providerName">
|
|
|
|
|
|
|
|
<description>
|
2020-06-11 14:34:14 +02:00
|
|
|
A viewer for SystemC Verification Library transactions and VCD
|
|
|
|
signals. It supports a SQLite based recording as well as the
|
|
|
|
built-in text base recording.
|
2015-01-03 16:34:32 +01:00
|
|
|
</description>
|
|
|
|
|
|
|
|
<copyright>
|
2021-01-09 14:26:49 +01:00
|
|
|
Copyright (c) 2015-2021 MINRES Technologies GmbH.
|
2015-01-03 17:25:09 +01: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
|
2015-01-03 16:34:32 +01:00
|
|
|
</copyright>
|
|
|
|
|
|
|
|
<license url="%licenseURL">
|
|
|
|
%license
|
|
|
|
</license>
|
|
|
|
|
|
|
|
<url>
|
|
|
|
<discovery label="MINRES Website" url="http://www.minres.com"/>
|
|
|
|
</url>
|
|
|
|
|
|
|
|
<requires>
|
2020-07-15 21:39:30 +02:00
|
|
|
<import plugin="org.hamcrest.core" version="1.3.0" match="greaterOrEqual"/>
|
2015-01-03 16:34:32 +01:00
|
|
|
<import plugin="org.eclipse.core.runtime"/>
|
|
|
|
<import plugin="org.eclipse.core.resources"/>
|
|
|
|
<import plugin="org.eclipse.jface.text"/>
|
|
|
|
<import plugin="org.eclipse.ui"/>
|
|
|
|
<import plugin="org.eclipse.ui.editors"/>
|
|
|
|
<import plugin="org.eclipse.ui.ide"/>
|
|
|
|
<import plugin="org.eclipse.ui.views.properties.tabbed"/>
|
|
|
|
<import plugin="org.eclipse.swt"/>
|
2020-06-11 08:31:24 +02:00
|
|
|
<import plugin="org.eclipse.osgi"/>
|
2015-02-04 16:20:59 +01:00
|
|
|
<import plugin="org.eclipse.core.expressions" version="3.4.600" match="greaterOrEqual"/>
|
|
|
|
<import plugin="org.eclipse.jface"/>
|
2021-01-10 13:09:45 +01:00
|
|
|
<import feature="com.minres.scviewer.database.feature" version="3.0.0.qualifier"/>
|
|
|
|
<import feature="com.minres.scviewer.ui.feature" version="1.1.0.qualifier"/>
|
2015-01-03 16:34:32 +01:00
|
|
|
</requires>
|
|
|
|
|
|
|
|
<plugin
|
2020-06-11 08:31:24 +02:00
|
|
|
id="org.junit"
|
2015-01-09 14:17:29 +01:00
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
|
|
|
version="0.0.0"/>
|
|
|
|
|
2015-01-25 14:23:34 +01:00
|
|
|
<plugin
|
2020-06-11 08:31:24 +02:00
|
|
|
id="org.hamcrest.core"
|
2015-01-25 14:23:34 +01:00
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
|
|
|
|
2015-02-04 16:20:59 +01:00
|
|
|
<plugin
|
2020-06-11 08:31:24 +02:00
|
|
|
id="com.minres.scviewer.ui"
|
2015-02-04 16:20:59 +01:00
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
|
|
|
|
2015-01-03 16:34:32 +01:00
|
|
|
</feature>
|