Created a configuration management object that provides access to typed

config values retrieved from properties files that live in the classpath.
Also modified build system to copy properties files from the classpath
into the target directory so that they are properly available.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@165 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-07-12 02:44:34 +00:00
parent 0a54f5438b
commit 804f98de22
3 changed files with 257 additions and 0 deletions
@@ -0,0 +1,10 @@
#
# $Id: test.properties,v 1.1 2001/07/12 02:44:34 mdb Exp $
#
# A test properties file
prop1 = 25
prop2 = twenty five
prop3 = 9, 8, 7, 6
prop4 = one, two, three,, and a half, four
# prop5 = not defined