diff --git a/plugins/com.minres.scviewer.ui/plugin.xml b/plugins/com.minres.scviewer.ui/plugin.xml index 46310b0..b94bcc1 100644 --- a/plugins/com.minres.scviewer.ui/plugin.xml +++ b/plugins/com.minres.scviewer.ui/plugin.xml @@ -21,7 +21,7 @@ class="com.minres.scviewer.ui.TxEditorPart" contributorClass="com.minres.scviewer.ui.TxEditorActionBarContributor" extensions="txdb" - filenames="*.txdb,*.txlog,*.vcd" + filenames="*.txdb,*.txlog,*.vcd,*.ftr" icon="res/images/scviewer.png" id="com.minres.scviewer.ui.TxEditorPart" name="Wave Viewer"> diff --git a/releng/com.minres.scviewer.target/com.minres.scviewer.target.target b/releng/com.minres.scviewer.target/com.minres.scviewer.target.target index 55a1a8e..0f35c9a 100644 --- a/releng/com.minres.scviewer.target/com.minres.scviewer.target.target +++ b/releng/com.minres.scviewer.target/com.minres.scviewer.target.target @@ -3,7 +3,7 @@ - + @@ -11,12 +11,11 @@ - - + @@ -31,7 +30,7 @@ - + @@ -40,13 +39,13 @@ - - - - - - - + + + + + + + diff --git a/tests/com.minres.scviewer.database.test/META-INF/MANIFEST.MF b/tests/com.minres.scviewer.database.test/META-INF/MANIFEST.MF index 514f11a..bcc8e84 100644 --- a/tests/com.minres.scviewer.database.test/META-INF/MANIFEST.MF +++ b/tests/com.minres.scviewer.database.test/META-INF/MANIFEST.MF @@ -9,8 +9,7 @@ Require-Bundle: com.minres.scviewer.database, com.minres.scviewer.database.sqlite;bundle-version="1.0.0", com.minres.scviewer.database.text;bundle-version="1.0.0", com.minres.scviewer.database.vcd;bundle-version="1.0.0", - org.junit, - org.junit.jupiter.api + org.junit Bundle-ActivationPolicy: lazy Service-Component: OSGI-INF/component.xml Automatic-Module-Name: com.minres.scviewer.database.test