|
From: <pe...@us...> - 2003-10-28 23:43:47
|
Update of /cvsroot/neuclear/neuclear-ledger/src/java
In directory sc8-pr-cvs1:/tmp/cvs-serv8557/src/java
Added Files:
neuclear-ledger.xml
Removed Files:
neuclear-conf.xml
Log Message:
The PassPhraseDialogue now works. It simply presents itself as a simple modal dialog box asking for a passphrase.
The two SignerStore implementations both use it for the passphrase.
--- NEW FILE: neuclear-ledger.xml ---
<components>
<component type="org.neuclear.commons.sql.ConnectionSource" class="org.neuclear.commons.sql.DefaultConnectionSource"/>
<component type="org.neuclear.ledger.Ledger" class="org.neuclear.ledger.implementations.SQLLedger">
<param type="java.lang.String">neu://superbux/reserve</param>
</component>
</components>
--- neuclear-conf.xml DELETED ---
|