Mercurial > hg > digilib-old
annotate .hgignore @ 925:66f1ba72d07b
added timeout-parameter and timeout-handler to AsyncServletWorker.
added stopNow abort method to ImageWorker.
author | robcast |
---|---|
date | Mon, 19 Dec 2011 21:39:17 +0100 |
parents | a00114a0c957 |
children | b2d97b842612 |
rev | line source |
---|---|
916 | 1 |
2 syntax: regexp | |
3 ^webapp/src/main/webapp/META-INF$ | |
4 syntax: regexp | |
5 ^webapp/src/main/webapp/WEB-INF/web\.xml$ | |
6 syntax: regexp | |
7 ^webapp/target$ | |
8 syntax: regexp | |
9 ^text/target$ | |
10 syntax: regexp | |
11 ^servlet2/target$ | |
12 syntax: regexp | |
13 ^servlet3/target$ | |
14 syntax: regexp | |
15 ^pdf/target$ | |
16 syntax: regexp | |
17 ^common/target$ | |
18 syntax: regexp | |
19 ^\.project$ | |
20 syntax: regexp | |
21 ^webapp/\.settings$ | |
22 syntax: regexp | |
23 ^servlet2/\.settings$ | |
24 syntax: regexp | |
25 ^servlet3/\.settings$ | |
26 syntax: regexp | |
27 ^pdf/\.settings$ | |
28 syntax: regexp | |
29 ^text/\.settings$ | |
30 syntax: regexp | |
31 ^common/\.settings$ | |
32 syntax: regexp | |
33 ^webapp/\.classpath$ | |
34 syntax: regexp | |
35 ^servlet2/\.classpath$ | |
36 syntax: regexp | |
37 ^servlet3/\.classpath$ | |
38 syntax: regexp | |
39 ^pdf/\.classpath$ | |
40 syntax: regexp | |
41 ^text/\.classpath$ | |
42 syntax: regexp | |
43 ^common/\.classpath$ | |
44 syntax: regexp | |
45 ^webapp/\.project$ | |
46 syntax: regexp | |
47 ^servlet2/\.project$ | |
48 syntax: regexp | |
49 ^servlet3/\.project$ | |
50 syntax: regexp | |
51 ^pdf/\.project$ | |
52 syntax: regexp | |
53 ^text/\.project$ | |
54 syntax: regexp | |
55 ^common/\.project$ | |
56 | |
57 syntax: regexp | |
919 | 58 ^\.settings$ |
59 syntax: regexp | |
921 | 60 ^servlet3/bin$ |
61 syntax: regexp | |
62 ^digilib-log\.txt$ | |
63 syntax: regexp | |
925
66f1ba72d07b
added timeout-parameter and timeout-handler to AsyncServletWorker.
robcast
parents:
921
diff
changeset
|
64 ^dl-access-log\.txt$ |
66f1ba72d07b
added timeout-parameter and timeout-handler to AsyncServletWorker.
robcast
parents:
921
diff
changeset
|
65 syntax: regexp |
66f1ba72d07b
added timeout-parameter and timeout-handler to AsyncServletWorker.
robcast
parents:
921
diff
changeset
|
66 ^webapp/digilib-log\.txt$ |
66f1ba72d07b
added timeout-parameter and timeout-handler to AsyncServletWorker.
robcast
parents:
921
diff
changeset
|
67 syntax: regexp |
66f1ba72d07b
added timeout-parameter and timeout-handler to AsyncServletWorker.
robcast
parents:
921
diff
changeset
|
68 ^webapp/dl-access-log\.txt$ |