Project

General

Profile

« Previous | Next » 

Revision 5027

Added by daigle over 14 years ago

Change MetaCatVersion to MetacatVersion

View differences:

metacat-configuration.jsp
1 1
<%@ page language="java"  %>
2
<%@ page import="edu.ucsb.nceas.metacat.database.DBVersion,edu.ucsb.nceas.metacat.MetaCatVersion" %>
2
<%@ page import="edu.ucsb.nceas.metacat.database.DBVersion,edu.ucsb.nceas.metacat.MetacatVersion" %>
3 3
<%@ page import="edu.ucsb.nceas.metacat.service.PropertyService" %>
4 4

  
5 5
<%
......
30 30
%>
31 31

  
32 32
<%
33
	MetaCatVersion metacatVersion = (MetaCatVersion)request.getAttribute("metaCatVersion"); 	
33
	MetacatVersion metacatVersion = (MetacatVersion)request.getAttribute("metaCatVersion"); 	
34 34
	DBVersion databaseVersion = (DBVersion)request.getAttribute("databaseVersion");		
35 35
    Boolean propsConfigured = (Boolean)request.getAttribute("propsConfigured");	
36 36
    Boolean orgsConfigured = (Boolean)request.getAttribute("orgsConfigured");	
......
223 223
<%
224 224
		} else {
225 225
%> 	
226
			Configuration of Metacat is complete.  You can <a href="<%= request.getContextPath() %>/metacat?action=gohome">go to metacat</a> 
226
			Configuration of Metacat is complete.  You can <a href="<%= request.getContextPath() %>">go to metacat</a> 
227 227
			now.  Note that this may take some time while the system initializes with the new configuration values.
228 228
<%
229 229
		}

Also available in: Unified diff