- added SQLite back end
- reworked graphical representation to use widgets
This commit is contained in:
5
com.minres.scviewer.ui/OSGI-INF/component.xml
Normal file
5
com.minres.scviewer.ui/OSGI-INF/component.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="com.minres.scviewer.ui">
|
||||
<implementation class="com.minres.scviewer.ui.TxEditorPlugin"/>
|
||||
<reference bind="setTransactionDbFactory" cardinality="0..n" interface="com.minres.scviewer.database.ITransactionDbFactory" name="ITransactionDbFactory" policy="dynamic" unbind="unsetTransactionDbFactory"/>
|
||||
</scr:component>
|
Reference in New Issue
Block a user