From 8df72f9ab46b5656a07b97f9e6ec9653f512b374 Mon Sep 17 00:00:00 2001 From: mdb Date: Sat, 3 May 2003 19:02:08 +0000 Subject: [PATCH] Out with the old school properties. git-svn-id: https://samskivert.googlecode.com/svn/trunk@1114 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/robodj/conf/chooser.properties | 6 ------ projects/robodj/conf/importer.properties | 7 ------- projects/robodj/conf/repository.properties.dist | 9 --------- 3 files changed, 22 deletions(-) delete mode 100644 projects/robodj/conf/chooser.properties delete mode 100644 projects/robodj/conf/importer.properties delete mode 100644 projects/robodj/conf/repository.properties.dist diff --git a/projects/robodj/conf/chooser.properties b/projects/robodj/conf/chooser.properties deleted file mode 100644 index f641fd39..00000000 --- a/projects/robodj/conf/chooser.properties +++ /dev/null @@ -1,6 +0,0 @@ -# -# $Id: chooser.properties,v 1.2 2002/02/22 08:37:44 mdb Exp $ -# -# RoboDJ configuration properties - -repository.basedir = /export/robodj/repository diff --git a/projects/robodj/conf/importer.properties b/projects/robodj/conf/importer.properties deleted file mode 100644 index 7a08a2d6..00000000 --- a/projects/robodj/conf/importer.properties +++ /dev/null @@ -1,7 +0,0 @@ -# -# $Id: importer.properties,v 1.3 2002/11/11 17:06:23 mdb Exp $ -# -# RoboDJ configuration properties - -repository.basedir = /export/robodj/repository -repository.tmpdir = /export/robodj/tmp diff --git a/projects/robodj/conf/repository.properties.dist b/projects/robodj/conf/repository.properties.dist deleted file mode 100644 index fa517c59..00000000 --- a/projects/robodj/conf/repository.properties.dist +++ /dev/null @@ -1,9 +0,0 @@ -# -# $Id: repository.properties.dist,v 1.2 2002/03/03 16:05:34 mdb Exp $ -# -# RoboDJ music repository configuration - -robodj.driver = org.gjt.mm.mysql.Driver -robodj.url = jdbc:mysql://DATABASE_HOST:3306/DATABASE_NAME -robodj.username = DATABASE_USERNAME -robodj.password = DATABASE_PASSWORD