Modified code to use new repository services. Created proper configuration

files rather than hardcoding configuration in classes. Made startup error
reporting appear in a dialog rather than be written to stderr.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@328 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-09-20 20:42:48 +00:00
parent baf5cade44
commit 4057710901
13 changed files with 247 additions and 157 deletions
+6
View File
@@ -0,0 +1,6 @@
#
# $Id: chooser.properties,v 1.1 2001/09/20 20:42:48 mdb Exp $
#
# RoboDJ configuration properties
repository.basedir =/export/robodj/repository
+6
View File
@@ -0,0 +1,6 @@
#
# $Id: importer.properties,v 1.1 2001/09/20 20:42:48 mdb Exp $
#
# RoboDJ configuration properties
repository.basedir =/export/robodj/repository
@@ -0,0 +1,9 @@
#
# $Id: repository.properties.dist,v 1.1 2001/09/20 20:42:48 mdb Exp $
#
# RoboDJ music repository configuration
robodj.driver = org.gjt.mm.mysql.Driver
robodj.username = www
robodj.password = Il0ve2PL@Y
robodj.url = jdbc:mysql://depravity:3306/robodj