Revamp! Modified the way configuration is handled.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1166 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-03-28 22:32:34 +00:00
parent bf9a2ca151
commit b486315e47
31 changed files with 185 additions and 291 deletions
@@ -0,0 +1,15 @@
//
// $Id: MisoConfig.java,v 1.1 2002/03/28 22:32:32 mdb Exp $
package com.threerings.miso;
import com.samskivert.util.Config;
/**
* Provides access to the Miso configuration.
*/
public class MisoConfig
{
/** Provides access to configuration data for this package. */
public static Config config = new Config("rsrc/config/miso/miso");
}