Subversion Repositories general

Rev

Rev 962 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
936 dev 1
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
2
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
3
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
4
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
5
 
6
<html>
7
 
8
<head>
9
  <title>Build Cache: OK</title>
10
</head>
11
 
12
<body bgcolor="white">
13
 
14
<h1>Build Cache: OK</h1>
15
 
16
</body>
17
 
18
</html>