You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2004/03/31 15:13:14 UTC

cvs commit: cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification Descriptor.java

cziegeler    2004/03/31 05:13:14

  Modified:    src/kernel/org/apache/cocoon/kernel/identification
                        Descriptor.java
  Log:
  Correct namespace
  
  Revision  Changes    Path
  1.4       +2 -2      cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/Descriptor.java
  
  Index: Descriptor.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/identification/Descriptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Descriptor.java	31 Mar 2004 13:01:39 -0000	1.3
  +++ Descriptor.java	31 Mar 2004 13:13:14 -0000	1.4
  @@ -33,7 +33,7 @@
   
       /** <p>The XML namespace of all block {@link Descriptor}s.</p> */
       public static final String NAMESPACE = 
  -                                "http://www.vnunet.com/blocks/descriptor/1.0";
  +                                "http://apache.org/cocoon/blocks/descriptor/1.0";
   
       /** <p>Identifies a library with &quot;<b>private</b>&quot; access.</p> */
       public static final int ACCESS_PRIVATE = 0;