Project

General

Profile

« Previous | Next » 

Revision 4091

Added by daigle almost 16 years ago

Change default-style property to application.default-style

View differences:

MetaCatServlet.java
1
 /**
1
/**
2 2
 *  '$RCSfile$'
3 3
 *    Purpose: A Class that implements a metadata catalog as a java Servlet
4 4
 *  Copyright: 2006 Regents of the University of California and the
......
3777 3777
				directoryName = 
3778 3778
					PropertyService.getProperty("application.tomcatDir") + "/webapps/"
3779 3779
					+ PropertyService.getProperty("application.context") + "/sitemaps";
3780
				skin = PropertyService.getProperty("default-style");
3780
				skin = PropertyService.getProperty("application.default-style");
3781 3781
				sitemapInterval = 
3782 3782
					Integer.parseInt(PropertyService.getProperty("sitemapInterval"));
3783 3783
			} catch (PropertyNotFoundException pnfe) {

Also available in: Unified diff