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:
@@ -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
|
||||
Reference in New Issue
Block a user