From d35e7b8180f3979e5b100ab442853d2e417ce8e1 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 29 May 2003 16:35:59 +0000 Subject: [PATCH] Change the default resource directory to .narya so that we can leave the code in that blows away .naryarsrc without having it constantly conflict with the tools that we run. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2626 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/resource/ResourceManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/com/threerings/resource/ResourceManager.java b/src/java/com/threerings/resource/ResourceManager.java index 00b72478f..e625ea672 100644 --- a/src/java/com/threerings/resource/ResourceManager.java +++ b/src/java/com/threerings/resource/ResourceManager.java @@ -1,5 +1,5 @@ // -// $Id: ResourceManager.java,v 1.29 2003/05/27 07:52:45 mdb Exp $ +// $Id: ResourceManager.java,v 1.30 2003/05/29 16:35:59 mdb Exp $ package com.threerings.resource; @@ -716,5 +716,5 @@ public class ResourceManager protected static final String DEFAULT_RESOURCE_SET = "default"; /** The name of our resource bundle cache directory. */ - protected static final String CACHE_PATH = ".naryarsrc"; + protected static final String CACHE_PATH = ".narya"; }