Project

General

Profile

« Previous | Next » 

Revision 4213

Added by daigle over 15 years ago

qualify xml and eml properties with an xml. prefix

View differences:

MetaCatServlet.java
366 366
        
367 367
        try {
368 368
        	MetaCatUtil.pathsForIndexing
369
                = MetaCatUtil.getOptionList(PropertyService.getProperty("indexPaths"));
369
                = MetaCatUtil.getOptionList(PropertyService.getProperty("xml.indexPaths"));
370 370
        
371 371
        	MetaCatUtil.pathsForIndexing = 
372
        		MetaCatUtil.getOptionList(PropertyService.getProperty("indexPaths"));
372
        		MetaCatUtil.getOptionList(PropertyService.getProperty("xml.indexPaths"));
373 373
        }
374 374
        catch (PropertyNotFoundException pnfe) {
375 375
        	MetaCatUtil.pathsForIndexing = null;
......
3420 3420
        Vector packageSet = null;
3421 3421
        try {
3422 3422
        	packageSet = 
3423
        		MetaCatUtil.getOptionList(PropertyService.getProperty("packagedoctypeset"));
3423
        		MetaCatUtil.getOptionList(PropertyService.getProperty("xml.packagedoctypeset"));
3424 3424
        } catch (PropertyNotFoundException pnfe) {
3425 3425
        	logMetacat.error("Could not find package doctype set.  Setting to null: " 
3426 3426
        			+ pnfe.getMessage());

Also available in: Unified diff