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:
mdb
2006-01-30 19:52:55 +00:00
parent 5966766e26
commit 9d62b407e7
413 changed files with 0 additions and 9443 deletions
+1
View File
@@ -0,0 +1 @@
Test data for com.samskivert.servlet.SiteResourceLoaderTest
+1
View File
@@ -0,0 +1 @@
This is the default body.
@@ -0,0 +1 @@
This is the default footer.
@@ -0,0 +1 @@
This is the default header.
+3
View File
@@ -0,0 +1,3 @@
This is the default header.
This is the default body.
This is the default footer.
Binary file not shown.
+3
View File
@@ -0,0 +1,3 @@
This is the site1 header.
This is the default body.
This is the site1 footer.
Binary file not shown.
+3
View File
@@ -0,0 +1,3 @@
This is the site2 header.
This is the default body.
This is the site2 footer.
+7
View File
@@ -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!
+12
View File
@@ -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
+9
View File
@@ -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
+7
View File
@@ -0,0 +1,7 @@
<object>
<intField>5</intField>
<stringField>howdy partner!</stringField>
<integerField>15</integerField>
<intArrayField>1, 2, 3, 4, 5</intArrayField>
<stringArrayField>one, two, three, four, five</stringArrayField>
</object>