Project

General

Profile

« Previous | Next » 

Revision 5027

Added by daigle over 14 years ago

Change MetaCatVersion to MetacatVersion

View differences:

PropertyService.java
61 61
	public static final String UNCONFIGURED = "false"; 
62 62
	public static final String BYPASSED = "bypassed";
63 63
	
64
	private static final String MAIN_CONFIG_NAME = "metacat.properties";
64
	private static String MAIN_CONFIG_NAME = "";
65 65
	private static final String AUTH_CONFIG_NAME = "auth.properties";
66 66
	
67 67
	private static boolean bypassAlreadyChecked = false;
......
96 96
	private PropertyService() throws ServiceException {		
97 97
		_serviceName = "PropertyService";
98 98
		
99
		MAIN_CONFIG_NAME = ServiceService.CONFIG_FILE_NAME;
100
		
99 101
		initialize();		
100 102
	}
101 103
	

Also available in: Unified diff