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