Factored widget in own plugin to allow reuse in e4 environment

This commit is contained in:
2015-01-25 14:23:34 +01:00
parent e1f520911f
commit 5d8d81a237
34 changed files with 604 additions and 44 deletions

View File

@ -1,7 +1,7 @@
featureName=SystemC simulation results viewer
providerName=MINRES Technologies GmbH
updateSiteName=SC Viewer Updates
description=SystemC simulation results viewer dependencies
description=A viewer for SystemC Verification Library transactions and VCD signals.
licenseURL=license.html
license=\
ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\

View File

@ -6,8 +6,9 @@
provider-name="%providerName">
<description>
A viewer for SystemC Verification Library transactions. It supports
a SQLite based recording as well as the built-in text base recording.
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.
</description>
<copyright>
@ -81,4 +82,18 @@ http://www.eclipse.org/legal/epl-v10.html
install-size="0"
version="0.0.0"/>
<plugin
id="com.minres.scviewer.database.swt"
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"/>
</feature>