annotate CVSROOT/checkoutlist @ 166:6132c29ac9f9

Servlet Version 1.16b2 with new DigilibParameter code. - more generic class for request parameters - like already done for DiglibConfig - changes in JSPs for new request stuff - changes in ImageSize class so size=0 is "wildcard" - missing dw and dh parameters now treated as wildcards - changed package name in imageinfo class
author robcast
date Wed, 29 Oct 2003 22:45:51 +0100
parents ffd2df307e81
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ffd2df307e81 initial checkin
root
parents:
diff changeset
1 # The "checkoutlist" file is used to support additional version controlled
ffd2df307e81 initial checkin
root
parents:
diff changeset
2 # administrative files in $CVSROOT/CVSROOT, such as template files.
ffd2df307e81 initial checkin
root
parents:
diff changeset
3 #
ffd2df307e81 initial checkin
root
parents:
diff changeset
4 # The first entry on a line is a filename which will be checked out from
ffd2df307e81 initial checkin
root
parents:
diff changeset
5 # the corresponding RCS file in the $CVSROOT/CVSROOT directory.
ffd2df307e81 initial checkin
root
parents:
diff changeset
6 # The remainder of the line is an error message to use if the file cannot
ffd2df307e81 initial checkin
root
parents:
diff changeset
7 # be checked out.
ffd2df307e81 initial checkin
root
parents:
diff changeset
8 #
ffd2df307e81 initial checkin
root
parents:
diff changeset
9 # File format:
ffd2df307e81 initial checkin
root
parents:
diff changeset
10 #
ffd2df307e81 initial checkin
root
parents:
diff changeset
11 # [<whitespace>]<filename><whitespace><error message><end-of-line>
ffd2df307e81 initial checkin
root
parents:
diff changeset
12 #
ffd2df307e81 initial checkin
root
parents:
diff changeset
13 # comment lines begin with '#'