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/14 00:23:36 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/oscom/config/search cmfs-luceneDoc.xconf

michi       2003/11/13 15:23:36

  Modified:    src/java/org/apache/lenya/lucene/index
                        configuration2xslt.xsl
                        ConfigurableDocumentCreator.java
               src/webapp/lenya/pubs/oscom/config/search
                        cmfs-luceneDoc.xconf
  Log:
  namespace fixed
  
  Revision  Changes    Path
  1.3       +1 -1      cocoon-lenya/src/java/org/apache/lenya/lucene/index/configuration2xslt.xsl
  
  Index: configuration2xslt.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/lucene/index/configuration2xslt.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- configuration2xslt.xsl	13 Nov 2003 22:55:17 -0000	1.2
  +++ configuration2xslt.xsl	13 Nov 2003 23:23:36 -0000	1.3
  @@ -12,7 +12,7 @@
       xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
       xmlns:xsl-out="http://www.wyona.org/2002/xslt"
       xmlns:fo="http://www.w3.org/1999/XSL/Format"
  -    xmlns:luc="http://www.wyona.org/2003/lucene"
  +    xmlns:luc="http://apache.org/cocoon/lenya/lucene/1.0"
       xmlns:xhtml="http://www.w3.org/1999/xhtml"
       >
   
  
  
  
  1.8       +2 -2      cocoon-lenya/src/java/org/apache/lenya/lucene/index/ConfigurableDocumentCreator.java
  
  Index: ConfigurableDocumentCreator.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/lucene/index/ConfigurableDocumentCreator.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ConfigurableDocumentCreator.java	13 Nov 2003 22:55:17 -0000	1.7
  +++ ConfigurableDocumentCreator.java	13 Nov 2003 23:23:36 -0000	1.8
  @@ -99,7 +99,7 @@
   public class ConfigurableDocumentCreator extends AbstractDocumentCreator {
       Category log = Category.getInstance(ConfigurableDocumentCreator.class);
     
  -    public static final String LUCENE_NAMESPACE = "http://www.wyona.org/2003/lucene";
  +    public static final String LUCENE_NAMESPACE = "http://apache.org/cocoon/lenya/lucene/1.0";
       public static final String XHTML_NAMESPACE = "http://www.w3.org/1999/xhtml";
   
       /**
  
  
  
  1.2       +1 -1      cocoon-lenya/src/webapp/lenya/pubs/oscom/config/search/cmfs-luceneDoc.xconf
  
  Index: cmfs-luceneDoc.xconf
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/oscom/config/search/cmfs-luceneDoc.xconf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cmfs-luceneDoc.xconf	13 Nov 2003 22:58:42 -0000	1.1
  +++ cmfs-luceneDoc.xconf	13 Nov 2003 23:23:36 -0000	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<luc:document xmlns:luc="http://www.wyona.org/2003/lucene">
  +<luc:document xmlns:luc="http://apache.org/cocoon/lenya/lucene/1.0">
   <!--
     <luc:variable name="" value=""/>
   -->
  
  
  

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