You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@apache.org on 2003/05/19 12:02:07 UTC

cvs commit: cocoon-2.1/src/blocks/slide/samples description2html4content.xsl description2html4locks.xsl description2html4permissions.xsl description2html4properties.xsl principal2auth.xsl principal2html4users.xsl

stephan     2003/05/19 03:02:06

  Modified:    src/blocks/slide/java/org/apache/cocoon/components/source/impl
                        GIFSourceInspector.java JPEGSourceInspector.java
                        XPathSourceInspector.java
               src/blocks/slide/java/org/apache/cocoon/generation
                        PrincipalListGenerator.java
                        SourceDescriptionGenerator.java
               src/blocks/slide/samples description2html4content.xsl
                        description2html4locks.xsl
                        description2html4permissions.xsl
                        description2html4properties.xsl principal2auth.xsl
                        principal2html4users.xsl
  Log:
  Changed namespace to be coherent.
  
  Revision  Changes    Path
  1.3       +2 -2      cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/components/source/impl/GIFSourceInspector.java
  
  Index: GIFSourceInspector.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/components/source/impl/GIFSourceInspector.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- GIFSourceInspector.java	16 Mar 2003 17:49:07 -0000	1.2
  +++ GIFSourceInspector.java	19 May 2003 10:02:05 -0000	1.3
  @@ -77,7 +77,7 @@
   public class GIFSourceInspector extends AbstractLogEnabled implements 
       SourceInspector, ThreadSafe {
   
  -    private String PROPERTY_NS = "http://xml.apache.org/cocoon/GIFSourceInspector";
  +    private String PROPERTY_NS = "http://apache.org/cocoon/inspector/gif/1.0";
       private static String IMAGE_WIDTH_PROPERTY_NAME = "width";
       private static String IMAGE_HEIGHT_PROPERTY_NAME = "height";
   
  
  
  
  1.4       +2 -2      cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/components/source/impl/JPEGSourceInspector.java
  
  Index: JPEGSourceInspector.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/components/source/impl/JPEGSourceInspector.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- JPEGSourceInspector.java	24 Mar 2003 14:33:54 -0000	1.3
  +++ JPEGSourceInspector.java	19 May 2003 10:02:05 -0000	1.4
  @@ -75,7 +75,7 @@
   public class JPEGSourceInspector extends AbstractLogEnabled implements 
       SourceInspector, ThreadSafe {
   
  -    private String PROPERTY_NS = "http://xml.apache.org/cocoon/JPEGSourceInspector";
  +    private String PROPERTY_NS = "http://apache.org/cocoon/inspector/jpeg/1.0";
       private static String IMAGE_WIDTH_PROPERTY_NAME = "width";
       private static String IMAGE_HEIGHT_PROPERTY_NAME = "height";
   
  
  
  
  1.3       +2 -2      cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/components/source/impl/XPathSourceInspector.java
  
  Index: XPathSourceInspector.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/components/source/impl/XPathSourceInspector.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XPathSourceInspector.java	16 Mar 2003 17:49:07 -0000	1.2
  +++ XPathSourceInspector.java	19 May 2003 10:02:05 -0000	1.3
  @@ -84,7 +84,7 @@
   public class XPathSourceInspector extends AbstractLogEnabled implements 
       SourceInspector, ThreadSafe, Parameterizable {
   
  -    private String propertynamespace = "http://xml.apache.org/cocoon/XPathSourceInspector";
  +    private String propertynamespace = "http://apache.org/cocoon/inspector/xpath/1.0";
       private String propertyname = "result";
       private String extension = null;
       private String xpath = null;
  
  
  
  1.2       +2 -2      cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/generation/PrincipalListGenerator.java
  
  Index: PrincipalListGenerator.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/generation/PrincipalListGenerator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PrincipalListGenerator.java	9 Mar 2003 00:06:22 -0000	1.1
  +++ PrincipalListGenerator.java	19 May 2003 10:02:05 -0000	1.2
  @@ -82,7 +82,7 @@
   
       /** Namespace of the generated list. */
       private static final String PL_NS =
  -      "http://xml.apache.org/cocoon/PrincipalListGenerator";
  +      "http://apache.org/cocoon/principal/1.0";
   
       /** The namespace prefix of the resource description framework. */
       //private static final String PL_PREFIX                   = "pl";
  
  
  
  1.4       +2 -2      cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/generation/SourceDescriptionGenerator.java
  
  Index: SourceDescriptionGenerator.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/generation/SourceDescriptionGenerator.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SourceDescriptionGenerator.java	24 Mar 2003 14:33:56 -0000	1.3
  +++ SourceDescriptionGenerator.java	19 May 2003 10:02:06 -0000	1.4
  @@ -94,7 +94,7 @@
     implements CacheableProcessingComponent, Recyclable {
   
       /** Namespace of the source description. */
  -    private static final String SOURCE_NS = "http://xml.apache.org/cocoon/source/2.0";
  +    private static final String SOURCE_NS = "http://apache.org/cocoon/description/2.0";
   
       /** The namespace prefix of the source description. */
       private static final String SOURCE_PREFIX = "source";
  
  
  
  1.4       +1 -1      cocoon-2.1/src/blocks/slide/samples/description2html4content.xsl
  
  Index: description2html4content.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/samples/description2html4content.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- description2html4content.xsl	7 May 2003 16:50:40 -0000	1.3
  +++ description2html4content.xsl	19 May 2003 10:02:06 -0000	1.4
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:source="http://xml.apache.org/cocoon/source/2.0" xmlns:dav="DAV:" xmlns:xi="http://www.w3.org/2001/XInclude" version="1.0">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:source="http://apache.org/cocoon/description/2.0" xmlns:dav="DAV:" xmlns:xi="http://www.w3.org/2001/XInclude" version="1.0">
   
     <xsl:output indent="yes"/>
   
  
  
  
  1.4       +1 -1      cocoon-2.1/src/blocks/slide/samples/description2html4locks.xsl
  
  Index: description2html4locks.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/samples/description2html4locks.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- description2html4locks.xsl	7 May 2003 16:50:40 -0000	1.3
  +++ description2html4locks.xsl	19 May 2003 10:02:06 -0000	1.4
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:source="http://xml.apache.org/cocoon/source/2.0" xmlns:dav="DAV:" version="1.0">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:source="http://apache.org/cocoon/description/2.0" xmlns:dav="DAV:" version="1.0">
   
     <xsl:output indent="yes"/>
   
  
  
  
  1.4       +1 -1      cocoon-2.1/src/blocks/slide/samples/description2html4permissions.xsl
  
  Index: description2html4permissions.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/samples/description2html4permissions.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- description2html4permissions.xsl	7 May 2003 16:50:40 -0000	1.3
  +++ description2html4permissions.xsl	19 May 2003 10:02:06 -0000	1.4
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:source="http://xml.apache.org/cocoon/source/2.0" xmlns:dav="DAV:" xmlns:pl="http://xml.apache.org/cocoon/PrincipalListGenerator" version="1.0">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:source="http://apache.org/cocoon/description/2.0" xmlns:dav="DAV:" xmlns:pl="http://apache.org/cocoon/principal/1.0" version="1.0">
   
     <xsl:output indent="yes"/>
   
  
  
  
  1.4       +1 -1      cocoon-2.1/src/blocks/slide/samples/description2html4properties.xsl
  
  Index: description2html4properties.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/samples/description2html4properties.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- description2html4properties.xsl	7 May 2003 16:50:40 -0000	1.3
  +++ description2html4properties.xsl	19 May 2003 10:02:06 -0000	1.4
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:source="http://xml.apache.org/cocoon/source/2.0" xmlns:dav="DAV:" version="1.0">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:source="http://apache.org/cocoon/description/2.0" xmlns:dav="DAV:" version="1.0">
   
     <xsl:output indent="yes"/>
   
  
  
  
  1.2       +1 -1      cocoon-2.1/src/blocks/slide/samples/principal2auth.xsl
  
  Index: principal2auth.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/samples/principal2auth.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- principal2auth.xsl	9 Mar 2003 00:06:26 -0000	1.1
  +++ principal2auth.xsl	19 May 2003 10:02:06 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   <xsl:stylesheet version="1.0" 
                   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  -                xmlns:pl="http://xml.apache.org/cocoon/PrincipalListGenerator">
  +                xmlns:pl="http://apache.org/cocoon/principal/1.0">
   
    <xsl:param name="name"/>
    <xsl:param name="password"/>
  
  
  
  1.4       +1 -1      cocoon-2.1/src/blocks/slide/samples/principal2html4users.xsl
  
  Index: principal2html4users.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/samples/principal2html4users.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- principal2html4users.xsl	7 May 2003 16:50:40 -0000	1.3
  +++ principal2html4users.xsl	19 May 2003 10:02:06 -0000	1.4
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pl="http://xml.apache.org/cocoon/PrincipalListGenerator" version="1.0">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pl="http://apache.org/cocoon/principal/1.0" version="1.0">
   
     <xsl:output indent="yes"/>