Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@www.apache.org Received: (qmail 75404 invoked from network); 16 Mar 2004 05:38:16 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Mar 2004 05:38:16 -0000 Received: (qmail 64452 invoked by uid 500); 16 Mar 2004 05:37:56 -0000 Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 64409 invoked by uid 500); 16 Mar 2004 05:37:55 -0000 Mailing-List: contact forrest-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-cvs@xml.apache.org Received: (qmail 64396 invoked from network); 16 Mar 2004 05:37:55 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 16 Mar 2004 05:37:55 -0000 Received: (qmail 75377 invoked by uid 65534); 16 Mar 2004 05:38:15 -0000 Date: 16 Mar 2004 05:38:15 -0000 Message-ID: <20040316053815.75362.qmail@minotaur.apache.org> From: crossley@apache.org To: forrest-cvs@xml.apache.org Subject: svn commit: rev 9517 - in xml/forrest/trunk: etc scratchpad/forrestbot2/webapp/src/webapp scratchpad/forrestbot2/webapp/src/webapp/common src/forrestbot/webapp src/forrestbot/webapp/WEB-INF X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: crossley Date: Mon Mar 15 21:38:14 2004 New Revision: 9517 Modified: xml/forrest/trunk/etc/relicense-tree.txt xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/commandForm.jsp xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/footer.jsp xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/header.jsp xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/layout.jsp xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/viewlog_frame.jsp xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/index.jsp xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/loginForm.jsp xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/summary.jsp xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/viewlog_body.jsp xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/viewlog_header.jsp xml/forrest/trunk/src/forrestbot/webapp/WEB-INF/logic.jsp xml/forrest/trunk/src/forrestbot/webapp/WEB-INF/utils.jsp xml/forrest/trunk/src/forrestbot/webapp/controlpanel.jsp xml/forrest/trunk/src/forrestbot/webapp/index.jsp xml/forrest/trunk/src/forrestbot/webapp/refresh_controlpanel.jsp xml/forrest/trunk/src/forrestbot/webapp/refresh_frame.jsp xml/forrest/trunk/src/forrestbot/webapp/tail_refreshlog.jsp xml/forrest/trunk/src/forrestbot/webapp/viewsite.jsp Log: Add Apache License 2.0 to *.jsp Modified: xml/forrest/trunk/etc/relicense-tree.txt ============================================================================== --- xml/forrest/trunk/etc/relicense-tree.txt (original) +++ xml/forrest/trunk/etc/relicense-tree.txt Mon Mar 15 21:38:14 2004 @@ -31,10 +31,10 @@ L | | | |-- dto L | | | |-- form L | | | `-- util -*L | | `-- webapp # to do *.jsp *.html ? +*L | | `-- webapp # to do *.html ? *L | | |-- WEB-INF # apply to web.xml ? L | | | `-- tld -*L | | `-- common # to do *.jsp *.html ? +*L | | `-- common # to do *.html ? L | |-- forrestdoc * | | |-- legal # LICENSE.sat.txt is still AL-1.1 N | | |-- lib @@ -186,7 +186,7 @@ L | | |-- samples L | | | `-- entities L | | |-- scripts -* | | |-- webapp # to do *.jsp ? +L | | |-- webapp *L | | | |-- WEB-INF # apply to web.xml ? L | | | | `-- classes L | | | | `-- forrestbot Modified: xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/commandForm.jsp ============================================================================== --- xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/commandForm.jsp (original) +++ xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/commandForm.jsp Mon Mar 15 21:38:14 2004 @@ -1,3 +1,18 @@ + <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %> @@ -5,4 +20,4 @@ do cool stuff here - \ No newline at end of file + Modified: xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/footer.jsp ============================================================================== --- xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/footer.jsp (original) +++ xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/footer.jsp Mon Mar 15 21:38:14 2004 @@ -0,0 +1,15 @@ + Modified: xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/header.jsp ============================================================================== --- xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/header.jsp (original) +++ xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/header.jsp Mon Mar 15 21:38:14 2004 @@ -0,0 +1,15 @@ + Modified: xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/layout.jsp ============================================================================== --- xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/layout.jsp (original) +++ xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/layout.jsp Mon Mar 15 21:38:14 2004 @@ -1,3 +1,18 @@ + <%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles" prefix="tiles" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %> @@ -17,4 +32,4 @@ - \ No newline at end of file + Modified: xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/viewlog_frame.jsp ============================================================================== --- xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/viewlog_frame.jsp (original) +++ xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/common/viewlog_frame.jsp Mon Mar 15 21:38:14 2004 @@ -1,3 +1,18 @@ + <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles" prefix="tiles" %> @@ -12,4 +27,4 @@ header body - \ No newline at end of file + Modified: xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/index.jsp ============================================================================== --- xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/index.jsp (original) +++ xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/index.jsp Mon Mar 15 21:38:14 2004 @@ -1,3 +1,18 @@ + <%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %> Modified: xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/loginForm.jsp ============================================================================== --- xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/loginForm.jsp (original) +++ xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/loginForm.jsp Mon Mar 15 21:38:14 2004 @@ -1,3 +1,18 @@ + <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %> @@ -32,4 +47,4 @@ - \ No newline at end of file + Modified: xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/summary.jsp ============================================================================== --- xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/summary.jsp (original) +++ xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/summary.jsp Mon Mar 15 21:38:14 2004 @@ -1,3 +1,18 @@ + <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %> @@ -89,4 +104,4 @@ <% } %> ---%> \ No newline at end of file +--%> Modified: xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/viewlog_body.jsp ============================================================================== --- xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/viewlog_body.jsp (original) +++ xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/viewlog_body.jsp Mon Mar 15 21:38:14 2004 @@ -1,3 +1,18 @@ + <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %> Modified: xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/viewlog_header.jsp ============================================================================== --- xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/viewlog_header.jsp (original) +++ xml/forrest/trunk/scratchpad/forrestbot2/webapp/src/webapp/viewlog_header.jsp Mon Mar 15 21:38:14 2004 @@ -1,3 +1,18 @@ + <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean-el" prefix="bean-el" %> @@ -15,4 +30,4 @@ - \ No newline at end of file + Modified: xml/forrest/trunk/src/forrestbot/webapp/WEB-INF/logic.jsp ============================================================================== --- xml/forrest/trunk/src/forrestbot/webapp/WEB-INF/logic.jsp (original) +++ xml/forrest/trunk/src/forrestbot/webapp/WEB-INF/logic.jsp Mon Mar 15 21:38:14 2004 @@ -1,3 +1,18 @@ + <%! public static final String COMMANDS_FILE="/WEB-INF/commands"; %> <%@include file="utils.jsp"%> <% Modified: xml/forrest/trunk/src/forrestbot/webapp/WEB-INF/utils.jsp ============================================================================== --- xml/forrest/trunk/src/forrestbot/webapp/WEB-INF/utils.jsp (original) +++ xml/forrest/trunk/src/forrestbot/webapp/WEB-INF/utils.jsp Mon Mar 15 21:38:14 2004 @@ -1,3 +1,18 @@ + <%! private String getTimestamp(String module, Locale loc) { File logFile = new File(getServletContext().getRealPath("/logs/work."+module+".log")); Modified: xml/forrest/trunk/src/forrestbot/webapp/controlpanel.jsp ============================================================================== --- xml/forrest/trunk/src/forrestbot/webapp/controlpanel.jsp (original) +++ xml/forrest/trunk/src/forrestbot/webapp/controlpanel.jsp Mon Mar 15 21:38:14 2004 @@ -1,3 +1,18 @@ + <%@page import="java.io.*,java.util.*,java.text.*"%> <%! Modified: xml/forrest/trunk/src/forrestbot/webapp/index.jsp ============================================================================== --- xml/forrest/trunk/src/forrestbot/webapp/index.jsp (original) +++ xml/forrest/trunk/src/forrestbot/webapp/index.jsp Mon Mar 15 21:38:14 2004 @@ -1 +1,16 @@ + Modified: xml/forrest/trunk/src/forrestbot/webapp/refresh_controlpanel.jsp ============================================================================== --- xml/forrest/trunk/src/forrestbot/webapp/refresh_controlpanel.jsp (original) +++ xml/forrest/trunk/src/forrestbot/webapp/refresh_controlpanel.jsp Mon Mar 15 21:38:14 2004 @@ -1,3 +1,18 @@ + <% String site = request.getParameter("site"); %> Modified: xml/forrest/trunk/src/forrestbot/webapp/refresh_frame.jsp ============================================================================== --- xml/forrest/trunk/src/forrestbot/webapp/refresh_frame.jsp (original) +++ xml/forrest/trunk/src/forrestbot/webapp/refresh_frame.jsp Mon Mar 15 21:38:14 2004 @@ -1,3 +1,18 @@ + Forrestbot Web Interface Modified: xml/forrest/trunk/src/forrestbot/webapp/tail_refreshlog.jsp ============================================================================== --- xml/forrest/trunk/src/forrestbot/webapp/tail_refreshlog.jsp (original) +++ xml/forrest/trunk/src/forrestbot/webapp/tail_refreshlog.jsp Mon Mar 15 21:38:14 2004 @@ -1,3 +1,18 @@ + <%@page import="java.io.*" contentType="text/plain"%> <%! private static final String LOG_FILE="/WEB-INF/refresh_log.txt"; Modified: xml/forrest/trunk/src/forrestbot/webapp/viewsite.jsp ============================================================================== --- xml/forrest/trunk/src/forrestbot/webapp/viewsite.jsp (original) +++ xml/forrest/trunk/src/forrestbot/webapp/viewsite.jsp Mon Mar 15 21:38:14 2004 @@ -1,3 +1,18 @@ + Forrestbot Web Interface