vgritsenko    02/02/28 07:11:29

  Modified:    src/webapp/search create-index.xsp search-index.xsp
                        statistic-index.xsp welcome-index.xsp
  Log:
  remove unused xsp namespaces
  
  Revision  Changes    Path
  1.4       +3 -7      xml-cocoon2/src/webapp/search/create-index.xsp
  
  Index: create-index.xsp
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/search/create-index.xsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- create-index.xsp  28 Jan 2002 02:39:57 -0000      1.3
  +++ create-index.xsp  28 Feb 2002 15:11:28 -0000      1.4
  @@ -1,12 +1,8 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
  -<xsp:page
  -  language="java"
  -  xmlns:xsp="http://apache.org/xsp";
  -  xmlns:xsp-request="http://apache.org/xsp/request/2.0";
  -  xmlns:log="http://apache.org/xsp/log/2.0";
  -  xmlns:capture="http://apache.org/cocoon/capture/1.0";
  ->
  +<xsp:page language="java"
  +          xmlns:xsp="http://apache.org/xsp";
  +          xmlns:xsp-request="http://apache.org/xsp/request/2.0";>
   
     <xsp:structure>
      <xsp:include>org.apache.avalon.framework.context.ContextException</xsp:include>
  
  
  
  1.3       +3 -6      xml-cocoon2/src/webapp/search/search-index.xsp
  
  Index: search-index.xsp
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/search/search-index.xsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- search-index.xsp  4 Jan 2002 07:18:35 -0000       1.2
  +++ search-index.xsp  28 Feb 2002 15:11:28 -0000      1.3
  @@ -1,12 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
  -<xsp:page
  -          language="java"
  +<xsp:page language="java"
             xmlns:xsp="http://apache.org/xsp";
  -          xmlns:xsp-request="http://apache.org/xsp/request/2.0";
  -          xmlns:log="http://apache.org/xsp/log/2.0";
  -          xmlns:capture="http://apache.org/cocoon/capture/1.0";
  ->
  +          xmlns:xsp-request="http://apache.org/xsp/request/2.0";>
  +
     <xsp:structure>
       <xsp:include>org.apache.avalon.framework.context.ContextException</xsp:include>
       
<xsp:include>org.apache.avalon.framework.component.ComponentException</xsp:include>
  
  
  
  1.2       +2 -7      xml-cocoon2/src/webapp/search/statistic-index.xsp
  
  Index: statistic-index.xsp
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/search/statistic-index.xsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- statistic-index.xsp       3 Jan 2002 12:31:44 -0000       1.1
  +++ statistic-index.xsp       28 Feb 2002 15:11:28 -0000      1.2
  @@ -1,12 +1,7 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
  -<xsp:page
  -          language="java"
  -          xmlns:xsp="http://apache.org/xsp";
  -          xmlns:xsp-request="http://apache.org/xsp/request/2.0";
  -          xmlns:log="http://apache.org/xsp/log/2.0";
  -          xmlns:capture="http://apache.org/cocoon/capture/1.0";
  ->
  +<xsp:page language="java" xmlns:xsp="http://apache.org/xsp";>
  +
     <xsp:structure>
       <xsp:include>org.apache.avalon.framework.context.ContextException</xsp:include>
       <xsp:include>org.apache.cocoon.components.search.*</xsp:include>
  
  
  
  1.4       +2 -7      xml-cocoon2/src/webapp/search/welcome-index.xsp
  
  Index: welcome-index.xsp
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/search/welcome-index.xsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- welcome-index.xsp 28 Jan 2002 22:53:37 -0000      1.3
  +++ welcome-index.xsp 28 Feb 2002 15:11:28 -0000      1.4
  @@ -1,12 +1,7 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
  -<xsp:page
  -  language="java"
  -  xmlns:xsp="http://apache.org/xsp";
  -  xmlns:xsp-request="http://apache.org/xsp/request/2.0";
  -  xmlns:log="http://apache.org/xsp/log/2.0";
  -  xmlns:capture="http://apache.org/cocoon/capture/1.0";
  ->
  +<xsp:page language="java" xmlns:xsp="http://apache.org/xsp";>
  +
     <page>
       <title>Welcome to Cocoon XML Search using Lucene</title>
       <content>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to