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...@locus.apache.org on 2000/06/07 18:10:51 UTC

cvs commit: jakarta-slide/src/share/org/apache/slide/common/xml Config.java ConfigDescriptor.java Contentstore.java ContentstoreDescriptor.java Descriptorsstore.java DescriptorsstoreDescriptor.java Domain.java DomainDescriptor.java Latestrevision.java LatestrevisionDescriptor.java Namespace.java NamespaceDef.java NamespaceDefDescriptor.java NamespaceDescriptor.java Objectnode.java ObjectnodeDescriptor.java Parameter.java ParameterDescriptor.java Permission.java PermissionDescriptor.java Property.java PropertyDescriptor.java Relation.java RelationDescriptor.java Revisiondescr.java RevisiondescrDescriptor.java Revisiondescrs.java RevisiondescrsDescriptor.java Scope.java ScopeDescriptor.java Successor.java SuccessorDescriptor.java

remm        00/06/07 09:10:50

  Modified:    src/share/org/apache/slide/common/xml Config.java
                        ConfigDescriptor.java Contentstore.java
                        ContentstoreDescriptor.java Descriptorsstore.java
                        DescriptorsstoreDescriptor.java Domain.java
                        DomainDescriptor.java Latestrevision.java
                        LatestrevisionDescriptor.java Namespace.java
                        NamespaceDef.java NamespaceDefDescriptor.java
                        NamespaceDescriptor.java Objectnode.java
                        ObjectnodeDescriptor.java Parameter.java
                        ParameterDescriptor.java Permission.java
                        PermissionDescriptor.java Property.java
                        PropertyDescriptor.java Relation.java
                        RelationDescriptor.java Revisiondescr.java
                        RevisiondescrDescriptor.java Revisiondescrs.java
                        RevisiondescrsDescriptor.java Scope.java
                        ScopeDescriptor.java Successor.java
                        SuccessorDescriptor.java
  Log:
  Updated to Castor 0.8.7. It seems to work.
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-slide/src/share/org/apache/slide/common/xml/Config.java
  
  Index: Config.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/Config.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Config.java	2000/05/22 16:03:15	1.3
  +++ Config.java	2000/06/07 16:10:37	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -23,7 +23,7 @@
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:15 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:37 $
   **/
   public class Config implements java.io.Serializable {
   
  
  
  
  1.4       +4 -2      jakarta-slide/src/share/org/apache/slide/common/xml/ConfigDescriptor.java
  
  Index: ConfigDescriptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/ConfigDescriptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ConfigDescriptor.java	2000/05/22 16:03:15	1.3
  +++ ConfigDescriptor.java	2000/06/07 16:10:37	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -18,11 +18,13 @@
   import org.exolab.castor.xml.FieldValidator;
   import org.exolab.castor.xml.TypeValidator;
   import org.exolab.castor.xml.XMLFieldDescriptor;
  +import org.exolab.castor.xml.handlers.*;
   import org.exolab.castor.xml.util.XMLFieldDescriptorImpl;
  +import org.exolab.castor.xml.validators.*;
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:15 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:37 $
   **/
   public class ConfigDescriptor implements org.exolab.castor.xml.XMLClassDescriptor {
   
  
  
  
  1.4       +2 -2      jakarta-slide/src/share/org/apache/slide/common/xml/Contentstore.java
  
  Index: Contentstore.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/Contentstore.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Contentstore.java	2000/05/22 16:03:15	1.3
  +++ Contentstore.java	2000/06/07 16:10:38	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -23,7 +23,7 @@
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:15 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:38 $
   **/
   public class Contentstore implements java.io.Serializable {
   
  
  
  
  1.4       +4 -2      jakarta-slide/src/share/org/apache/slide/common/xml/ContentstoreDescriptor.java
  
  Index: ContentstoreDescriptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/ContentstoreDescriptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ContentstoreDescriptor.java	2000/05/22 16:03:16	1.3
  +++ ContentstoreDescriptor.java	2000/06/07 16:10:38	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -18,11 +18,13 @@
   import org.exolab.castor.xml.FieldValidator;
   import org.exolab.castor.xml.TypeValidator;
   import org.exolab.castor.xml.XMLFieldDescriptor;
  +import org.exolab.castor.xml.handlers.*;
   import org.exolab.castor.xml.util.XMLFieldDescriptorImpl;
  +import org.exolab.castor.xml.validators.*;
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:16 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:38 $
   **/
   public class ContentstoreDescriptor implements org.exolab.castor.xml.XMLClassDescriptor {
   
  
  
  
  1.4       +2 -2      jakarta-slide/src/share/org/apache/slide/common/xml/Descriptorsstore.java
  
  Index: Descriptorsstore.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/Descriptorsstore.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Descriptorsstore.java	2000/05/22 16:03:16	1.3
  +++ Descriptorsstore.java	2000/06/07 16:10:39	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -23,7 +23,7 @@
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:16 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:39 $
   **/
   public class Descriptorsstore implements java.io.Serializable {
   
  
  
  
  1.4       +4 -2      jakarta-slide/src/share/org/apache/slide/common/xml/DescriptorsstoreDescriptor.java
  
  Index: DescriptorsstoreDescriptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/DescriptorsstoreDescriptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DescriptorsstoreDescriptor.java	2000/05/22 16:03:16	1.3
  +++ DescriptorsstoreDescriptor.java	2000/06/07 16:10:39	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -18,11 +18,13 @@
   import org.exolab.castor.xml.FieldValidator;
   import org.exolab.castor.xml.TypeValidator;
   import org.exolab.castor.xml.XMLFieldDescriptor;
  +import org.exolab.castor.xml.handlers.*;
   import org.exolab.castor.xml.util.XMLFieldDescriptorImpl;
  +import org.exolab.castor.xml.validators.*;
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:16 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:39 $
   **/
   public class DescriptorsstoreDescriptor implements org.exolab.castor.xml.XMLClassDescriptor {
   
  
  
  
  1.4       +2 -2      jakarta-slide/src/share/org/apache/slide/common/xml/Domain.java
  
  Index: Domain.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/Domain.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Domain.java	2000/05/22 16:03:16	1.3
  +++ Domain.java	2000/06/07 16:10:39	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -23,7 +23,7 @@
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:16 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:39 $
   **/
   public class Domain implements java.io.Serializable {
   
  
  
  
  1.4       +4 -2      jakarta-slide/src/share/org/apache/slide/common/xml/DomainDescriptor.java
  
  Index: DomainDescriptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/DomainDescriptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DomainDescriptor.java	2000/05/22 16:03:16	1.3
  +++ DomainDescriptor.java	2000/06/07 16:10:39	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -18,11 +18,13 @@
   import org.exolab.castor.xml.FieldValidator;
   import org.exolab.castor.xml.TypeValidator;
   import org.exolab.castor.xml.XMLFieldDescriptor;
  +import org.exolab.castor.xml.handlers.*;
   import org.exolab.castor.xml.util.XMLFieldDescriptorImpl;
  +import org.exolab.castor.xml.validators.*;
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:16 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:39 $
   **/
   public class DomainDescriptor implements org.exolab.castor.xml.XMLClassDescriptor {
   
  
  
  
  1.4       +2 -2      jakarta-slide/src/share/org/apache/slide/common/xml/Latestrevision.java
  
  Index: Latestrevision.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/Latestrevision.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Latestrevision.java	2000/05/22 16:03:16	1.3
  +++ Latestrevision.java	2000/06/07 16:10:39	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -21,7 +21,7 @@
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:16 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:39 $
   **/
   public class Latestrevision implements java.io.Serializable {
   
  
  
  
  1.4       +4 -2      jakarta-slide/src/share/org/apache/slide/common/xml/LatestrevisionDescriptor.java
  
  Index: LatestrevisionDescriptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/LatestrevisionDescriptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LatestrevisionDescriptor.java	2000/05/22 16:03:16	1.3
  +++ LatestrevisionDescriptor.java	2000/06/07 16:10:39	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -18,11 +18,13 @@
   import org.exolab.castor.xml.FieldValidator;
   import org.exolab.castor.xml.TypeValidator;
   import org.exolab.castor.xml.XMLFieldDescriptor;
  +import org.exolab.castor.xml.handlers.*;
   import org.exolab.castor.xml.util.XMLFieldDescriptorImpl;
  +import org.exolab.castor.xml.validators.*;
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:16 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:39 $
   **/
   public class LatestrevisionDescriptor implements org.exolab.castor.xml.XMLClassDescriptor {
   
  
  
  
  1.4       +2 -2      jakarta-slide/src/share/org/apache/slide/common/xml/Namespace.java
  
  Index: Namespace.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/Namespace.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Namespace.java	2000/05/22 16:03:16	1.3
  +++ Namespace.java	2000/06/07 16:10:39	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -23,7 +23,7 @@
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:16 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:39 $
   **/
   public class Namespace implements java.io.Serializable {
   
  
  
  
  1.4       +2 -2      jakarta-slide/src/share/org/apache/slide/common/xml/NamespaceDef.java
  
  Index: NamespaceDef.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/NamespaceDef.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NamespaceDef.java	2000/05/22 16:03:16	1.3
  +++ NamespaceDef.java	2000/06/07 16:10:39	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -23,7 +23,7 @@
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:16 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:39 $
   **/
   public class NamespaceDef implements java.io.Serializable {
   
  
  
  
  1.4       +4 -2      jakarta-slide/src/share/org/apache/slide/common/xml/NamespaceDefDescriptor.java
  
  Index: NamespaceDefDescriptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/NamespaceDefDescriptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NamespaceDefDescriptor.java	2000/05/22 16:03:16	1.3
  +++ NamespaceDefDescriptor.java	2000/06/07 16:10:39	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -18,11 +18,13 @@
   import org.exolab.castor.xml.FieldValidator;
   import org.exolab.castor.xml.TypeValidator;
   import org.exolab.castor.xml.XMLFieldDescriptor;
  +import org.exolab.castor.xml.handlers.*;
   import org.exolab.castor.xml.util.XMLFieldDescriptorImpl;
  +import org.exolab.castor.xml.validators.*;
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:16 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:39 $
   **/
   public class NamespaceDefDescriptor implements org.exolab.castor.xml.XMLClassDescriptor {
   
  
  
  
  1.4       +4 -2      jakarta-slide/src/share/org/apache/slide/common/xml/NamespaceDescriptor.java
  
  Index: NamespaceDescriptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/NamespaceDescriptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NamespaceDescriptor.java	2000/05/22 16:03:16	1.3
  +++ NamespaceDescriptor.java	2000/06/07 16:10:39	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -18,11 +18,13 @@
   import org.exolab.castor.xml.FieldValidator;
   import org.exolab.castor.xml.TypeValidator;
   import org.exolab.castor.xml.XMLFieldDescriptor;
  +import org.exolab.castor.xml.handlers.*;
   import org.exolab.castor.xml.util.XMLFieldDescriptorImpl;
  +import org.exolab.castor.xml.validators.*;
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:16 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:39 $
   **/
   public class NamespaceDescriptor implements org.exolab.castor.xml.XMLClassDescriptor {
   
  
  
  
  1.4       +2 -2      jakarta-slide/src/share/org/apache/slide/common/xml/Objectnode.java
  
  Index: Objectnode.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/Objectnode.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Objectnode.java	2000/05/22 16:03:17	1.3
  +++ Objectnode.java	2000/06/07 16:10:40	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -23,7 +23,7 @@
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:17 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:40 $
   **/
   public class Objectnode implements java.io.Serializable {
   
  
  
  
  1.4       +4 -2      jakarta-slide/src/share/org/apache/slide/common/xml/ObjectnodeDescriptor.java
  
  Index: ObjectnodeDescriptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/ObjectnodeDescriptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ObjectnodeDescriptor.java	2000/05/22 16:03:17	1.3
  +++ ObjectnodeDescriptor.java	2000/06/07 16:10:40	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -18,11 +18,13 @@
   import org.exolab.castor.xml.FieldValidator;
   import org.exolab.castor.xml.TypeValidator;
   import org.exolab.castor.xml.XMLFieldDescriptor;
  +import org.exolab.castor.xml.handlers.*;
   import org.exolab.castor.xml.util.XMLFieldDescriptorImpl;
  +import org.exolab.castor.xml.validators.*;
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:17 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:40 $
   **/
   public class ObjectnodeDescriptor implements org.exolab.castor.xml.XMLClassDescriptor {
   
  
  
  
  1.4       +2 -2      jakarta-slide/src/share/org/apache/slide/common/xml/Parameter.java
  
  Index: Parameter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/Parameter.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Parameter.java	2000/05/22 16:03:17	1.3
  +++ Parameter.java	2000/06/07 16:10:40	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -21,7 +21,7 @@
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:17 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:40 $
   **/
   public class Parameter implements java.io.Serializable {
   
  
  
  
  1.4       +4 -2      jakarta-slide/src/share/org/apache/slide/common/xml/ParameterDescriptor.java
  
  Index: ParameterDescriptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/ParameterDescriptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ParameterDescriptor.java	2000/05/22 16:03:17	1.3
  +++ ParameterDescriptor.java	2000/06/07 16:10:40	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -18,11 +18,13 @@
   import org.exolab.castor.xml.FieldValidator;
   import org.exolab.castor.xml.TypeValidator;
   import org.exolab.castor.xml.XMLFieldDescriptor;
  +import org.exolab.castor.xml.handlers.*;
   import org.exolab.castor.xml.util.XMLFieldDescriptorImpl;
  +import org.exolab.castor.xml.validators.*;
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:17 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:40 $
   **/
   public class ParameterDescriptor implements org.exolab.castor.xml.XMLClassDescriptor {
   
  
  
  
  1.4       +2 -2      jakarta-slide/src/share/org/apache/slide/common/xml/Permission.java
  
  Index: Permission.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/Permission.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Permission.java	2000/05/22 16:03:17	1.3
  +++ Permission.java	2000/06/07 16:10:40	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -21,7 +21,7 @@
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:17 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:40 $
   **/
   public class Permission implements java.io.Serializable {
   
  
  
  
  1.4       +4 -2      jakarta-slide/src/share/org/apache/slide/common/xml/PermissionDescriptor.java
  
  Index: PermissionDescriptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/PermissionDescriptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PermissionDescriptor.java	2000/05/22 16:03:17	1.3
  +++ PermissionDescriptor.java	2000/06/07 16:10:40	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -18,11 +18,13 @@
   import org.exolab.castor.xml.FieldValidator;
   import org.exolab.castor.xml.TypeValidator;
   import org.exolab.castor.xml.XMLFieldDescriptor;
  +import org.exolab.castor.xml.handlers.*;
   import org.exolab.castor.xml.util.XMLFieldDescriptorImpl;
  +import org.exolab.castor.xml.validators.*;
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:17 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:40 $
   **/
   public class PermissionDescriptor implements org.exolab.castor.xml.XMLClassDescriptor {
   
  
  
  
  1.4       +2 -2      jakarta-slide/src/share/org/apache/slide/common/xml/Property.java
  
  Index: Property.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/Property.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Property.java	2000/05/22 16:03:17	1.3
  +++ Property.java	2000/06/07 16:10:40	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -21,7 +21,7 @@
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:17 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:40 $
   **/
   public class Property implements java.io.Serializable {
   
  
  
  
  1.4       +4 -2      jakarta-slide/src/share/org/apache/slide/common/xml/PropertyDescriptor.java
  
  Index: PropertyDescriptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/PropertyDescriptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PropertyDescriptor.java	2000/05/22 16:03:17	1.3
  +++ PropertyDescriptor.java	2000/06/07 16:10:40	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -18,11 +18,13 @@
   import org.exolab.castor.xml.FieldValidator;
   import org.exolab.castor.xml.TypeValidator;
   import org.exolab.castor.xml.XMLFieldDescriptor;
  +import org.exolab.castor.xml.handlers.*;
   import org.exolab.castor.xml.util.XMLFieldDescriptorImpl;
  +import org.exolab.castor.xml.validators.*;
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:17 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:40 $
   **/
   public class PropertyDescriptor implements org.exolab.castor.xml.XMLClassDescriptor {
   
  
  
  
  1.4       +2 -2      jakarta-slide/src/share/org/apache/slide/common/xml/Relation.java
  
  Index: Relation.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/Relation.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Relation.java	2000/05/22 16:03:18	1.3
  +++ Relation.java	2000/06/07 16:10:40	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -23,7 +23,7 @@
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:18 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:40 $
   **/
   public class Relation implements java.io.Serializable {
   
  
  
  
  1.4       +4 -2      jakarta-slide/src/share/org/apache/slide/common/xml/RelationDescriptor.java
  
  Index: RelationDescriptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/RelationDescriptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RelationDescriptor.java	2000/05/22 16:03:18	1.3
  +++ RelationDescriptor.java	2000/06/07 16:10:40	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -18,11 +18,13 @@
   import org.exolab.castor.xml.FieldValidator;
   import org.exolab.castor.xml.TypeValidator;
   import org.exolab.castor.xml.XMLFieldDescriptor;
  +import org.exolab.castor.xml.handlers.*;
   import org.exolab.castor.xml.util.XMLFieldDescriptorImpl;
  +import org.exolab.castor.xml.validators.*;
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:18 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:40 $
   **/
   public class RelationDescriptor implements org.exolab.castor.xml.XMLClassDescriptor {
   
  
  
  
  1.4       +2 -2      jakarta-slide/src/share/org/apache/slide/common/xml/Revisiondescr.java
  
  Index: Revisiondescr.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/Revisiondescr.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Revisiondescr.java	2000/05/22 16:03:18	1.3
  +++ Revisiondescr.java	2000/06/07 16:10:40	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -23,7 +23,7 @@
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:18 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:40 $
   **/
   public class Revisiondescr implements java.io.Serializable {
   
  
  
  
  1.4       +4 -2      jakarta-slide/src/share/org/apache/slide/common/xml/RevisiondescrDescriptor.java
  
  Index: RevisiondescrDescriptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/RevisiondescrDescriptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RevisiondescrDescriptor.java	2000/05/22 16:03:18	1.3
  +++ RevisiondescrDescriptor.java	2000/06/07 16:10:41	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -18,11 +18,13 @@
   import org.exolab.castor.xml.FieldValidator;
   import org.exolab.castor.xml.TypeValidator;
   import org.exolab.castor.xml.XMLFieldDescriptor;
  +import org.exolab.castor.xml.handlers.*;
   import org.exolab.castor.xml.util.XMLFieldDescriptorImpl;
  +import org.exolab.castor.xml.validators.*;
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:18 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:41 $
   **/
   public class RevisiondescrDescriptor implements org.exolab.castor.xml.XMLClassDescriptor {
   
  
  
  
  1.4       +2 -2      jakarta-slide/src/share/org/apache/slide/common/xml/Revisiondescrs.java
  
  Index: Revisiondescrs.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/Revisiondescrs.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Revisiondescrs.java	2000/05/22 16:03:18	1.3
  +++ Revisiondescrs.java	2000/06/07 16:10:41	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -23,7 +23,7 @@
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:18 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:41 $
   **/
   public class Revisiondescrs implements java.io.Serializable {
   
  
  
  
  1.4       +4 -2      jakarta-slide/src/share/org/apache/slide/common/xml/RevisiondescrsDescriptor.java
  
  Index: RevisiondescrsDescriptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/RevisiondescrsDescriptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RevisiondescrsDescriptor.java	2000/05/22 16:03:18	1.3
  +++ RevisiondescrsDescriptor.java	2000/06/07 16:10:41	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -18,11 +18,13 @@
   import org.exolab.castor.xml.FieldValidator;
   import org.exolab.castor.xml.TypeValidator;
   import org.exolab.castor.xml.XMLFieldDescriptor;
  +import org.exolab.castor.xml.handlers.*;
   import org.exolab.castor.xml.util.XMLFieldDescriptorImpl;
  +import org.exolab.castor.xml.validators.*;
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:18 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:41 $
   **/
   public class RevisiondescrsDescriptor implements org.exolab.castor.xml.XMLClassDescriptor {
   
  
  
  
  1.4       +2 -2      jakarta-slide/src/share/org/apache/slide/common/xml/Scope.java
  
  Index: Scope.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/Scope.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Scope.java	2000/05/22 16:03:18	1.3
  +++ Scope.java	2000/06/07 16:10:41	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -23,7 +23,7 @@
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:18 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:41 $
   **/
   public class Scope implements java.io.Serializable {
   
  
  
  
  1.4       +4 -2      jakarta-slide/src/share/org/apache/slide/common/xml/ScopeDescriptor.java
  
  Index: ScopeDescriptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/ScopeDescriptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ScopeDescriptor.java	2000/05/22 16:03:18	1.3
  +++ ScopeDescriptor.java	2000/06/07 16:10:41	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -18,11 +18,13 @@
   import org.exolab.castor.xml.FieldValidator;
   import org.exolab.castor.xml.TypeValidator;
   import org.exolab.castor.xml.XMLFieldDescriptor;
  +import org.exolab.castor.xml.handlers.*;
   import org.exolab.castor.xml.util.XMLFieldDescriptorImpl;
  +import org.exolab.castor.xml.validators.*;
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:18 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:41 $
   **/
   public class ScopeDescriptor implements org.exolab.castor.xml.XMLClassDescriptor {
   
  
  
  
  1.4       +2 -2      jakarta-slide/src/share/org/apache/slide/common/xml/Successor.java
  
  Index: Successor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/Successor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Successor.java	2000/05/22 16:03:18	1.3
  +++ Successor.java	2000/06/07 16:10:41	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -21,7 +21,7 @@
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:18 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:41 $
   **/
   public class Successor implements java.io.Serializable {
   
  
  
  
  1.4       +4 -2      jakarta-slide/src/share/org/apache/slide/common/xml/SuccessorDescriptor.java
  
  Index: SuccessorDescriptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/xml/SuccessorDescriptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SuccessorDescriptor.java	2000/05/22 16:03:18	1.3
  +++ SuccessorDescriptor.java	2000/06/07 16:10:41	1.4
  @@ -1,7 +1,7 @@
   /*
    * This class was automatically generated with 
  - * <a href="http://castor.exolab.org">Castor 0.8.3 (2000502)</a>,
  - * using an XML Schema.
  + * <a href="http://castor.exolab.org">Castor 0.8.7</a>, using an
  + * XML Schema.
    * $Id
    */
   
  @@ -18,11 +18,13 @@
   import org.exolab.castor.xml.FieldValidator;
   import org.exolab.castor.xml.TypeValidator;
   import org.exolab.castor.xml.XMLFieldDescriptor;
  +import org.exolab.castor.xml.handlers.*;
   import org.exolab.castor.xml.util.XMLFieldDescriptorImpl;
  +import org.exolab.castor.xml.validators.*;
   
   /**
    * 
  - * @version $Revision: 1.3 $ $Date: 2000/05/22 16:03:18 $
  + * @version $Revision: 1.4 $ $Date: 2000/06/07 16:10:41 $
   **/
   public class SuccessorDescriptor implements org.exolab.castor.xml.XMLClassDescriptor {