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:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user