Migrated samskivert into its own, sensibly organized, repository.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1774 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# $Id: grandparent.properties,v 1.1 2002/11/25 22:23:21 mdb Exp $
|
||||
#
|
||||
# A test properties file
|
||||
|
||||
sub.sub1 = 5
|
||||
sub.sub2 = whee!
|
||||
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# $Id: parent.properties,v 1.1 2002/11/25 22:23:21 mdb Exp $
|
||||
#
|
||||
# A test properties file
|
||||
|
||||
_extends = rsrc/util/grandparent.properties
|
||||
|
||||
prop1 = 13
|
||||
prop2 = nine
|
||||
prop3 = 9, 8, 7, 6
|
||||
prop4 = one, two, three,, and a half, four
|
||||
# prop5 = not defined
|
||||
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# $Id: test.properties,v 1.3 2002/11/25 22:23:21 mdb Exp $
|
||||
#
|
||||
# A test properties file
|
||||
|
||||
_extends = rsrc/util/parent.properties
|
||||
|
||||
prop1 = 25
|
||||
prop2 = twenty five
|
||||
Reference in New Issue
Block a user