You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2003/09/06 09:43:34 UTC

cvs commit: xml-forrest/src/resources/forrestbot/webapp controlpanel.jsp

jefft       2003/09/06 00:43:34

  Modified:    src/resources/forrestbot/webapp controlpanel.jsp
  Log:
  Add cocoon-site
  
  Revision  Changes    Path
  1.7       +1 -1      xml-forrest/src/resources/forrestbot/webapp/controlpanel.jsp
  
  Index: controlpanel.jsp
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrestbot/webapp/controlpanel.jsp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- controlpanel.jsp	7 Mar 2003 02:28:56 -0000	1.6
  +++ controlpanel.jsp	6 Sep 2003 07:43:34 -0000	1.7
  @@ -1,7 +1,7 @@
   <%@page import="java.io.*,java.util.*,java.text.*"%>
   
   <%!
  -String[] sites = new String[]{"xml-forrest", "xml-forrest-krysalis", "xml-forrest-template", "xml-site", "incubator-site", "xml-xindice", "xml-fop", "avalon-site", "avalon-phoenix", "ws-site"};
  +String[] sites = new String[]{"xml-forrest", "xml-forrest-krysalis", "xml-forrest-template", "xml-site", "incubator-site", "xml-xindice", "xml-fop", "avalon-site", "avalon-phoenix", "ws-site", "cocoon-site"};
   %>
   <%@include file="WEB-INF/logic.jsp"%>