From 9119c5e423edcaf5cc98279534e88b4716d15d46 Mon Sep 17 00:00:00 2001 From: mdb Date: Mon, 11 Nov 2002 17:06:23 +0000 Subject: [PATCH] Add a temporary directory configuration (used to keep the repository directory and the rip directory on the same filesystem). git-svn-id: https://samskivert.googlecode.com/svn/trunk@913 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/robodj/conf/importer.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/robodj/conf/importer.properties b/projects/robodj/conf/importer.properties index 2cbaea27..7a08a2d6 100644 --- a/projects/robodj/conf/importer.properties +++ b/projects/robodj/conf/importer.properties @@ -1,6 +1,7 @@ # -# $Id: importer.properties,v 1.2 2002/02/22 08:37:44 mdb Exp $ +# $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