annotate CVSROOT/checkoutlist @ 304:4580550d8e75

Servlet version 1.5.1b -- the beginning of the next generation :-) - code restructuring to improve scaleability - new Initialiser servlet that must be run first - image transformation work moved to DigilibImageWorker class - Maximum number of concurrent threads limited by Semaphore - old JIMI toolkit implementation removed - new option "mo=jpg" to force sending JPEGs
author robcast
date Sun, 24 Oct 2004 23:12:55 +0200
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 '#'