Project

General

Profile

« Previous | Next » 

Revision 4701

Added by daigle over 15 years ago

Renamed MetaCatUtil to MetacatUtil

View differences:

HarvestSiteScheduleTest.java
31 31
import edu.ucsb.nceas.metacat.harvesterClient.Harvester;
32 32
import edu.ucsb.nceas.metacat.harvesterClient.HarvestSiteSchedule;
33 33
import edu.ucsb.nceas.metacat.service.PropertyService;
34
import edu.ucsb.nceas.metacat.util.MetaCatUtil;
34
import edu.ucsb.nceas.metacat.util.MetacatUtil;
35 35

  
36 36
import java.util.Date;
37 37
import javax.xml.parsers.ParserConfigurationException;
......
53 53
  {
54 54
	  try
55 55
	  {
56
		  MetaCatUtil.pathsForIndexing 
57
		         = MetaCatUtil.getOptionList(PropertyService.getProperty("xml.indexPaths"));
56
		  MetacatUtil.pathsForIndexing 
57
		         = MetacatUtil.getOptionList(PropertyService.getProperty("xml.indexPaths"));
58 58
	  }
59 59
	  catch(Exception e)
60 60
	  {

Also available in: Unified diff