You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by re...@apache.org on 2001/06/20 20:17:28 UTC

cvs commit: jakarta-slide/src/share/org/apache/slide/content NodeProperty.java

remm        01/06/20 11:17:28

  Modified:    src/share/org/apache/slide/content NodeProperty.java
  Log:
  - Add Slide namespace name constant.
  
  Revision  Changes    Path
  1.5       +6 -4      jakarta-slide/src/share/org/apache/slide/content/NodeProperty.java
  
  Index: NodeProperty.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeProperty.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- NodeProperty.java	2000/12/01 07:17:27	1.4
  +++ NodeProperty.java	2001/06/20 18:17:27	1.5
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeProperty.java,v 1.4 2000/12/01 07:17:27 remm Exp $
  - * $Revision: 1.4 $
  - * $Date: 2000/12/01 07:17:27 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeProperty.java,v 1.5 2001/06/20 18:17:27 remm Exp $
  + * $Revision: 1.5 $
  + * $Date: 2001/06/20 18:17:27 $
    *
    * ====================================================================
    *
  @@ -74,7 +74,7 @@
    * Node property class
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public final class NodeProperty implements Serializable, Cloneable {
       
  @@ -83,6 +83,8 @@
       
       
       public static final String DEFAULT_NAMESPACE = "DAV:";
  +    public static final String SLIDE_NAMESPACE =
  +        "http://jakarta.apache.org/slide/";
       
       
       // ----------------------------------------------------------- Constructors