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/02/10 15:53:15 UTC

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

jefft       2003/02/10 06:53:15

  Modified:    src/resources/forrestbot/webapp controlpanel.jsp
  Log:
  Update module list
  
  Revision  Changes    Path
  1.4       +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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- controlpanel.jsp	19 Jan 2003 05:22:43 -0000	1.3
  +++ controlpanel.jsp	10 Feb 2003 14:53:15 -0000	1.4
  @@ -1,7 +1,7 @@
   <%@page import="java.io.*,java.util.*,java.text.*"%>
   
   <%!
  -String[] sites = new String[]{"xml-forrest", "xml-forrest-template", "xml-site", "incubator-site", "xml-xindice", "xml-fop", "krysalis-centipede"};
  +String[] sites = new String[]{"xml-forrest", "xml-forrest-krysalis", "xml-forrest-template", "xml-site", "incubator-site", "xml-xindice", "xml-fop", "avalon-site", "ws-site", "krysalis-centipede"};
   %>
   <%@include file="WEB-INF/logic.jsp"%>