Project

General

Profile

« Previous | Next » 

Revision 5813

Added by Jing Tao over 13 years ago

Add new selection - destination repository in tpc scheduler.

View differences:

settings.jsp
31 31

  
32 32
<%@ include file="../../common/common-settings.jsp"%>
33 33
<%@ include file="../../common/configure-check.jsp"%>
34

  
34
<%@page import="edu.ucsb.nceas.metacat.properties.PropertyService,java.util.Vector,edu.ucsb.nceas.utilities.StringUtil"%>
35 35
<% 
36 36
	
37 37
 // if true, POST variables echoed at bottom of client's browser window in a big yellow box
......
44 44
  //COMMON_SEARCH_METACAT_POST_FIELDS  +=
45 45
  //SIMPLE_SEARCH_METACAT_POST_FIELDS  +=
46 46
  //ADVANCED_SEARCH_METACAT_POST_FIELD +=
47
  String resultDestinationRepository = PropertyService.getProperty("executionEngine.resultDestinationRepository");
48
  Vector repositoryList = StringUtil.toVector(resultDestinationRepository, ':');
47 49
%>

Also available in: Unified diff