Revision 349
Added by Matt Jones over 24 years ago
src/edu/ucsb/nceas/metacat/ElementNode.java | ||
---|---|---|
5 | 5 |
* Copyright: 2000 Regents of the University of California and the |
6 | 6 |
* National Center for Ecological Analysis and Synthesis |
7 | 7 |
* Authors: Matt Jones |
8 |
* Release: @release@ |
|
8 | 9 |
* |
9 | 10 |
* '$Author$' |
10 | 11 |
* '$Date$' |
... | ... | |
253 | 254 |
|
254 | 255 |
/** |
255 | 256 |
* '$Log$ |
257 |
* 'Revision 1.21 2000/06/28 02:36:26 jones |
|
258 |
* 'Added feature to now ouput COMMENTs and PIs when the document is |
|
259 |
* 'read from the database with DBReader. |
|
260 |
* ' |
|
256 | 261 |
* 'Revision 1.20 2000/06/26 10:35:05 jones |
257 | 262 |
* 'Merged in substantial changes to DBWriter and associated classes and to |
258 | 263 |
* 'the MetaCatServlet in order to accomodate the new UPDATE and DELETE |
src/edu/ucsb/nceas/metacat/AccessionNumberException.java | ||
---|---|---|
5 | 5 |
* Copyright: 2000 Regents of the University of California and the |
6 | 6 |
* National Center for Ecological Analysis and Synthesis |
7 | 7 |
* Authors: Matt Jones |
8 |
* Release: @release@ |
|
8 | 9 |
* |
9 | 10 |
* '$Author$' |
10 | 11 |
* '$Date$' |
... | ... | |
37 | 38 |
|
38 | 39 |
/** |
39 | 40 |
* '$Log$ |
41 |
* 'Revision 1.2 2000/06/26 10:35:04 jones |
|
42 |
* 'Merged in substantial changes to DBWriter and associated classes and to |
|
43 |
* 'the MetaCatServlet in order to accomodate the new UPDATE and DELETE |
|
44 |
* 'functions. The command line tools and the parameters for the |
|
45 |
* 'servlet have changed substantially. |
|
46 |
* ' |
|
40 | 47 |
* 'Revision 1.1.2.1 2000/06/25 23:55:50 jones |
41 | 48 |
* 'Added AccessionNumberException to provide mechanism for handling |
42 | 49 |
* 'invalid or inappropriate accession numbers. |
src/edu/ucsb/nceas/metacat/DBSAXHandler.java | ||
---|---|---|
5 | 5 |
* Copyright: 2000 Regents of the University of California and the |
6 | 6 |
* National Center for Ecological Analysis and Synthesis |
7 | 7 |
* Authors: Matt Jones, Jivka Bojilova |
8 |
* Release: @release@ |
|
8 | 9 |
* |
9 | 10 |
* '$Author$' |
10 | 11 |
* '$Date$' |
... | ... | |
360 | 361 |
|
361 | 362 |
/** |
362 | 363 |
* '$Log$ |
364 |
* 'Revision 1.32 2000/08/03 23:17:03 bojilova |
|
365 |
* 'Call to DBSAXNode constructor simplified |
|
366 |
* ' |
|
363 | 367 |
* 'Revision 1.31 2000/06/29 23:27:08 jones |
364 | 368 |
* 'Fixed bug in DBEntityResolver so that it now properly delegates to |
365 | 369 |
* 'the system id found inthe database. |
src/edu/ucsb/nceas/metacat/DBValidate.java | ||
---|---|---|
7 | 7 |
* Copyright: 2000 Regents of the University of California and the |
8 | 8 |
* National Center for Ecological Analysis and Synthesis |
9 | 9 |
* Authors: Dan Higgins, Matt Jones |
10 |
* Release: @release@ |
|
10 | 11 |
* |
11 | 12 |
* '$Author$' |
12 | 13 |
* '$Date$' |
... | ... | |
331 | 332 |
|
332 | 333 |
/** |
333 | 334 |
* '$Log$ |
335 |
* 'Revision 1.8 2000/06/29 23:27:08 jones |
|
336 |
* 'Fixed bug in DBEntityResolver so that it now properly delegates to |
|
337 |
* 'the system id found inthe database. |
|
338 |
* 'Changed DBValidate to use DBEntityResolver, rather than the OASIS |
|
339 |
* 'catalog, and to return validation results in XML format. |
|
340 |
* ' |
|
334 | 341 |
* 'Revision 1.7 2000/06/26 10:35:05 jones |
335 | 342 |
* 'Merged in substantial changes to DBWriter and associated classes and to |
336 | 343 |
* 'the MetaCatServlet in order to accomodate the new UPDATE and DELETE |
src/edu/ucsb/nceas/metacat/DBSAXDocument.java | ||
---|---|---|
4 | 4 |
* Copyright: 2000 Regents of the University of California and the |
5 | 5 |
* National Center for Ecological Analysis and Synthesis |
6 | 6 |
* Authors: Jivka Bojilova, Matt Jones |
7 |
* Release: @release@ |
|
7 | 8 |
* |
8 | 9 |
* '$Author$' |
9 | 10 |
* '$Date$' |
... | ... | |
276 | 277 |
|
277 | 278 |
/** |
278 | 279 |
* '$Log$ |
280 |
* 'Revision 1.16 2000/08/03 23:15:11 bojilova |
|
281 |
* 'Added public method to return the rootnodeid of the document |
|
282 |
* ' |
|
279 | 283 |
* 'Revision 1.15 2000/06/27 04:31:07 jones |
280 | 284 |
* 'Fixed bugs associated with the new UPDATE and DELETE functions of |
281 | 285 |
* 'DBWriter. There were problematic interactions between some static |
src/edu/ucsb/nceas/metacat/DBEntityResolver.java | ||
---|---|---|
5 | 5 |
* Copyright: 2000 Regents of the University of California and the |
6 | 6 |
* National Center for Ecological Analysis and Synthesis |
7 | 7 |
* Authors: Jivka Bojilova, Matt Jones |
8 |
* Release: @release@ |
|
8 | 9 |
* |
9 | 10 |
* '$Author$' |
10 | 11 |
* '$Date$' |
... | ... | |
209 | 210 |
|
210 | 211 |
/** |
211 | 212 |
* '$Log$ |
213 |
* 'Revision 1.14 2000/06/30 00:52:04 jones |
|
214 |
* 'changed char stream to byte stream |
|
215 |
* ' |
|
212 | 216 |
* 'Revision 1.13 2000/06/29 23:27:08 jones |
213 | 217 |
* 'Fixed bug in DBEntityResolver so that it now properly delegates to |
214 | 218 |
* 'the system id found inthe database. |
src/edu/ucsb/nceas/metacat/QuerySpecification.java | ||
---|---|---|
7 | 7 |
* Copyright: 2000 Regents of the University of California and the |
8 | 8 |
* National Center for Ecological Analysis and Synthesis |
9 | 9 |
* Authors: Matt Jones |
10 |
* Release: @release@ |
|
10 | 11 |
* |
11 | 12 |
* '$Author$' |
12 | 13 |
* '$Date$' |
... | ... | |
482 | 483 |
|
483 | 484 |
/** |
484 | 485 |
* '$Log$ |
486 |
* 'Revision 1.10 2000/06/26 10:35:05 jones |
|
487 |
* 'Merged in substantial changes to DBWriter and associated classes and to |
|
488 |
* 'the MetaCatServlet in order to accomodate the new UPDATE and DELETE |
|
489 |
* 'functions. The command line tools and the parameters for the |
|
490 |
* 'servlet have changed substantially. |
|
491 |
* ' |
|
485 | 492 |
* 'Revision 1.9.2.3 2000/06/25 23:38:17 jones |
486 | 493 |
* 'Added RCSfile keyword |
487 | 494 |
* ' |
src/edu/ucsb/nceas/metacat/DBSAXNode.java | ||
---|---|---|
4 | 4 |
* Copyright: 2000 Regents of the University of California and the |
5 | 5 |
* National Center for Ecological Analysis and Synthesis |
6 | 6 |
* Authors: Matt Jones |
7 |
* Release: @release@ |
|
7 | 8 |
* |
8 | 9 |
* '$Author$' |
9 | 10 |
* '$Date$' |
... | ... | |
305 | 306 |
|
306 | 307 |
/** |
307 | 308 |
* '$Log$ |
309 |
* 'Revision 1.33 2000/08/03 23:17:19 bojilova |
|
310 |
* 'DBSAXNode constructor simplified |
|
311 |
* ' |
|
308 | 312 |
* 'Revision 1.32 2000/06/27 04:31:07 jones |
309 | 313 |
* 'Fixed bugs associated with the new UPDATE and DELETE functions of |
310 | 314 |
* 'DBWriter. There were problematic interactions between some static |
src/edu/ucsb/nceas/metacat/CommentNode.java | ||
---|---|---|
5 | 5 |
* Copyright: 2000 Regents of the University of California and the |
6 | 6 |
* National Center for Ecological Analysis and Synthesis |
7 | 7 |
* Authors: Matt Jones |
8 |
* Release: @release@ |
|
8 | 9 |
* |
9 | 10 |
* '$Author$' |
10 | 11 |
* '$Date$' |
... | ... | |
56 | 57 |
|
57 | 58 |
/** |
58 | 59 |
* '$Log$ |
60 |
* 'Revision 1.1 2000/06/28 02:36:26 jones |
|
61 |
* 'Added feature to now ouput COMMENTs and PIs when the document is |
|
62 |
* 'read from the database with DBReader. |
|
63 |
* ' |
|
59 | 64 |
*/ |
src/edu/ucsb/nceas/metacat/DBReader.java | ||
---|---|---|
5 | 5 |
* Copyright: 2000 Regents of the University of California and the |
6 | 6 |
* National Center for Ecological Analysis and Synthesis |
7 | 7 |
* Authors: Matt Jones |
8 |
* Release: @release@ |
|
8 | 9 |
* |
9 | 10 |
* '$Author$' |
10 | 11 |
* '$Date$' |
... | ... | |
250 | 251 |
|
251 | 252 |
/** |
252 | 253 |
* '$Log$ |
254 |
* 'Revision 1.19 2000/08/11 22:20:04 jones |
|
255 |
* 'Changed exception handling mechanisms for DBReader |
|
256 |
* ' |
|
253 | 257 |
* 'Revision 1.18 2000/08/10 22:39:04 jones |
254 | 258 |
* 'changed getRootNode method from public to private |
255 | 259 |
* ' |
src/edu/ucsb/nceas/metacat/DBQuery.java | ||
---|---|---|
8 | 8 |
* Copyright: 2000 Regents of the University of California and the |
9 | 9 |
* National Center for Ecological Analysis and Synthesis |
10 | 10 |
* Authors: Matt Jones |
11 |
* Release: @release@ |
|
11 | 12 |
* |
12 | 13 |
* '$Author$' |
13 | 14 |
* '$Date$' |
... | ... | |
312 | 313 |
|
313 | 314 |
/** |
314 | 315 |
* '$Log$ |
316 |
* 'Revision 1.11 2000/08/11 18:26:07 berkley |
|
317 |
* 'added createSQuery |
|
318 |
* ' |
|
315 | 319 |
* 'Revision 1.10 2000/07/26 20:40:41 higgins |
316 | 320 |
* 'no message |
317 | 321 |
* ' |
src/edu/ucsb/nceas/metacat/MetaCatUtil.java | ||
---|---|---|
4 | 4 |
* Copyright: 2000 Regents of the University of California and the |
5 | 5 |
* National Center for Ecological Analysis and Synthesis |
6 | 6 |
* Authors: Matt Jones, Jivka Bojilova |
7 |
* Release: @release@ |
|
7 | 8 |
* |
8 | 9 |
* '$Author$' |
9 | 10 |
* '$Date$' |
... | ... | |
237 | 238 |
|
238 | 239 |
/** |
239 | 240 |
* '$Log$ |
241 |
* 'Revision 1.13 2000/08/09 00:39:47 jones |
|
242 |
* '-Reorganized xmltodb module to support new install process for the new |
|
243 |
* 'linux server (dev.nceas.ucsb.edu). Added "build.sh" shell script that |
|
244 |
* 'calls ant withthe proper umask set for installation. Use: |
|
245 |
* ' |
|
246 |
* ' ./build.sh install |
|
247 |
* ' |
|
248 |
* 'to post a new copy of the servlet and its supporting files to the install |
|
249 |
* 'directory defined in build.xml. |
|
250 |
* ' |
|
251 |
* '-Updated the servlet to use a new servlet prefix that we'll use with the |
|
252 |
* 'Tomcat servlet engine. |
|
253 |
* ' |
|
254 |
* '-Update bin dir shell scripts to reflect new locations of relevant jar files. |
|
255 |
* ' |
|
240 | 256 |
* 'Revision 1.12 2000/08/04 23:34:10 bojilova |
241 | 257 |
* 'more precise handling of the Connection Pool |
242 | 258 |
* ' |
src/edu/ucsb/nceas/metacat/PINode.java | ||
---|---|---|
5 | 5 |
* Copyright: 2000 Regents of the University of California and the |
6 | 6 |
* National Center for Ecological Analysis and Synthesis |
7 | 7 |
* Authors: Matt Jones |
8 |
* Release: @release@ |
|
8 | 9 |
* |
9 | 10 |
* '$Author$' |
10 | 11 |
* '$Date$' |
... | ... | |
57 | 58 |
|
58 | 59 |
/** |
59 | 60 |
* '$Log$ |
61 |
* 'Revision 1.1 2000/06/28 02:36:26 jones |
|
62 |
* 'Added feature to now ouput COMMENTs and PIs when the document is |
|
63 |
* 'read from the database with DBReader. |
|
64 |
* ' |
|
60 | 65 |
*/ |
src/edu/ucsb/nceas/metacat/AccessionNumberGeneratedException.java | ||
---|---|---|
5 | 5 |
* Copyright: 2000 Regents of the University of California and the |
6 | 6 |
* National Center for Ecological Analysis and Synthesis |
7 | 7 |
* Authors: Matt Jones |
8 |
* Release: @release@ |
|
8 | 9 |
* |
9 | 10 |
* '$Author$' |
10 | 11 |
* '$Date$' |
... | ... | |
31 | 32 |
|
32 | 33 |
/** |
33 | 34 |
* '$Log$ |
35 |
* 'Revision 1.1 2000/06/27 04:31:07 jones |
|
36 |
* 'Fixed bugs associated with the new UPDATE and DELETE functions of |
|
37 |
* 'DBWriter. There were problematic interactions between some static |
|
38 |
* 'variables used in DBEntityResolver and the way in which the |
|
39 |
* 'Servlet objects are re-used across multiple client invocations. |
|
40 |
* ' |
|
41 |
* 'Generally cleaned up error reporting. Now all errors and success |
|
42 |
* 'results are reported as XML documents from MetaCatServlet. Need |
|
43 |
* 'to make the command line tools do the same. |
|
44 |
* ' |
|
34 | 45 |
*/ |
src/edu/ucsb/nceas/metacat/DBDTDHandler.java | ||
---|---|---|
5 | 5 |
* Copyright: 2000 Regents of the University of California and the |
6 | 6 |
* National Center for Ecological Analysis and Synthesis |
7 | 7 |
* Authors: Jivka Bojilova |
8 |
* Release: @release@ |
|
8 | 9 |
* |
9 | 10 |
* '$Author$' |
10 | 11 |
* '$Date$' |
... | ... | |
144 | 145 |
|
145 | 146 |
/** |
146 | 147 |
* '$Log$ |
148 |
* 'Revision 1.10 2000/06/27 04:31:07 jones |
|
149 |
* 'Fixed bugs associated with the new UPDATE and DELETE functions of |
|
150 |
* 'DBWriter. There were problematic interactions between some static |
|
151 |
* 'variables used in DBEntityResolver and the way in which the |
|
152 |
* 'Servlet objects are re-used across multiple client invocations. |
|
153 |
* ' |
|
154 |
* 'Generally cleaned up error reporting. Now all errors and success |
|
155 |
* 'results are reported as XML documents from MetaCatServlet. Need |
|
156 |
* 'to make the command line tools do the same. |
|
157 |
* ' |
|
147 | 158 |
* 'Revision 1.9 2000/06/26 10:35:04 jones |
148 | 159 |
* 'Merged in substantial changes to DBWriter and associated classes and to |
149 | 160 |
* 'the MetaCatServlet in order to accomodate the new UPDATE and DELETE |
src/edu/ucsb/nceas/metacat/AccessionNumber.java | ||
---|---|---|
5 | 5 |
* Copyright: 2000 Regents of the University of California and the |
6 | 6 |
* National Center for Ecological Analysis and Synthesis |
7 | 7 |
* Authors: Jivka Bojilova, Matt Jones |
8 |
* Release: @release@ |
|
8 | 9 |
* |
9 | 10 |
* '$Author$' |
10 | 11 |
* '$Date$' |
... | ... | |
229 | 230 |
|
230 | 231 |
/** |
231 | 232 |
* '$Log$ |
233 |
* 'Revision 1.10 2000/06/27 04:31:07 jones |
|
234 |
* 'Fixed bugs associated with the new UPDATE and DELETE functions of |
|
235 |
* 'DBWriter. There were problematic interactions between some static |
|
236 |
* 'variables used in DBEntityResolver and the way in which the |
|
237 |
* 'Servlet objects are re-used across multiple client invocations. |
|
238 |
* ' |
|
239 |
* 'Generally cleaned up error reporting. Now all errors and success |
|
240 |
* 'results are reported as XML documents from MetaCatServlet. Need |
|
241 |
* 'to make the command line tools do the same. |
|
242 |
* ' |
|
232 | 243 |
* 'Revision 1.9 2000/06/26 10:35:04 jones |
233 | 244 |
* 'Merged in substantial changes to DBWriter and associated classes and to |
234 | 245 |
* 'the MetaCatServlet in order to accomodate the new UPDATE and DELETE |
src/edu/ucsb/nceas/metacat/DBTransform.java | ||
---|---|---|
5 | 5 |
* Copyright: 2000 Regents of the University of California and the |
6 | 6 |
* National Center for Ecological Analysis and Synthesis |
7 | 7 |
* Authors: Matt Jones |
8 |
* Release: @release@ |
|
8 | 9 |
* |
9 | 10 |
* '$Author$' |
10 | 11 |
* '$Date$' |
... | ... | |
181 | 182 |
|
182 | 183 |
/** |
183 | 184 |
* '$Log$ |
185 |
* 'Revision 1.8 2000/06/26 10:35:05 jones |
|
186 |
* 'Merged in substantial changes to DBWriter and associated classes and to |
|
187 |
* 'the MetaCatServlet in order to accomodate the new UPDATE and DELETE |
|
188 |
* 'functions. The command line tools and the parameters for the |
|
189 |
* 'servlet have changed substantially. |
|
190 |
* ' |
|
184 | 191 |
* 'Revision 1.7.2.2 2000/06/25 23:38:16 jones |
185 | 192 |
* 'Added RCSfile keyword |
186 | 193 |
* ' |
src/edu/ucsb/nceas/metacat/DBWriter.java | ||
---|---|---|
5 | 5 |
* Copyright: 2000 Regents of the University of California and the |
6 | 6 |
* National Center for Ecological Analysis and Synthesis |
7 | 7 |
* Authors: Matt Jones |
8 |
* Release: @release@ |
|
8 | 9 |
* |
9 | 10 |
* '$Author$' |
10 | 11 |
* '$Date$' |
... | ... | |
251 | 252 |
|
252 | 253 |
/** |
253 | 254 |
* '$Log$ |
255 |
* 'Revision 1.24 2000/08/14 17:59:32 bojilova |
|
256 |
* 'on "DELETE" added delete from xml_index table for a given docid |
|
257 |
* 'before delete from xml_documents, b' of foreign key in xml_index(docid) |
|
258 |
* 'to xml_documents(docid) |
|
259 |
* ' |
|
254 | 260 |
* 'Revision 1.23 2000/06/29 23:27:08 jones |
255 | 261 |
* 'Fixed bug in DBEntityResolver so that it now properly delegates to |
256 | 262 |
* 'the system id found inthe database. |
src/edu/ucsb/nceas/metacat/MetaCatSession.java | ||
---|---|---|
4 | 4 |
* Copyright: 2000 Regents of the University of California and the |
5 | 5 |
* National Center for Ecological Analysis and Synthesis |
6 | 6 |
* Authors: Matt Jones |
7 |
* Release: @release@ |
|
7 | 8 |
* |
8 | 9 |
* '$Author$' |
9 | 10 |
* '$Date$' |
src/edu/ucsb/nceas/metacat/DBUtil.java | ||
---|---|---|
6 | 6 |
* Copyright: 2000 Regents of the University of California and the |
7 | 7 |
* National Center for Ecological Analysis and Synthesis |
8 | 8 |
* Authors: Jivka Bojilova |
9 |
* Release: @release@ |
|
9 | 10 |
* |
10 | 11 |
* '$Author$' |
11 | 12 |
* '$Date$' |
src/edu/ucsb/nceas/metacat/McdbException.java | ||
---|---|---|
5 | 5 |
* Copyright: 2000 Regents of the University of California and the |
6 | 6 |
* National Center for Ecological Analysis and Synthesis |
7 | 7 |
* Authors: Matt Jones |
8 |
* Release: @release@ |
|
8 | 9 |
* |
9 | 10 |
* '$Author$' |
10 | 11 |
* '$Date$' |
src/edu/ucsb/nceas/metacat/DBSimpleQuery.java | ||
---|---|---|
7 | 7 |
* Copyright: 2000 Regents of the University of California and the |
8 | 8 |
* National Center for Ecological Analysis and Synthesis |
9 | 9 |
* Authors: Matt Jones |
10 |
* Release: @release@ |
|
10 | 11 |
* |
11 | 12 |
* '$Author$' |
12 | 13 |
* '$Date$' |
... | ... | |
201 | 202 |
|
202 | 203 |
/** |
203 | 204 |
* '$Log$ |
205 |
* 'Revision 1.17 2000/07/26 20:40:40 higgins |
|
206 |
* 'no message |
|
207 |
* ' |
|
204 | 208 |
* 'Revision 1.16 2000/06/26 10:35:05 jones |
205 | 209 |
* 'Merged in substantial changes to DBWriter and associated classes and to |
206 | 210 |
* 'the MetaCatServlet in order to accomodate the new UPDATE and DELETE |
src/edu/ucsb/nceas/metacat/BasicNode.java | ||
---|---|---|
4 | 4 |
* Copyright: 2000 Regents of the University of California and the |
5 | 5 |
* National Center for Ecological Analysis and Synthesis |
6 | 6 |
* Authors: Matt Jones |
7 |
* Release: @release@ |
|
7 | 8 |
* |
8 | 9 |
* '$Author$' |
9 | 10 |
* '$Date$' |
... | ... | |
221 | 222 |
|
222 | 223 |
/** |
223 | 224 |
* '$Log$ |
225 |
* 'Revision 1.20 2000/06/26 10:35:04 jones |
|
226 |
* 'Merged in substantial changes to DBWriter and associated classes and to |
|
227 |
* 'the MetaCatServlet in order to accomodate the new UPDATE and DELETE |
|
228 |
* 'functions. The command line tools and the parameters for the |
|
229 |
* 'servlet have changed substantially. |
|
230 |
* ' |
|
224 | 231 |
* 'Revision 1.19.2.2 2000/06/25 23:38:16 jones |
225 | 232 |
* 'Added RCSfile keyword |
226 | 233 |
* ' |
src/edu/ucsb/nceas/metacat/McdbDocNotFoundException.java | ||
---|---|---|
6 | 6 |
* Copyright: 2000 Regents of the University of California and the |
7 | 7 |
* National Center for Ecological Analysis and Synthesis |
8 | 8 |
* Authors: Matt Jones |
9 |
* Release: @release@ |
|
9 | 10 |
* |
10 | 11 |
* '$Author$' |
11 | 12 |
* '$Date$' |
src/edu/ucsb/nceas/metacat/TextNode.java | ||
---|---|---|
5 | 5 |
* Copyright: 2000 Regents of the University of California and the |
6 | 6 |
* National Center for Ecological Analysis and Synthesis |
7 | 7 |
* Authors: Matt Jones |
8 |
* Release: @release@ |
|
8 | 9 |
* |
9 | 10 |
* '$Author$' |
10 | 11 |
* '$Date$' |
... | ... | |
56 | 57 |
|
57 | 58 |
/** |
58 | 59 |
* '$Log$ |
60 |
* 'Revision 1.8 2000/06/28 02:36:26 jones |
|
61 |
* 'Added feature to now ouput COMMENTs and PIs when the document is |
|
62 |
* 'read from the database with DBReader. |
|
63 |
* ' |
|
59 | 64 |
* 'Revision 1.7 2000/06/26 10:35:05 jones |
60 | 65 |
* 'Merged in substantial changes to DBWriter and associated classes and to |
61 | 66 |
* 'the MetaCatServlet in order to accomodate the new UPDATE and DELETE |
Also available in: Unified diff
Added "release" keyword to all metacat source files so that the release
number will be evident in software distributions.