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
This commit is contained in:
Michael Bayne
2003-05-29 16:35:59 +00:00
parent 3f0d839400
commit d35e7b8180
@@ -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";
}