You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2003/11/13 23:56:43 UTC

cvs commit: cocoon-lenya/src/java/org/apache/lenya/lucene/html HtmlContentHandler.java

michi       2003/11/13 14:56:43

  Modified:    src/java/org/apache/lenya/lucene/html
                        HtmlContentHandler.java
  Log:
  michi removed
  
  Revision  Changes    Path
  1.5       +2 -4      cocoon-lenya/src/java/org/apache/lenya/lucene/html/HtmlContentHandler.java
  
  Index: HtmlContentHandler.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/lucene/html/HtmlContentHandler.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- HtmlContentHandler.java	23 Jul 2003 13:21:17 -0000	1.4
  +++ HtmlContentHandler.java	13 Nov 2003 22:56:43 -0000	1.5
  @@ -75,9 +75,7 @@
           org.apache.excalibur.xml.sax.JTidyHTMLParser parser = new org.apache.excalibur.xml.sax.JTidyHTMLParser();
   
           try {
  -            parser.parse(new org.xml.sax.InputSource(
  -                    new java.io.FileInputStream("/home/michi/eurex/htdocs_dump_BAK1/index.html")),
  -                ch);
  +            parser.parse(new org.xml.sax.InputSource(new java.io.FileInputStream("/usr/local/apache/htdocs/index.html")), ch);
           } catch (Exception e) {
               System.err.println(e);
           }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org