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 je...@apache.org on 2002/04/25 23:30:19 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/walker MultiTProcessorExecuter.java

jericho     02/04/25 14:30:19

  Modified:    .        LICENSE
               src/admin/org/apache/slide/admin/locks KillLocksAction.java
                        LocksForm.java
               src/admin/org/apache/slide/admin/users
                        RemoveUsersAction.java SaveUserAction.java
               src/contrib/webdavgui/src/java/org/apache/webdav/ui
                        LoginFrame.java
               src/contrib/webdavgui/src/java/org/apache/webdav/ui/lab
                        Launcher.java MainFrame.java
               src/contrib/webdavgui/src/java/org/apache/webdav/ui/lib/properties
                        LockdiscoveryProperty.java
               src/examples/SimpleWebdavServlet SimpleWebdavServlet.java
               src/roles/slideroles/basic RootRole.java RootRoleImpl.java
               src/share/org/apache/slide/authenticate SecurityToken.java
               src/share/org/apache/slide/common MalformedUriException.java
                        Namespace.java NamespaceAccessToken.java
                        NamespaceAccessTokenImpl.java NamespaceConfig.java
                        NamespaceException.java NestedSlideException.java
                        ObjectValidationFailedException.java
                        RequestedProperties.java
                        RequestedPropertiesImpl.java RequestedProperty.java
                        RequestedPropertyImpl.java Scope.java
                        ScopeTokenizer.java Service.java
                        ServiceAccessException.java
                        ServiceConnectionFailedException.java
                        ServiceDisconnectionFailedException.java
                        ServiceInitializationFailedException.java
                        ServiceMissingOnRootNodeException.java
                        ServiceParameterErrorException.java
                        ServiceParameterMissingException.java
                        ServiceRegistrationFailedException.java
                        ServiceResetFailedException.java
                        ServicesInitializationFailedException.java
                        ServicesShutDownFailedException.java Slide.java
               src/share/org/apache/slide/content
                        NodeNotVersionedException.java NodeProperty.java
                        NodeRevisionContent.java
                        NodeRevisionDescriptor.java
                        NodeRevisionDescriptors.java
                        NodeRevisionNumber.java
                        RevisionAlreadyExistException.java
                        RevisionContentNotFoundException.java
                        RevisionDescriptorNotFoundException.java
                        RevisionNotFoundException.java
               src/share/org/apache/slide/lock Lock.java LockException.java
                        LockImpl.java LockTokenNotFoundException.java
                        NodeLock.java ObjectIsAlreadyLockedException.java
                        ObjectLockedException.java
               src/share/org/apache/slide/macro Macro.java
                        MacroException.java MacroImpl.java
                        MacroParameters.java
               src/share/org/apache/slide/search QueryScope.java
                        RequestedResource.java RequestedResourceImpl.java
                        Search.java SearchException.java SearchImpl.java
                        SearchLanguage.java SearchQuery.java
                        SearchQueryResult.java SearchToken.java
               src/share/org/apache/slide/search/basic Literals.java
                        LTEExpression.java LTExpression.java
                        MergeExpression.java NotExpression.java
                        OrderBy.java OrExpression.java
                        RequestedResourcesPool.java
               src/share/org/apache/slide/security NodePermission.java
                        Security.java SecurityException.java
                        SecurityImpl.java
               src/share/org/apache/slide/store LockStore.java
                        NodeStore.java RevisionDescriptorsStore.java
                        RevisionDescriptorStore.java SecurityStore.java
               src/share/org/apache/slide/structure
                        LinkedObjectNotFoundException.java LinkNode.java
                        ObjectAlreadyExistsException.java
                        ObjectHasChildrenException.java ObjectNode.java
                        ObjectNotFoundException.java
               src/share/org/apache/slide/util Messages.java
                        ObjectCache.java
               src/share/org/apache/slide/util/logger Logger.java
                        SimpleLogger.java
               src/stores/slidestore/j2ee J2EEContentStore.java
                        J2EEDescriptorsStore.java J2EEStore.java
               src/stores/slidestore/mysql MySQLContentStore.java
                        MySQLDescriptorsStore.java
               src/stores/slidestore/oracle OracleContentStore.java
               src/stores/slidestore/reference JDBCContentStore.java
                        JDBCDescriptorsStore.java
                        MemoryDescriptorsStore.java
               src/stores/slidestore/reference/util
                        JDBCAwareInputStream.java
               src/tests/transaction PutTestCase.java
               src/util/org/apache/util MD5Encoder.java MIME2Java.java
                        NSDecl.java NSStack.java PropertyWriter.java
                        QName.java
               src/wrappers/jmx NamespaceConfigMBean.java
                        NamespaceMBean.java
               src/wrappers/jndi SlideDirContext.java
               src/wrappers/log4j Log4jLogger.java
               testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor
                        LockAssert.java MkWorkspaceAssert.java
                        MoveAssert.java PropfindAssert.java
                        PropPatchAssert.java ReportAssert.java
                        ResponseBodyAssert.java SearchAssert.java
               testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/walker
                        MultiTProcessorExecuter.java
  Log:
  - Fix typo for LICENSE
  
  Revision  Changes    Path
  1.5       +3 -3      jakarta-slide/LICENSE
  
  Index: LICENSE
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/LICENSE,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- LICENSE	28 Mar 2002 06:23:08 -0000	1.4
  +++ LICENSE	25 Apr 2002 21:30:11 -0000	1.5
  @@ -2,7 +2,7 @@
    *                                                                           *
    *                 The Apache Software License,  Version 1.1                 *
    *                                                                           *
  - *      Copyright (c) 1999, 2000, 2001  The Apache Software Foundation.      *
  + *   Copyright (c) 1999, 2000, 2001, 2002 The Apache Software Foundation.    *
    *                           All rights reserved.                            *
    *                                                                           *
    * ========================================================================= *
  @@ -55,7 +55,7 @@
    *                                                                           *
    * ========================================================================= */
   
  -/* CVS information: $Revision: 1.4 $ $Date: 2002/03/28 06:23:08 $
  +/* CVS information: $Revision: 1.5 $ $Date: 2002/04/25 21:30:11 $
    * $Source: /home/cvs/jakarta-slide/LICENSE,v $
    * $Author: jericho $
    */
  
  
  
  1.3       +6 -6      jakarta-slide/src/admin/org/apache/slide/admin/locks/KillLocksAction.java
  
  Index: KillLocksAction.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/admin/org/apache/slide/admin/locks/KillLocksAction.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- KillLocksAction.java	28 Mar 2002 06:23:08 -0000	1.2
  +++ KillLocksAction.java	25 Apr 2002 21:30:11 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/admin/org/apache/slide/admin/locks/KillLocksAction.java,v 1.2 2002/03/28 06:23:08 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:23:08 $
  + * $Header: /home/cvs/jakarta-slide/src/admin/org/apache/slide/admin/locks/KillLocksAction.java,v 1.3 2002/04/25 21:30:11 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:11 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -86,7 +86,7 @@
    * {@link org.apache.slide.admin.locks.LocksForm LocksForm}.
    *
    * @author <a href="mailto:cmlenz@apache.org">Christopher Lenz</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public final class KillLocksAction extends AdminAction {
       
  
  
  
  1.3       +6 -6      jakarta-slide/src/admin/org/apache/slide/admin/locks/LocksForm.java
  
  Index: LocksForm.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/admin/org/apache/slide/admin/locks/LocksForm.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LocksForm.java	28 Mar 2002 06:23:08 -0000	1.2
  +++ LocksForm.java	25 Apr 2002 21:30:11 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/admin/org/apache/slide/admin/locks/LocksForm.java,v 1.2 2002/03/28 06:23:08 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:23:08 $
  + * $Header: /home/cvs/jakarta-slide/src/admin/org/apache/slide/admin/locks/LocksForm.java,v 1.3 2002/04/25 21:30:11 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:11 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -74,7 +74,7 @@
    * Form class containing a list of locks.
    *
    * @author <a href="mailto:cmlenz@apache.org">Christopher Lenz</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public final class LocksForm extends ActionForm {
       
  
  
  
  1.3       +6 -6      jakarta-slide/src/admin/org/apache/slide/admin/users/RemoveUsersAction.java
  
  Index: RemoveUsersAction.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/admin/org/apache/slide/admin/users/RemoveUsersAction.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RemoveUsersAction.java	28 Mar 2002 06:23:08 -0000	1.2
  +++ RemoveUsersAction.java	25 Apr 2002 21:30:11 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/admin/org/apache/slide/admin/users/RemoveUsersAction.java,v 1.2 2002/03/28 06:23:08 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:23:08 $
  + * $Header: /home/cvs/jakarta-slide/src/admin/org/apache/slide/admin/users/RemoveUsersAction.java,v 1.3 2002/04/25 21:30:11 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:11 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -86,7 +86,7 @@
    * {@link org.apache.slide.admin.users.UsersForm UsersForm} from the namespace.
    *
    * @author <a href="mailto:cmlenz@apache.org">Christopher Lenz</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public final class RemoveUsersAction extends AdminAction {
       
  
  
  
  1.3       +6 -6      jakarta-slide/src/admin/org/apache/slide/admin/users/SaveUserAction.java
  
  Index: SaveUserAction.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/admin/org/apache/slide/admin/users/SaveUserAction.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SaveUserAction.java	28 Mar 2002 06:23:08 -0000	1.2
  +++ SaveUserAction.java	25 Apr 2002 21:30:11 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/admin/org/apache/slide/admin/users/SaveUserAction.java,v 1.2 2002/03/28 06:23:08 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:23:08 $
  + * $Header: /home/cvs/jakarta-slide/src/admin/org/apache/slide/admin/users/SaveUserAction.java,v 1.3 2002/04/25 21:30:11 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:11 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -91,7 +91,7 @@
    * {@link org.apache.slide.admin.users.UserForm UserForm}.
    *
    * @author <a href="mailto:cmlenz@apache.org">Christopher Lenz</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public final class SaveUserAction extends AdminAction {
       
  
  
  
  1.6       +5 -5      jakarta-slide/src/contrib/webdavgui/src/java/org/apache/webdav/ui/LoginFrame.java
  
  Index: LoginFrame.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/contrib/webdavgui/src/java/org/apache/webdav/ui/LoginFrame.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- LoginFrame.java	28 Mar 2002 06:23:09 -0000	1.5
  +++ LoginFrame.java	25 Apr 2002 21:30:12 -0000	1.6
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/contrib/webdavgui/src/java/org/apache/webdav/ui/LoginFrame.java,v 1.5 2002/03/28 06:23:09 jericho Exp $
  - * $Revision: 1.5 $
  - * $Date: 2002/03/28 06:23:09 $
  + * $Header: /home/cvs/jakarta-slide/src/contrib/webdavgui/src/java/org/apache/webdav/ui/LoginFrame.java,v 1.6 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.6 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  
  
  
  1.5       +5 -5      jakarta-slide/src/contrib/webdavgui/src/java/org/apache/webdav/ui/lab/Launcher.java
  
  Index: Launcher.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/contrib/webdavgui/src/java/org/apache/webdav/ui/lab/Launcher.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Launcher.java	28 Mar 2002 06:23:10 -0000	1.4
  +++ Launcher.java	25 Apr 2002 21:30:12 -0000	1.5
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/contrib/webdavgui/src/java/org/apache/webdav/ui/lab/Launcher.java,v 1.4 2002/03/28 06:23:10 jericho Exp $
  - * $Revision: 1.4 $
  - * $Date: 2002/03/28 06:23:10 $
  + * $Header: /home/cvs/jakarta-slide/src/contrib/webdavgui/src/java/org/apache/webdav/ui/lab/Launcher.java,v 1.5 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.5 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  
  
  
  1.4       +5 -5      jakarta-slide/src/contrib/webdavgui/src/java/org/apache/webdav/ui/lab/MainFrame.java
  
  Index: MainFrame.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/contrib/webdavgui/src/java/org/apache/webdav/ui/lab/MainFrame.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MainFrame.java	28 Mar 2002 06:23:10 -0000	1.3
  +++ MainFrame.java	25 Apr 2002 21:30:12 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/contrib/webdavgui/src/java/org/apache/webdav/ui/lab/MainFrame.java,v 1.3 2002/03/28 06:23:10 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:10 $
  + * $Header: /home/cvs/jakarta-slide/src/contrib/webdavgui/src/java/org/apache/webdav/ui/lab/MainFrame.java,v 1.4 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  
  
  
  1.4       +5 -5      jakarta-slide/src/contrib/webdavgui/src/java/org/apache/webdav/ui/lib/properties/LockdiscoveryProperty.java
  
  Index: LockdiscoveryProperty.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/contrib/webdavgui/src/java/org/apache/webdav/ui/lib/properties/LockdiscoveryProperty.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LockdiscoveryProperty.java	28 Mar 2002 06:23:11 -0000	1.3
  +++ LockdiscoveryProperty.java	25 Apr 2002 21:30:12 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/contrib/webdavgui/src/java/org/apache/webdav/ui/lib/properties/LockdiscoveryProperty.java,v 1.3 2002/03/28 06:23:11 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:11 $
  + * $Header: /home/cvs/jakarta-slide/src/contrib/webdavgui/src/java/org/apache/webdav/ui/lib/properties/LockdiscoveryProperty.java,v 1.4 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  
  
  
  1.8       +5 -5      jakarta-slide/src/examples/SimpleWebdavServlet/SimpleWebdavServlet.java
  
  Index: SimpleWebdavServlet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/examples/SimpleWebdavServlet/SimpleWebdavServlet.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- SimpleWebdavServlet.java	28 Mar 2002 06:23:11 -0000	1.7
  +++ SimpleWebdavServlet.java	25 Apr 2002 21:30:12 -0000	1.8
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/examples/SimpleWebdavServlet/SimpleWebdavServlet.java,v 1.7 2002/03/28 06:23:11 jericho Exp $
  - * $Revision: 1.7 $
  - * $Date: 2002/03/28 06:23:11 $
  + * $Header: /home/cvs/jakarta-slide/src/examples/SimpleWebdavServlet/SimpleWebdavServlet.java,v 1.8 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.8 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  
  
  
  1.3       +6 -6      jakarta-slide/src/roles/slideroles/basic/RootRole.java
  
  Index: RootRole.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/roles/slideroles/basic/RootRole.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RootRole.java	28 Mar 2002 06:23:11 -0000	1.2
  +++ RootRole.java	25 Apr 2002 21:30:12 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/roles/slideroles/basic/RootRole.java,v 1.2 2002/03/28 06:23:11 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:23:11 $
  + * $Header: /home/cvs/jakarta-slide/src/roles/slideroles/basic/RootRole.java,v 1.3 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -71,7 +71,7 @@
    * Root role.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public interface RootRole extends UserRole {
       
  
  
  
  1.3       +6 -6      jakarta-slide/src/roles/slideroles/basic/RootRoleImpl.java
  
  Index: RootRoleImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/roles/slideroles/basic/RootRoleImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RootRoleImpl.java	28 Mar 2002 06:23:11 -0000	1.2
  +++ RootRoleImpl.java	25 Apr 2002 21:30:12 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/roles/slideroles/basic/RootRoleImpl.java,v 1.2 2002/03/28 06:23:11 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:23:11 $
  + * $Header: /home/cvs/jakarta-slide/src/roles/slideroles/basic/RootRoleImpl.java,v 1.3 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -70,7 +70,7 @@
    * Root role class.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class RootRoleImpl extends SubjectNode
       implements RootRole {
  
  
  
  1.4       +5 -5      jakarta-slide/src/share/org/apache/slide/authenticate/SecurityToken.java
  
  Index: SecurityToken.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/authenticate/SecurityToken.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SecurityToken.java	28 Mar 2002 06:23:11 -0000	1.3
  +++ SecurityToken.java	25 Apr 2002 21:30:12 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/authenticate/SecurityToken.java,v 1.3 2002/03/28 06:23:11 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:11 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/authenticate/SecurityToken.java,v 1.4 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/common/MalformedUriException.java
  
  Index: MalformedUriException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/MalformedUriException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MalformedUriException.java	28 Mar 2002 06:23:12 -0000	1.3
  +++ MalformedUriException.java	25 Apr 2002 21:30:12 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/MalformedUriException.java,v 1.3 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/MalformedUriException.java,v 1.4 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -69,7 +69,7 @@
    * Malformed Uri.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class MalformedUriException extends SlideRuntimeException {
       
  
  
  
  1.47      +6 -6      jakarta-slide/src/share/org/apache/slide/common/Namespace.java
  
  Index: Namespace.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/Namespace.java,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- Namespace.java	28 Mar 2002 06:23:12 -0000	1.46
  +++ Namespace.java	25 Apr 2002 21:30:12 -0000	1.47
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/Namespace.java,v 1.46 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.46 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/Namespace.java,v 1.47 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.47 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -125,7 +125,7 @@
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
    * @author Dirk Verbeeck
  - * @version $Revision: 1.46 $
  + * @version $Revision: 1.47 $
    */
   public final class Namespace {
       
  
  
  
  1.16      +6 -6      jakarta-slide/src/share/org/apache/slide/common/NamespaceAccessToken.java
  
  Index: NamespaceAccessToken.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/NamespaceAccessToken.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- NamespaceAccessToken.java	28 Mar 2002 06:23:12 -0000	1.15
  +++ NamespaceAccessToken.java	25 Apr 2002 21:30:12 -0000	1.16
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/NamespaceAccessToken.java,v 1.15 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.15 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/NamespaceAccessToken.java,v 1.16 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.16 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -115,7 +115,7 @@
    * </p>
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.15 $
  + * @version $Revision: 1.16 $
    */
   public interface NamespaceAccessToken extends UserTransaction {
       
  
  
  
  1.19      +6 -6      jakarta-slide/src/share/org/apache/slide/common/NamespaceAccessTokenImpl.java
  
  Index: NamespaceAccessTokenImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/NamespaceAccessTokenImpl.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- NamespaceAccessTokenImpl.java	28 Mar 2002 06:23:12 -0000	1.18
  +++ NamespaceAccessTokenImpl.java	25 Apr 2002 21:30:12 -0000	1.19
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/NamespaceAccessTokenImpl.java,v 1.18 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.18 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/NamespaceAccessTokenImpl.java,v 1.19 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.19 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -108,7 +108,7 @@
    * Namespace access token implementation.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.18 $
  + * @version $Revision: 1.19 $
    */
   public final class NamespaceAccessTokenImpl implements NamespaceAccessToken {
       
  
  
  
  1.22      +6 -6      jakarta-slide/src/share/org/apache/slide/common/NamespaceConfig.java
  
  Index: NamespaceConfig.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/NamespaceConfig.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- NamespaceConfig.java	23 Apr 2002 11:16:35 -0000	1.21
  +++ NamespaceConfig.java	25 Apr 2002 21:30:12 -0000	1.22
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/NamespaceConfig.java,v 1.21 2002/04/23 11:16:35 cmlenz Exp $
  - * $Revision: 1.21 $
  - * $Date: 2002/04/23 11:16:35 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/NamespaceConfig.java,v 1.22 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.22 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -81,7 +81,7 @@
    * Configuration of the Namespace.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.21 $
  + * @version $Revision: 1.22 $
    */
   public final class NamespaceConfig {
       
  
  
  
  1.5       +6 -6      jakarta-slide/src/share/org/apache/slide/common/NamespaceException.java
  
  Index: NamespaceException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/NamespaceException.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- NamespaceException.java	28 Mar 2002 06:23:12 -0000	1.4
  +++ NamespaceException.java	25 Apr 2002 21:30:12 -0000	1.5
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/NamespaceException.java,v 1.4 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.4 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/NamespaceException.java,v 1.5 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.5 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -70,7 +70,7 @@
    * Namespace exception.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public class NamespaceException extends SlideException {
       
  
  
  
  1.5       +6 -6      jakarta-slide/src/share/org/apache/slide/common/NestedSlideException.java
  
  Index: NestedSlideException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/NestedSlideException.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- NestedSlideException.java	28 Mar 2002 06:23:12 -0000	1.4
  +++ NestedSlideException.java	25 Apr 2002 21:30:12 -0000	1.5
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/NestedSlideException.java,v 1.4 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.4 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/NestedSlideException.java,v 1.5 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.5 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -70,7 +70,7 @@
    * Nested Slide exception.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public class NestedSlideException extends SlideException {
       
  
  
  
  1.3       +6 -6      jakarta-slide/src/share/org/apache/slide/common/ObjectValidationFailedException.java
  
  Index: ObjectValidationFailedException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ObjectValidationFailedException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ObjectValidationFailedException.java	28 Mar 2002 06:23:12 -0000	1.2
  +++ ObjectValidationFailedException.java	25 Apr 2002 21:30:12 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ObjectValidationFailedException.java,v 1.2 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ObjectValidationFailedException.java,v 1.3 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -69,7 +69,7 @@
    * Thrown when an object validation fails.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class ObjectValidationFailedException extends SlideRuntimeException {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/common/RequestedProperties.java
  
  Index: RequestedProperties.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/RequestedProperties.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RequestedProperties.java	2 Apr 2002 04:54:39 -0000	1.3
  +++ RequestedProperties.java	25 Apr 2002 21:30:12 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/RequestedProperties.java,v 1.3 2002/04/02 04:54:39 msmith Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/04/02 04:54:39 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/RequestedProperties.java,v 1.4 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -71,7 +71,7 @@
    * With this you may find out, if a specific property is wanted by the request.
    *
    * @author <a href="mailto:martin.wallmer@softwareag.com">Martin Wallmer</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public interface RequestedProperties {
   	
  
  
  
  1.5       +6 -6      jakarta-slide/src/share/org/apache/slide/common/RequestedPropertiesImpl.java
  
  Index: RequestedPropertiesImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/RequestedPropertiesImpl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RequestedPropertiesImpl.java	22 Apr 2002 16:20:55 -0000	1.4
  +++ RequestedPropertiesImpl.java	25 Apr 2002 21:30:12 -0000	1.5
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/RequestedPropertiesImpl.java,v 1.4 2002/04/22 16:20:55 wam Exp $
  - * $Revision: 1.4 $
  - * $Date: 2002/04/22 16:20:55 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/RequestedPropertiesImpl.java,v 1.5 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.5 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -78,7 +78,7 @@
    * Holds one property as part of the SELECT element.
    *
    * @author <a href="mailto:martin.wallmer@softwareag.com">Martin Wallmer</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public class RequestedPropertiesImpl implements RequestedProperties {
       
  
  
  
  1.3       +5 -5      jakarta-slide/src/share/org/apache/slide/common/RequestedProperty.java
  
  Index: RequestedProperty.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/RequestedProperty.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RequestedProperty.java	28 Mar 2002 06:23:12 -0000	1.2
  +++ RequestedProperty.java	25 Apr 2002 21:30:12 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/RequestedProperty.java,v 1.2 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/RequestedProperty.java,v 1.3 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  
  
  
  1.3       +6 -6      jakarta-slide/src/share/org/apache/slide/common/RequestedPropertyImpl.java
  
  Index: RequestedPropertyImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/RequestedPropertyImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RequestedPropertyImpl.java	28 Mar 2002 06:23:12 -0000	1.2
  +++ RequestedPropertyImpl.java	25 Apr 2002 21:30:12 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/RequestedPropertyImpl.java,v 1.2 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/RequestedPropertyImpl.java,v 1.3 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -70,7 +70,7 @@
    * Holds one property as part of the SELECT element.
    *
    * @author <a href="mailto:martin.wallmer@softwareag.com">Martin Wallmer</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class RequestedPropertyImpl implements RequestedProperty {
       
  
  
  
  1.5       +6 -6      jakarta-slide/src/share/org/apache/slide/common/Scope.java
  
  Index: Scope.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/Scope.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Scope.java	28 Mar 2002 06:23:12 -0000	1.4
  +++ Scope.java	25 Apr 2002 21:30:12 -0000	1.5
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/Scope.java,v 1.4 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.4 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/Scope.java,v 1.5 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.5 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -70,7 +70,7 @@
    * to the /foo/ scope.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public final class Scope {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/common/ScopeTokenizer.java
  
  Index: ScopeTokenizer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ScopeTokenizer.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ScopeTokenizer.java	28 Mar 2002 06:23:12 -0000	1.3
  +++ ScopeTokenizer.java	25 Apr 2002 21:30:12 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ScopeTokenizer.java,v 1.3 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ScopeTokenizer.java,v 1.4 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -83,7 +83,7 @@
    * 
    * @see StringTokenizer
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public final class ScopeTokenizer extends StringTokenizer {
       
  
  
  
  1.11      +6 -6      jakarta-slide/src/share/org/apache/slide/common/Service.java
  
  Index: Service.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/Service.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Service.java	28 Mar 2002 06:23:12 -0000	1.10
  +++ Service.java	25 Apr 2002 21:30:12 -0000	1.11
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/Service.java,v 1.10 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.10 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/Service.java,v 1.11 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.11 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -73,7 +73,7 @@
    * Slide Service interface.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.10 $
  + * @version $Revision: 1.11 $
    */
   public interface Service
       extends XAResource {
  
  
  
  1.7       +6 -6      jakarta-slide/src/share/org/apache/slide/common/ServiceAccessException.java
  
  Index: ServiceAccessException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceAccessException.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ServiceAccessException.java	28 Mar 2002 06:23:12 -0000	1.6
  +++ ServiceAccessException.java	25 Apr 2002 21:30:12 -0000	1.7
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceAccessException.java,v 1.6 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.6 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceAccessException.java,v 1.7 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.7 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -71,7 +71,7 @@
    * Service access exception.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.6 $
  + * @version $Revision: 1.7 $
    */
   public class ServiceAccessException extends SlideException {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/common/ServiceConnectionFailedException.java
  
  Index: ServiceConnectionFailedException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceConnectionFailedException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServiceConnectionFailedException.java	28 Mar 2002 06:23:12 -0000	1.3
  +++ ServiceConnectionFailedException.java	25 Apr 2002 21:30:12 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceConnectionFailedException.java,v 1.3 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceConnectionFailedException.java,v 1.4 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -69,7 +69,7 @@
    * Service connection failed.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class ServiceConnectionFailedException extends SlideException {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/common/ServiceDisconnectionFailedException.java
  
  Index: ServiceDisconnectionFailedException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceDisconnectionFailedException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServiceDisconnectionFailedException.java	28 Mar 2002 06:23:12 -0000	1.3
  +++ ServiceDisconnectionFailedException.java	25 Apr 2002 21:30:12 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceDisconnectionFailedException.java,v 1.3 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceDisconnectionFailedException.java,v 1.4 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -69,7 +69,7 @@
    * Service disconnection failed.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class ServiceDisconnectionFailedException extends SlideException {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/common/ServiceInitializationFailedException.java
  
  Index: ServiceInitializationFailedException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceInitializationFailedException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServiceInitializationFailedException.java	28 Mar 2002 06:23:12 -0000	1.3
  +++ ServiceInitializationFailedException.java	25 Apr 2002 21:30:12 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceInitializationFailedException.java,v 1.3 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceInitializationFailedException.java,v 1.4 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -69,7 +69,7 @@
    * Service initialization failed.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class ServiceInitializationFailedException extends SlideException {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/common/ServiceMissingOnRootNodeException.java
  
  Index: ServiceMissingOnRootNodeException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceMissingOnRootNodeException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServiceMissingOnRootNodeException.java	28 Mar 2002 06:23:12 -0000	1.3
  +++ ServiceMissingOnRootNodeException.java	25 Apr 2002 21:30:12 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceMissingOnRootNodeException.java,v 1.3 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceMissingOnRootNodeException.java,v 1.4 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -69,7 +69,7 @@
    * A service declaration is missing on the root node.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class ServiceMissingOnRootNodeException extends SlideRuntimeException {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/common/ServiceParameterErrorException.java
  
  Index: ServiceParameterErrorException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceParameterErrorException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServiceParameterErrorException.java	28 Mar 2002 06:23:12 -0000	1.3
  +++ ServiceParameterErrorException.java	25 Apr 2002 21:30:12 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceParameterErrorException.java,v 1.3 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceParameterErrorException.java,v 1.4 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -69,7 +69,7 @@
    * Service parameter error.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class ServiceParameterErrorException extends SlideException {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/common/ServiceParameterMissingException.java
  
  Index: ServiceParameterMissingException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceParameterMissingException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServiceParameterMissingException.java	28 Mar 2002 06:23:12 -0000	1.3
  +++ ServiceParameterMissingException.java	25 Apr 2002 21:30:12 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceParameterMissingException.java,v 1.3 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceParameterMissingException.java,v 1.4 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -69,7 +69,7 @@
    * Service parameter missing.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class ServiceParameterMissingException extends SlideException {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/common/ServiceRegistrationFailedException.java
  
  Index: ServiceRegistrationFailedException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceRegistrationFailedException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServiceRegistrationFailedException.java	28 Mar 2002 06:23:12 -0000	1.3
  +++ ServiceRegistrationFailedException.java	25 Apr 2002 21:30:12 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceRegistrationFailedException.java,v 1.3 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceRegistrationFailedException.java,v 1.4 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -69,7 +69,7 @@
    * Service registration failed.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class ServiceRegistrationFailedException extends SlideException {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/common/ServiceResetFailedException.java
  
  Index: ServiceResetFailedException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceResetFailedException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServiceResetFailedException.java	28 Mar 2002 06:23:12 -0000	1.3
  +++ ServiceResetFailedException.java	25 Apr 2002 21:30:12 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceResetFailedException.java,v 1.3 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServiceResetFailedException.java,v 1.4 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -69,7 +69,7 @@
    * Service reset failed.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class ServiceResetFailedException extends SlideException {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/common/ServicesInitializationFailedException.java
  
  Index: ServicesInitializationFailedException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServicesInitializationFailedException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServicesInitializationFailedException.java	28 Mar 2002 06:23:12 -0000	1.3
  +++ ServicesInitializationFailedException.java	25 Apr 2002 21:30:12 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServicesInitializationFailedException.java,v 1.3 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServicesInitializationFailedException.java,v 1.4 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -69,7 +69,7 @@
    * Services intitalization failed.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class ServicesInitializationFailedException extends NamespaceException {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/common/ServicesShutDownFailedException.java
  
  Index: ServicesShutDownFailedException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServicesShutDownFailedException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServicesShutDownFailedException.java	28 Mar 2002 06:23:12 -0000	1.3
  +++ ServicesShutDownFailedException.java	25 Apr 2002 21:30:12 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServicesShutDownFailedException.java,v 1.3 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/ServicesShutDownFailedException.java,v 1.4 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -69,7 +69,7 @@
    * Services shut down failed.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class ServicesShutDownFailedException extends NamespaceException {
       
  
  
  
  1.6       +6 -6      jakarta-slide/src/share/org/apache/slide/common/Slide.java
  
  Index: Slide.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/Slide.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Slide.java	28 Mar 2002 06:23:12 -0000	1.5
  +++ Slide.java	25 Apr 2002 21:30:12 -0000	1.6
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/Slide.java,v 1.5 2002/03/28 06:23:12 jericho Exp $
  - * $Revision: 1.5 $
  - * $Date: 2002/03/28 06:23:12 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/common/Slide.java,v 1.6 2002/04/25 21:30:12 jericho Exp $
  + * $Revision: 1.6 $
  + * $Date: 2002/04/25 21:30:12 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -94,7 +94,7 @@
    * Implementation of the Slide JMX MBean.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.5 $
  + * @version $Revision: 1.6 $
    */
   public final class Slide
       extends NotificationBroadcasterSupport
  
  
  
  1.3       +6 -6      jakarta-slide/src/share/org/apache/slide/content/NodeNotVersionedException.java
  
  Index: NodeNotVersionedException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeNotVersionedException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NodeNotVersionedException.java	28 Mar 2002 06:23:14 -0000	1.2
  +++ NodeNotVersionedException.java	25 Apr 2002 21:30:13 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeNotVersionedException.java,v 1.2 2002/03/28 06:23:14 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:23:14 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeNotVersionedException.java,v 1.3 2002/04/25 21:30:13 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:13 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -69,7 +69,7 @@
    * The node is not versioned.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class NodeNotVersionedException extends ContentException {
       
  
  
  
  1.9       +6 -6      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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- NodeProperty.java	28 Mar 2002 06:23:14 -0000	1.8
  +++ NodeProperty.java	25 Apr 2002 21:30:13 -0000	1.9
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeProperty.java,v 1.8 2002/03/28 06:23:14 jericho Exp $
  - * $Revision: 1.8 $
  - * $Date: 2002/03/28 06:23:14 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeProperty.java,v 1.9 2002/04/25 21:30:13 jericho Exp $
  + * $Revision: 1.9 $
  + * $Date: 2002/04/25 21:30:13 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -74,7 +74,7 @@
    * Node property class
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.8 $
  + * @version $Revision: 1.9 $
    */
   public final class NodeProperty implements Serializable, Cloneable {
       
  
  
  
  1.10      +6 -6      jakarta-slide/src/share/org/apache/slide/content/NodeRevisionContent.java
  
  Index: NodeRevisionContent.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeRevisionContent.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- NodeRevisionContent.java	28 Mar 2002 06:23:14 -0000	1.9
  +++ NodeRevisionContent.java	25 Apr 2002 21:30:13 -0000	1.10
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeRevisionContent.java,v 1.9 2002/03/28 06:23:14 jericho Exp $
  - * $Revision: 1.9 $
  - * $Date: 2002/03/28 06:23:14 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeRevisionContent.java,v 1.10 2002/04/25 21:30:13 jericho Exp $
  + * $Revision: 1.10 $
  + * $Date: 2002/04/25 21:30:13 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -75,7 +75,7 @@
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
    * @author Juergen Pill
  - * @version $Revision: 1.9 $
  + * @version $Revision: 1.10 $
    */
   public final class NodeRevisionContent implements Serializable {
       
  
  
  
  1.25      +6 -6      jakarta-slide/src/share/org/apache/slide/content/NodeRevisionDescriptor.java
  
  Index: NodeRevisionDescriptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeRevisionDescriptor.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- NodeRevisionDescriptor.java	28 Mar 2002 06:23:14 -0000	1.24
  +++ NodeRevisionDescriptor.java	25 Apr 2002 21:30:13 -0000	1.25
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeRevisionDescriptor.java,v 1.24 2002/03/28 06:23:14 jericho Exp $
  - * $Revision: 1.24 $
  - * $Date: 2002/03/28 06:23:14 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeRevisionDescriptor.java,v 1.25 2002/04/25 21:30:13 jericho Exp $
  + * $Revision: 1.25 $
  + * $Date: 2002/04/25 21:30:13 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -81,7 +81,7 @@
    * Node Revision Descriptor class.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.24 $
  + * @version $Revision: 1.25 $
    */
   public final class NodeRevisionDescriptor implements Serializable, Cloneable {
       
  
  
  
  1.9       +6 -6      jakarta-slide/src/share/org/apache/slide/content/NodeRevisionDescriptors.java
  
  Index: NodeRevisionDescriptors.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeRevisionDescriptors.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- NodeRevisionDescriptors.java	28 Mar 2002 06:23:14 -0000	1.8
  +++ NodeRevisionDescriptors.java	25 Apr 2002 21:30:14 -0000	1.9
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeRevisionDescriptors.java,v 1.8 2002/03/28 06:23:14 jericho Exp $
  - * $Revision: 1.8 $
  - * $Date: 2002/03/28 06:23:14 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeRevisionDescriptors.java,v 1.9 2002/04/25 21:30:14 jericho Exp $
  + * $Revision: 1.9 $
  + * $Date: 2002/04/25 21:30:14 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -75,7 +75,7 @@
    * Node Revision Descriptors class.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.8 $
  + * @version $Revision: 1.9 $
    */
   public final class NodeRevisionDescriptors implements Serializable, Cloneable {
       
  
  
  
  1.5       +6 -6      jakarta-slide/src/share/org/apache/slide/content/NodeRevisionNumber.java
  
  Index: NodeRevisionNumber.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeRevisionNumber.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- NodeRevisionNumber.java	28 Mar 2002 06:23:14 -0000	1.4
  +++ NodeRevisionNumber.java	25 Apr 2002 21:30:14 -0000	1.5
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeRevisionNumber.java,v 1.4 2002/03/28 06:23:14 jericho Exp $
  - * $Revision: 1.4 $
  - * $Date: 2002/03/28 06:23:14 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeRevisionNumber.java,v 1.5 2002/04/25 21:30:14 jericho Exp $
  + * $Revision: 1.5 $
  + * $Date: 2002/04/25 21:30:14 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -72,7 +72,7 @@
    * Node Revision Number class.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public final class NodeRevisionNumber implements Serializable, Cloneable {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/content/RevisionAlreadyExistException.java
  
  Index: RevisionAlreadyExistException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/RevisionAlreadyExistException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RevisionAlreadyExistException.java	28 Mar 2002 06:23:14 -0000	1.3
  +++ RevisionAlreadyExistException.java	25 Apr 2002 21:30:14 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/RevisionAlreadyExistException.java,v 1.3 2002/03/28 06:23:14 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:14 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/RevisionAlreadyExistException.java,v 1.4 2002/04/25 21:30:14 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:14 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -69,7 +69,7 @@
    * Revision already exist.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class RevisionAlreadyExistException extends ContentException {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/content/RevisionContentNotFoundException.java
  
  Index: RevisionContentNotFoundException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/RevisionContentNotFoundException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RevisionContentNotFoundException.java	28 Mar 2002 06:23:14 -0000	1.3
  +++ RevisionContentNotFoundException.java	25 Apr 2002 21:30:14 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/RevisionContentNotFoundException.java,v 1.3 2002/03/28 06:23:14 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:14 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/RevisionContentNotFoundException.java,v 1.4 2002/04/25 21:30:14 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:14 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -70,7 +70,7 @@
    * Revision content not found.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class RevisionContentNotFoundException extends ContentException {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/content/RevisionDescriptorNotFoundException.java
  
  Index: RevisionDescriptorNotFoundException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/RevisionDescriptorNotFoundException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RevisionDescriptorNotFoundException.java	28 Mar 2002 06:23:14 -0000	1.3
  +++ RevisionDescriptorNotFoundException.java	25 Apr 2002 21:30:14 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/RevisionDescriptorNotFoundException.java,v 1.3 2002/03/28 06:23:14 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:14 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/RevisionDescriptorNotFoundException.java,v 1.4 2002/04/25 21:30:14 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:14 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -70,7 +70,7 @@
    * Revision descriptor not found.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class RevisionDescriptorNotFoundException extends ContentException {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/content/RevisionNotFoundException.java
  
  Index: RevisionNotFoundException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/RevisionNotFoundException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RevisionNotFoundException.java	28 Mar 2002 06:23:14 -0000	1.3
  +++ RevisionNotFoundException.java	25 Apr 2002 21:30:14 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/RevisionNotFoundException.java,v 1.3 2002/03/28 06:23:14 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:14 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/RevisionNotFoundException.java,v 1.4 2002/04/25 21:30:14 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:14 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -70,7 +70,7 @@
    * Revision not found.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class RevisionNotFoundException extends ContentException {
       
  
  
  
  1.13      +6 -6      jakarta-slide/src/share/org/apache/slide/lock/Lock.java
  
  Index: Lock.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/Lock.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Lock.java	28 Mar 2002 06:23:14 -0000	1.12
  +++ Lock.java	25 Apr 2002 21:30:14 -0000	1.13
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/Lock.java,v 1.12 2002/03/28 06:23:14 jericho Exp $
  - * $Revision: 1.12 $
  - * $Date: 2002/03/28 06:23:14 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/Lock.java,v 1.13 2002/04/25 21:30:14 jericho Exp $
  + * $Revision: 1.13 $
  + * $Date: 2002/04/25 21:30:14 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -78,7 +78,7 @@
    * Lock helper class.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.12 $
  + * @version $Revision: 1.13 $
    */
   public interface Lock {
       
  
  
  
  1.6       +6 -6      jakarta-slide/src/share/org/apache/slide/lock/LockException.java
  
  Index: LockException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/LockException.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- LockException.java	28 Mar 2002 06:23:14 -0000	1.5
  +++ LockException.java	25 Apr 2002 21:30:14 -0000	1.6
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/LockException.java,v 1.5 2002/03/28 06:23:14 jericho Exp $
  - * $Revision: 1.5 $
  - * $Date: 2002/03/28 06:23:14 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/LockException.java,v 1.6 2002/04/25 21:30:14 jericho Exp $
  + * $Revision: 1.6 $
  + * $Date: 2002/04/25 21:30:14 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -69,7 +69,7 @@
    * Lock exception.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.5 $
  + * @version $Revision: 1.6 $
    */
   public class LockException extends SlideException {
       
  
  
  
  1.26      +6 -6      jakarta-slide/src/share/org/apache/slide/lock/LockImpl.java
  
  Index: LockImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/LockImpl.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- LockImpl.java	28 Mar 2002 06:23:14 -0000	1.25
  +++ LockImpl.java	25 Apr 2002 21:30:14 -0000	1.26
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/LockImpl.java,v 1.25 2002/03/28 06:23:14 jericho Exp $
  - * $Revision: 1.25 $
  - * $Date: 2002/03/28 06:23:14 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/LockImpl.java,v 1.26 2002/04/25 21:30:14 jericho Exp $
  + * $Revision: 1.26 $
  + * $Date: 2002/04/25 21:30:14 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -78,7 +78,7 @@
    * Lock helper class.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.25 $
  + * @version $Revision: 1.26 $
    */
   public final class LockImpl implements Lock {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/lock/LockTokenNotFoundException.java
  
  Index: LockTokenNotFoundException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/LockTokenNotFoundException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LockTokenNotFoundException.java	28 Mar 2002 06:23:14 -0000	1.3
  +++ LockTokenNotFoundException.java	25 Apr 2002 21:30:14 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/LockTokenNotFoundException.java,v 1.3 2002/03/28 06:23:14 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:14 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/LockTokenNotFoundException.java,v 1.4 2002/04/25 21:30:14 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:14 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -70,7 +70,7 @@
    * Lock token not found.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class LockTokenNotFoundException extends LockException {
       
  
  
  
  1.10      +6 -6      jakarta-slide/src/share/org/apache/slide/lock/NodeLock.java
  
  Index: NodeLock.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/NodeLock.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- NodeLock.java	28 Mar 2002 06:23:14 -0000	1.9
  +++ NodeLock.java	25 Apr 2002 21:30:14 -0000	1.10
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/NodeLock.java,v 1.9 2002/03/28 06:23:14 jericho Exp $
  - * $Revision: 1.9 $
  - * $Date: 2002/03/28 06:23:14 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/NodeLock.java,v 1.10 2002/04/25 21:30:14 jericho Exp $
  + * $Revision: 1.10 $
  + * $Date: 2002/04/25 21:30:14 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -75,7 +75,7 @@
    * NodeLock class.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.9 $
  + * @version $Revision: 1.10 $
    */
   public final class NodeLock implements Cloneable, java.io.Serializable {
       
  
  
  
  1.5       +6 -6      jakarta-slide/src/share/org/apache/slide/lock/ObjectIsAlreadyLockedException.java
  
  Index: ObjectIsAlreadyLockedException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/ObjectIsAlreadyLockedException.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ObjectIsAlreadyLockedException.java	28 Mar 2002 06:23:14 -0000	1.4
  +++ ObjectIsAlreadyLockedException.java	25 Apr 2002 21:30:14 -0000	1.5
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/ObjectIsAlreadyLockedException.java,v 1.4 2002/03/28 06:23:14 jericho Exp $
  - * $Revision: 1.4 $
  - * $Date: 2002/03/28 06:23:14 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/ObjectIsAlreadyLockedException.java,v 1.5 2002/04/25 21:30:14 jericho Exp $
  + * $Revision: 1.5 $
  + * $Date: 2002/04/25 21:30:14 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -74,7 +74,7 @@
    * Object is already locked.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public class ObjectIsAlreadyLockedException extends NestedSlideException {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/lock/ObjectLockedException.java
  
  Index: ObjectLockedException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/ObjectLockedException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ObjectLockedException.java	28 Mar 2002 06:23:14 -0000	1.3
  +++ ObjectLockedException.java	25 Apr 2002 21:30:14 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/ObjectLockedException.java,v 1.3 2002/03/28 06:23:14 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:14 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/ObjectLockedException.java,v 1.4 2002/04/25 21:30:14 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:14 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -69,7 +69,7 @@
    * Object is already locked.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class ObjectLockedException extends LockException {
       
  
  
  
  1.10      +6 -6      jakarta-slide/src/share/org/apache/slide/macro/Macro.java
  
  Index: Macro.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/macro/Macro.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Macro.java	11 Apr 2002 12:56:13 -0000	1.9
  +++ Macro.java	25 Apr 2002 21:30:14 -0000	1.10
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/macro/Macro.java,v 1.9 2002/04/11 12:56:13 juergen Exp $
  - * $Revision: 1.9 $
  - * $Date: 2002/04/11 12:56:13 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/macro/Macro.java,v 1.10 2002/04/25 21:30:14 jericho Exp $
  + * $Revision: 1.10 $
  + * $Date: 2002/04/25 21:30:14 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -76,7 +76,7 @@
    * Macro helper class.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.9 $
  + * @version $Revision: 1.10 $
    */
   public interface Macro {
       
  
  
  
  1.5       +6 -6      jakarta-slide/src/share/org/apache/slide/macro/MacroException.java
  
  Index: MacroException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/macro/MacroException.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MacroException.java	28 Mar 2002 06:23:15 -0000	1.4
  +++ MacroException.java	25 Apr 2002 21:30:14 -0000	1.5
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/macro/MacroException.java,v 1.4 2002/03/28 06:23:15 jericho Exp $
  - * $Revision: 1.4 $
  - * $Date: 2002/03/28 06:23:15 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/macro/MacroException.java,v 1.5 2002/04/25 21:30:14 jericho Exp $
  + * $Revision: 1.5 $
  + * $Date: 2002/04/25 21:30:14 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -72,7 +72,7 @@
    * Macro exception.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public class MacroException extends NestedSlideException {
       
  
  
  
  1.26      +6 -6      jakarta-slide/src/share/org/apache/slide/macro/MacroImpl.java
  
  Index: MacroImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/macro/MacroImpl.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- MacroImpl.java	11 Apr 2002 12:56:13 -0000	1.25
  +++ MacroImpl.java	25 Apr 2002 21:30:14 -0000	1.26
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/macro/MacroImpl.java,v 1.25 2002/04/11 12:56:13 juergen Exp $
  - * $Revision: 1.25 $
  - * $Date: 2002/04/11 12:56:13 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/macro/MacroImpl.java,v 1.26 2002/04/25 21:30:14 jericho Exp $
  + * $Revision: 1.26 $
  + * $Date: 2002/04/25 21:30:14 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -77,7 +77,7 @@
    * Macro helper class.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.25 $
  + * @version $Revision: 1.26 $
    */
   public final class MacroImpl implements Macro {
       
  
  
  
  1.4       +5 -5      jakarta-slide/src/share/org/apache/slide/macro/MacroParameters.java
  
  Index: MacroParameters.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/macro/MacroParameters.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MacroParameters.java	28 Mar 2002 06:23:15 -0000	1.3
  +++ MacroParameters.java	25 Apr 2002 21:30:14 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/macro/MacroParameters.java,v 1.3 2002/03/28 06:23:15 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:15 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/macro/MacroParameters.java,v 1.4 2002/04/25 21:30:14 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:14 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/search/QueryScope.java
  
  Index: QueryScope.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/QueryScope.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- QueryScope.java	22 Apr 2002 16:20:55 -0000	1.3
  +++ QueryScope.java	25 Apr 2002 21:30:15 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/QueryScope.java,v 1.3 2002/04/22 16:20:55 wam Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/04/22 16:20:55 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/QueryScope.java,v 1.4 2002/04/25 21:30:15 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:15 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -74,7 +74,7 @@
    * Holds the scope information supplied with the <FROM> element.
    *
    * @author <a href="mailto:martin.wallmer@softwareag.com">Martin Wallmer</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public interface QueryScope {
   	
  
  
  
  1.6       +6 -6      jakarta-slide/src/share/org/apache/slide/search/RequestedResource.java
  
  Index: RequestedResource.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/RequestedResource.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- RequestedResource.java	22 Apr 2002 16:20:55 -0000	1.5
  +++ RequestedResource.java	25 Apr 2002 21:30:15 -0000	1.6
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/RequestedResource.java,v 1.5 2002/04/22 16:20:55 wam Exp $
  - * $Revision: 1.5 $
  - * $Date: 2002/04/22 16:20:55 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/RequestedResource.java,v 1.6 2002/04/25 21:30:15 jericho Exp $
  + * $Revision: 1.6 $
  + * $Date: 2002/04/25 21:30:15 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -85,7 +85,7 @@
    * TODO: Namespace awareness!!
    *
    * @author <a href="mailto:martin.wallmer@softwareag.com">Martin Wallmer</a>
  - * @version $Revision: 1.5 $
  + * @version $Revision: 1.6 $
    */
   public interface RequestedResource {
       
  
  
  
  1.6       +6 -6      jakarta-slide/src/share/org/apache/slide/search/RequestedResourceImpl.java
  
  Index: RequestedResourceImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/RequestedResourceImpl.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- RequestedResourceImpl.java	22 Apr 2002 16:20:55 -0000	1.5
  +++ RequestedResourceImpl.java	25 Apr 2002 21:30:15 -0000	1.6
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/RequestedResourceImpl.java,v 1.5 2002/04/22 16:20:55 wam Exp $
  - * $Revision: 1.5 $
  - * $Date: 2002/04/22 16:20:55 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/RequestedResourceImpl.java,v 1.6 2002/04/25 21:30:15 jericho Exp $
  + * $Revision: 1.6 $
  + * $Date: 2002/04/25 21:30:15 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -87,7 +87,7 @@
    * equals, ...
    *
    * @author <a href="mailto:martin.wallmer@softwareag.com">Martin Wallmer</a>
  - * @version $Revision: 1.5 $
  + * @version $Revision: 1.6 $
    */
   public class RequestedResourceImpl implements RequestedResource {
       
  
  
  
  1.9       +6 -6      jakarta-slide/src/share/org/apache/slide/search/Search.java
  
  Index: Search.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/Search.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Search.java	22 Apr 2002 16:20:55 -0000	1.8
  +++ Search.java	25 Apr 2002 21:30:15 -0000	1.9
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/Search.java,v 1.8 2002/04/22 16:20:55 wam Exp $
  - * $Revision: 1.8 $
  - * $Date: 2002/04/22 16:20:55 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/Search.java,v 1.9 2002/04/25 21:30:15 jericho Exp $
  + * $Revision: 1.9 $
  + * $Date: 2002/04/25 21:30:15 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -74,7 +74,7 @@
    * Search helper.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.8 $
  + * @version $Revision: 1.9 $
    */
   public interface Search {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/search/SearchException.java
  
  Index: SearchException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/SearchException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SearchException.java	28 Mar 2002 06:23:15 -0000	1.3
  +++ SearchException.java	25 Apr 2002 21:30:15 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/SearchException.java,v 1.3 2002/03/28 06:23:15 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:15 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/SearchException.java,v 1.4 2002/04/25 21:30:15 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:15 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -69,7 +69,7 @@
    * Generic search exception.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class SearchException extends SlideException {
       
  
  
  
  1.10      +6 -6      jakarta-slide/src/share/org/apache/slide/search/SearchImpl.java
  
  Index: SearchImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/SearchImpl.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- SearchImpl.java	22 Apr 2002 16:20:55 -0000	1.9
  +++ SearchImpl.java	25 Apr 2002 21:30:15 -0000	1.10
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/SearchImpl.java,v 1.9 2002/04/22 16:20:55 wam Exp $
  - * $Revision: 1.9 $
  - * $Date: 2002/04/22 16:20:55 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/SearchImpl.java,v 1.10 2002/04/25 21:30:15 jericho Exp $
  + * $Revision: 1.10 $
  + * $Date: 2002/04/25 21:30:15 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -87,7 +87,7 @@
    * Search helper.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.9 $
  + * @version $Revision: 1.10 $
    */
   public final class SearchImpl implements Search {
       
  
  
  
  1.6       +6 -6      jakarta-slide/src/share/org/apache/slide/search/SearchLanguage.java
  
  Index: SearchLanguage.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/SearchLanguage.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SearchLanguage.java	28 Mar 2002 06:23:15 -0000	1.5
  +++ SearchLanguage.java	25 Apr 2002 21:30:15 -0000	1.6
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/SearchLanguage.java,v 1.5 2002/03/28 06:23:15 jericho Exp $
  - * $Revision: 1.5 $
  - * $Date: 2002/03/28 06:23:15 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/SearchLanguage.java,v 1.6 2002/04/25 21:30:15 jericho Exp $
  + * $Revision: 1.6 $
  + * $Date: 2002/04/25 21:30:15 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -69,7 +69,7 @@
    * Base class for a search language.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.5 $
  + * @version $Revision: 1.6 $
    */
   public abstract class SearchLanguage {
       
  
  
  
  1.5       +6 -6      jakarta-slide/src/share/org/apache/slide/search/SearchQuery.java
  
  Index: SearchQuery.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/SearchQuery.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SearchQuery.java	28 Mar 2002 06:23:15 -0000	1.4
  +++ SearchQuery.java	25 Apr 2002 21:30:15 -0000	1.5
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/SearchQuery.java,v 1.4 2002/03/28 06:23:15 jericho Exp $
  - * $Revision: 1.4 $
  - * $Date: 2002/03/28 06:23:15 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/SearchQuery.java,v 1.5 2002/04/25 21:30:15 jericho Exp $
  + * $Revision: 1.5 $
  + * $Date: 2002/04/25 21:30:15 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -75,7 +75,7 @@
    * Search query.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public abstract class SearchQuery {
       
  
  
  
  1.8       +6 -6      jakarta-slide/src/share/org/apache/slide/search/SearchQueryResult.java
  
  Index: SearchQueryResult.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/SearchQueryResult.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- SearchQueryResult.java	28 Mar 2002 06:23:15 -0000	1.7
  +++ SearchQueryResult.java	25 Apr 2002 21:30:15 -0000	1.8
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/SearchQueryResult.java,v 1.7 2002/03/28 06:23:15 jericho Exp $
  - * $Revision: 1.7 $
  - * $Date: 2002/03/28 06:23:15 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/SearchQueryResult.java,v 1.8 2002/04/25 21:30:15 jericho Exp $
  + * $Revision: 1.8 $
  + * $Date: 2002/04/25 21:30:15 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -82,7 +82,7 @@
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
    * @author <a href="mailto:martin.wallmer@softweareag.com">Martin Wallmer</a>
    *
  - * @version $Revision: 1.7 $
  + * @version $Revision: 1.8 $
    */
   public class SearchQueryResult {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/search/SearchToken.java
  
  Index: SearchToken.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/SearchToken.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SearchToken.java	22 Apr 2002 16:20:55 -0000	1.3
  +++ SearchToken.java	25 Apr 2002 21:30:15 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/SearchToken.java,v 1.3 2002/04/22 16:20:55 wam Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/04/22 16:20:55 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/SearchToken.java,v 1.4 2002/04/25 21:30:15 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:15 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -72,7 +72,7 @@
    * Represents the context of a search requerst.
    *
    * @author <a href="mailto:martin.wallmer@softwareag.com">Martin Wallmer</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class SearchToken {
   	
  
  
  
  1.7       +6 -6      jakarta-slide/src/share/org/apache/slide/search/basic/Literals.java
  
  Index: Literals.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/Literals.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Literals.java	22 Apr 2002 16:20:54 -0000	1.6
  +++ Literals.java	25 Apr 2002 21:30:15 -0000	1.7
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/Literals.java,v 1.6 2002/04/22 16:20:54 wam Exp $
  - * $Revision: 1.6 $
  - * $Date: 2002/04/22 16:20:54 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/Literals.java,v 1.7 2002/04/25 21:30:15 jericho Exp $
  + * $Revision: 1.7 $
  + * $Date: 2002/04/25 21:30:15 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -67,7 +67,7 @@
    * static container for some literals.
    *
    * @author <a href="mailto:martin.wallmer@softwareag.com">Martin Wallmer</a>
  - * @version $Revision: 1.6 $
  + * @version $Revision: 1.7 $
    */
   public class Literals {
   
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/search/basic/LTEExpression.java
  
  Index: LTEExpression.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/LTEExpression.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LTEExpression.java	28 Mar 2002 09:55:04 -0000	1.3
  +++ LTEExpression.java	25 Apr 2002 21:30:15 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/LTEExpression.java,v 1.3 2002/03/28 09:55:04 wam Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 09:55:04 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/LTEExpression.java,v 1.4 2002/04/25 21:30:15 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:15 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -73,7 +73,7 @@
    * Represents an EQUALS expression.
    *
    * @author <a href="mailto:martin.wallmer@softwareag.com">Martin Wallmer</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class LTEExpression extends ComparePropertyExpression {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/search/basic/LTExpression.java
  
  Index: LTExpression.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/LTExpression.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LTExpression.java	28 Mar 2002 09:55:03 -0000	1.3
  +++ LTExpression.java	25 Apr 2002 21:30:15 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/LTExpression.java,v 1.3 2002/03/28 09:55:03 wam Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 09:55:03 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/LTExpression.java,v 1.4 2002/04/25 21:30:15 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:15 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -73,7 +73,7 @@
    * Represents an EQUALS expression.
    *
    * @author <a href="mailto:martin.wallmer@softwareag.com">Martin Wallmer</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class LTExpression extends ComparePropertyExpression {
       
  
  
  
  1.6       +6 -6      jakarta-slide/src/share/org/apache/slide/search/basic/MergeExpression.java
  
  Index: MergeExpression.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/MergeExpression.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- MergeExpression.java	22 Apr 2002 16:20:54 -0000	1.5
  +++ MergeExpression.java	25 Apr 2002 21:30:15 -0000	1.6
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/MergeExpression.java,v 1.5 2002/04/22 16:20:54 wam Exp $
  - * $Revision: 1.5 $
  - * $Date: 2002/04/22 16:20:54 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/MergeExpression.java,v 1.6 2002/04/25 21:30:15 jericho Exp $
  + * $Revision: 1.6 $
  + * $Date: 2002/04/25 21:30:15 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -76,7 +76,7 @@
    * Abstract base class for merge expressions (AND, OR).
    *
    * @author <a href="mailto:martin.wallmer@softwareag.com">Martin Wallmer</a>
  - * @version $Revision: 1.5 $
  + * @version $Revision: 1.6 $
    */
   public abstract class MergeExpression extends BasicExpression {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/search/basic/NotExpression.java
  
  Index: NotExpression.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/NotExpression.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NotExpression.java	22 Apr 2002 16:20:54 -0000	1.3
  +++ NotExpression.java	25 Apr 2002 21:30:15 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/NotExpression.java,v 1.3 2002/04/22 16:20:54 wam Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/04/22 16:20:54 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/NotExpression.java,v 1.4 2002/04/25 21:30:15 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:15 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -65,7 +65,7 @@
    * Represents a NOT expression.
    *
    * @author <a href="mailto:martin.wallmer@softwareag.com">Martin Wallmer</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   
   package org.apache.slide.search.basic;
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/search/basic/OrderBy.java
  
  Index: OrderBy.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/OrderBy.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- OrderBy.java	22 Apr 2002 16:20:54 -0000	1.3
  +++ OrderBy.java	25 Apr 2002 21:30:15 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/OrderBy.java,v 1.3 2002/04/22 16:20:54 wam Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/04/22 16:20:54 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/OrderBy.java,v 1.4 2002/04/25 21:30:15 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:15 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -82,7 +82,7 @@
    * to the specified parameters in the OrderBy expression,
    *
    * @author <a href="mailto:martin.wallmer@softwareag.com">Martin Wallmer</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class OrderBy {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/search/basic/OrExpression.java
  
  Index: OrExpression.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/OrExpression.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- OrExpression.java	22 Apr 2002 16:20:54 -0000	1.3
  +++ OrExpression.java	25 Apr 2002 21:30:15 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/OrExpression.java,v 1.3 2002/04/22 16:20:54 wam Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/04/22 16:20:54 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/OrExpression.java,v 1.4 2002/04/25 21:30:15 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:15 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -73,7 +73,7 @@
    * Represents an OR expression.
    *
    * @author <a href="mailto:martin.wallmer@softwareag.com">Martin Wallmer</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class OrExpression extends MergeExpression {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/search/basic/RequestedResourcesPool.java
  
  Index: RequestedResourcesPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/RequestedResourcesPool.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RequestedResourcesPool.java	28 Mar 2002 06:23:16 -0000	1.3
  +++ RequestedResourcesPool.java	25 Apr 2002 21:30:15 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/RequestedResourcesPool.java,v 1.3 2002/03/28 06:23:16 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:16 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/RequestedResourcesPool.java,v 1.4 2002/04/25 21:30:15 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:15 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -74,7 +74,7 @@
    * the server the maximum depth of a query.
    *
    * @author <a href="mailto:martin.wallmer@softwareag.com">Martin Wallmer</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public interface RequestedResourcesPool {
       
  
  
  
  1.10      +6 -6      jakarta-slide/src/share/org/apache/slide/security/NodePermission.java
  
  Index: NodePermission.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/security/NodePermission.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- NodePermission.java	28 Mar 2002 06:23:17 -0000	1.9
  +++ NodePermission.java	25 Apr 2002 21:30:16 -0000	1.10
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/security/NodePermission.java,v 1.9 2002/03/28 06:23:17 jericho Exp $
  - * $Revision: 1.9 $
  - * $Date: 2002/03/28 06:23:17 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/security/NodePermission.java,v 1.10 2002/04/25 21:30:16 jericho Exp $
  + * $Revision: 1.10 $
  + * $Date: 2002/04/25 21:30:16 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -74,7 +74,7 @@
    * Permission object.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.9 $
  + * @version $Revision: 1.10 $
    */
   public final class NodePermission implements Serializable, Cloneable {
       
  
  
  
  1.18      +6 -6      jakarta-slide/src/share/org/apache/slide/security/Security.java
  
  Index: Security.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/security/Security.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Security.java	28 Mar 2002 06:23:17 -0000	1.17
  +++ Security.java	25 Apr 2002 21:30:16 -0000	1.18
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/security/Security.java,v 1.17 2002/03/28 06:23:17 jericho Exp $
  - * $Revision: 1.17 $
  - * $Date: 2002/03/28 06:23:17 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/security/Security.java,v 1.18 2002/04/25 21:30:16 jericho Exp $
  + * $Revision: 1.18 $
  + * $Date: 2002/04/25 21:30:16 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -73,7 +73,7 @@
    * Security helper.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.17 $
  + * @version $Revision: 1.18 $
    */
   public interface Security {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/security/SecurityException.java
  
  Index: SecurityException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/security/SecurityException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SecurityException.java	28 Mar 2002 06:23:17 -0000	1.3
  +++ SecurityException.java	25 Apr 2002 21:30:16 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/security/SecurityException.java,v 1.3 2002/03/28 06:23:17 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:17 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/security/SecurityException.java,v 1.4 2002/04/25 21:30:16 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:16 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -69,7 +69,7 @@
    * Generic security exception.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class SecurityException extends SlideException {
       
  
  
  
  1.31      +6 -6      jakarta-slide/src/share/org/apache/slide/security/SecurityImpl.java
  
  Index: SecurityImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/security/SecurityImpl.java,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- SecurityImpl.java	28 Mar 2002 06:23:17 -0000	1.30
  +++ SecurityImpl.java	25 Apr 2002 21:30:16 -0000	1.31
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/security/SecurityImpl.java,v 1.30 2002/03/28 06:23:17 jericho Exp $
  - * $Revision: 1.30 $
  - * $Date: 2002/03/28 06:23:17 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/security/SecurityImpl.java,v 1.31 2002/04/25 21:30:16 jericho Exp $
  + * $Revision: 1.31 $
  + * $Date: 2002/04/25 21:30:16 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -77,7 +77,7 @@
    * Security helper.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.30 $
  + * @version $Revision: 1.31 $
    */
   public final class SecurityImpl implements Security {
       
  
  
  
  1.6       +6 -6      jakarta-slide/src/share/org/apache/slide/store/LockStore.java
  
  Index: LockStore.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/store/LockStore.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- LockStore.java	28 Mar 2002 06:23:17 -0000	1.5
  +++ LockStore.java	25 Apr 2002 21:30:16 -0000	1.6
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/store/LockStore.java,v 1.5 2002/03/28 06:23:17 jericho Exp $
  - * $Revision: 1.5 $
  - * $Date: 2002/03/28 06:23:17 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/store/LockStore.java,v 1.6 2002/04/25 21:30:16 jericho Exp $
  + * $Revision: 1.6 $
  + * $Date: 2002/04/25 21:30:16 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -78,7 +78,7 @@
    * Store for Lock objects.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.5 $
  + * @version $Revision: 1.6 $
    */
   public interface LockStore extends Service {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/store/NodeStore.java
  
  Index: NodeStore.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/store/NodeStore.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NodeStore.java	28 Mar 2002 06:23:17 -0000	1.3
  +++ NodeStore.java	25 Apr 2002 21:30:16 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/store/NodeStore.java,v 1.3 2002/03/28 06:23:17 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:17 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/store/NodeStore.java,v 1.4 2002/04/25 21:30:16 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:16 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -78,7 +78,7 @@
    * Store for Node objects.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public interface NodeStore extends Service {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/store/RevisionDescriptorsStore.java
  
  Index: RevisionDescriptorsStore.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/store/RevisionDescriptorsStore.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RevisionDescriptorsStore.java	28 Mar 2002 06:23:17 -0000	1.3
  +++ RevisionDescriptorsStore.java	25 Apr 2002 21:30:16 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/store/RevisionDescriptorsStore.java,v 1.3 2002/03/28 06:23:17 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:17 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/store/RevisionDescriptorsStore.java,v 1.4 2002/04/25 21:30:16 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:16 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -78,7 +78,7 @@
    * Store for RevisionDescriptors objects.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public interface RevisionDescriptorsStore extends Service {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/store/RevisionDescriptorStore.java
  
  Index: RevisionDescriptorStore.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/store/RevisionDescriptorStore.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RevisionDescriptorStore.java	28 Mar 2002 06:23:17 -0000	1.3
  +++ RevisionDescriptorStore.java	25 Apr 2002 21:30:16 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/store/RevisionDescriptorStore.java,v 1.3 2002/03/28 06:23:17 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:17 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/store/RevisionDescriptorStore.java,v 1.4 2002/04/25 21:30:16 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:16 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -78,7 +78,7 @@
    * Store for RevisionDescriptor objects.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public interface RevisionDescriptorStore extends Service {
       
  
  
  
  1.6       +6 -6      jakarta-slide/src/share/org/apache/slide/store/SecurityStore.java
  
  Index: SecurityStore.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/store/SecurityStore.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SecurityStore.java	28 Mar 2002 06:23:17 -0000	1.5
  +++ SecurityStore.java	25 Apr 2002 21:30:16 -0000	1.6
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/store/SecurityStore.java,v 1.5 2002/03/28 06:23:17 jericho Exp $
  - * $Revision: 1.5 $
  - * $Date: 2002/03/28 06:23:17 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/store/SecurityStore.java,v 1.6 2002/04/25 21:30:16 jericho Exp $
  + * $Revision: 1.6 $
  + * $Date: 2002/04/25 21:30:16 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -78,7 +78,7 @@
    * Store for NodePermission objects.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.5 $
  + * @version $Revision: 1.6 $
    */
   public interface SecurityStore extends Service {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/structure/LinkedObjectNotFoundException.java
  
  Index: LinkedObjectNotFoundException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/structure/LinkedObjectNotFoundException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LinkedObjectNotFoundException.java	28 Mar 2002 06:23:17 -0000	1.3
  +++ LinkedObjectNotFoundException.java	25 Apr 2002 21:30:16 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/structure/LinkedObjectNotFoundException.java,v 1.3 2002/03/28 06:23:17 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:17 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/structure/LinkedObjectNotFoundException.java,v 1.4 2002/04/25 21:30:16 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:16 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -70,7 +70,7 @@
    * Linked object not found.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class LinkedObjectNotFoundException extends StructureException {
       
  
  
  
  1.5       +6 -6      jakarta-slide/src/share/org/apache/slide/structure/LinkNode.java
  
  Index: LinkNode.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/structure/LinkNode.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- LinkNode.java	28 Mar 2002 06:23:17 -0000	1.4
  +++ LinkNode.java	25 Apr 2002 21:30:16 -0000	1.5
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/structure/LinkNode.java,v 1.4 2002/03/28 06:23:17 jericho Exp $
  - * $Revision: 1.4 $
  - * $Date: 2002/03/28 06:23:17 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/structure/LinkNode.java,v 1.5 2002/04/25 21:30:16 jericho Exp $
  + * $Revision: 1.5 $
  + * $Date: 2002/04/25 21:30:16 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -72,7 +72,7 @@
    * Link node class.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public class LinkNode extends ObjectNode {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/structure/ObjectAlreadyExistsException.java
  
  Index: ObjectAlreadyExistsException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/structure/ObjectAlreadyExistsException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ObjectAlreadyExistsException.java	28 Mar 2002 06:23:17 -0000	1.3
  +++ ObjectAlreadyExistsException.java	25 Apr 2002 21:30:16 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/structure/ObjectAlreadyExistsException.java,v 1.3 2002/03/28 06:23:17 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:17 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/structure/ObjectAlreadyExistsException.java,v 1.4 2002/04/25 21:30:16 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:16 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -70,7 +70,7 @@
    * Object already exists.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class ObjectAlreadyExistsException extends StructureException {
       
  
  
  
  1.4       +6 -6      jakarta-slide/src/share/org/apache/slide/structure/ObjectHasChildrenException.java
  
  Index: ObjectHasChildrenException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/structure/ObjectHasChildrenException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ObjectHasChildrenException.java	28 Mar 2002 06:23:17 -0000	1.3
  +++ ObjectHasChildrenException.java	25 Apr 2002 21:30:16 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/structure/ObjectHasChildrenException.java,v 1.3 2002/03/28 06:23:17 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:17 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/structure/ObjectHasChildrenException.java,v 1.4 2002/04/25 21:30:16 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:16 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -70,7 +70,7 @@
    * Object has children.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class ObjectHasChildrenException extends StructureException {
       
  
  
  
  1.7       +6 -6      jakarta-slide/src/share/org/apache/slide/structure/ObjectNode.java
  
  Index: ObjectNode.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/structure/ObjectNode.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ObjectNode.java	28 Mar 2002 06:23:17 -0000	1.6
  +++ ObjectNode.java	25 Apr 2002 21:30:16 -0000	1.7
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/structure/ObjectNode.java,v 1.6 2002/03/28 06:23:17 jericho Exp $
  - * $Revision: 1.6 $
  - * $Date: 2002/03/28 06:23:17 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/structure/ObjectNode.java,v 1.7 2002/04/25 21:30:16 jericho Exp $
  + * $Revision: 1.7 $
  + * $Date: 2002/04/25 21:30:16 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -76,7 +76,7 @@
    * This includes actors, activities and collections.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.6 $
  + * @version $Revision: 1.7 $
    */
   public abstract class ObjectNode 
       implements Serializable, Cloneable {
  
  
  
  1.5       +6 -6      jakarta-slide/src/share/org/apache/slide/structure/ObjectNotFoundException.java
  
  Index: ObjectNotFoundException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/structure/ObjectNotFoundException.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ObjectNotFoundException.java	28 Mar 2002 06:23:17 -0000	1.4
  +++ ObjectNotFoundException.java	25 Apr 2002 21:30:16 -0000	1.5
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/structure/ObjectNotFoundException.java,v 1.4 2002/03/28 06:23:17 jericho Exp $
  - * $Revision: 1.4 $
  - * $Date: 2002/03/28 06:23:17 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/structure/ObjectNotFoundException.java,v 1.5 2002/04/25 21:30:16 jericho Exp $
  + * $Revision: 1.5 $
  + * $Date: 2002/04/25 21:30:16 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -70,7 +70,7 @@
    * Object not found.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public class ObjectNotFoundException extends StructureException {
       
  
  
  
  1.6       +6 -6      jakarta-slide/src/share/org/apache/slide/util/Messages.java
  
  Index: Messages.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/util/Messages.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Messages.java	28 Mar 2002 06:23:18 -0000	1.5
  +++ Messages.java	25 Apr 2002 21:30:16 -0000	1.6
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/util/Messages.java,v 1.5 2002/03/28 06:23:18 jericho Exp $
  - * $Revision: 1.5 $
  - * $Date: 2002/03/28 06:23:18 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/util/Messages.java,v 1.6 2002/04/25 21:30:16 jericho Exp $
  + * $Revision: 1.6 $
  + * $Date: 2002/04/25 21:30:16 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -72,7 +72,7 @@
    * 
    * @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.5 $ $Date: 2002/03/28 06:23:18 $
  + * @version $Revision: 1.6 $ $Date: 2002/04/25 21:30:16 $
    */
   public class Messages {
       
  
  
  
  1.7       +6 -6      jakarta-slide/src/share/org/apache/slide/util/ObjectCache.java
  
  Index: ObjectCache.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/util/ObjectCache.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ObjectCache.java	28 Mar 2002 06:23:18 -0000	1.6
  +++ ObjectCache.java	25 Apr 2002 21:30:16 -0000	1.7
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/util/ObjectCache.java,v 1.6 2002/03/28 06:23:18 jericho Exp $
  - * $Revision: 1.6 $
  - * $Date: 2002/03/28 06:23:18 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/util/ObjectCache.java,v 1.7 2002/04/25 21:30:16 jericho Exp $
  + * $Revision: 1.7 $
  + * $Date: 2002/04/25 21:30:16 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -90,7 +90,7 @@
    * algorithm to limit cache size, like dropping LRU elements.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.6 $ $Date: 2002/03/28 06:23:18 $
  + * @version $Revision: 1.7 $ $Date: 2002/04/25 21:30:16 $
    */
   public interface ObjectCache {
       
  
  
  
  1.6       +6 -6      jakarta-slide/src/share/org/apache/slide/util/logger/Logger.java
  
  Index: Logger.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/util/logger/Logger.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Logger.java	28 Mar 2002 06:23:19 -0000	1.5
  +++ Logger.java	25 Apr 2002 21:30:17 -0000	1.6
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/util/logger/Logger.java,v 1.5 2002/03/28 06:23:19 jericho Exp $
  - * $Revision: 1.5 $
  - * $Date: 2002/03/28 06:23:19 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/util/logger/Logger.java,v 1.6 2002/04/25 21:30:17 jericho Exp $
  + * $Revision: 1.6 $
  + * $Date: 2002/04/25 21:30:17 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -72,7 +72,7 @@
    * The six levels used for logging are (in order of gravity): EMERGENCY,
    * CRITICAL, ERROR, WARNING, INFO and DEBUG.
    *
  - * @version 1.0 (CVS $Revision: 1.5 $ $Date: 2002/03/28 06:23:19 $)
  + * @version 1.0 (CVS $Revision: 1.6 $ $Date: 2002/04/25 21:30:17 $)
    * @author <a href="mailto:scoobie@pop.systemy.it">Federico Barbieri</a>
    * @author <a href="mailto:pier@apache.org">Pierpaolo Fumagalli</a>
    * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
  
  
  
  1.9       +5 -5      jakarta-slide/src/share/org/apache/slide/util/logger/SimpleLogger.java
  
  Index: SimpleLogger.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/util/logger/SimpleLogger.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- SimpleLogger.java	28 Mar 2002 06:23:19 -0000	1.8
  +++ SimpleLogger.java	25 Apr 2002 21:30:17 -0000	1.9
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/util/logger/SimpleLogger.java,v 1.8 2002/03/28 06:23:19 jericho Exp $
  - * $Revision: 1.8 $
  - * $Date: 2002/03/28 06:23:19 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/util/logger/SimpleLogger.java,v 1.9 2002/04/25 21:30:17 jericho Exp $
  + * $Revision: 1.9 $
  + * $Date: 2002/04/25 21:30:17 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  
  
  
  1.6       +6 -6      jakarta-slide/src/stores/slidestore/j2ee/J2EEContentStore.java
  
  Index: J2EEContentStore.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/stores/slidestore/j2ee/J2EEContentStore.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- J2EEContentStore.java	28 Mar 2002 06:23:19 -0000	1.5
  +++ J2EEContentStore.java	25 Apr 2002 21:30:17 -0000	1.6
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/stores/slidestore/j2ee/J2EEContentStore.java,v 1.5 2002/03/28 06:23:19 jericho Exp $
  - * $Revision: 1.5 $
  - * $Date: 2002/03/28 06:23:19 $
  + * $Header: /home/cvs/jakarta-slide/src/stores/slidestore/j2ee/J2EEContentStore.java,v 1.6 2002/04/25 21:30:17 jericho Exp $
  + * $Revision: 1.6 $
  + * $Date: 2002/04/25 21:30:17 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -97,7 +97,7 @@
    *
    * @author Ashok Kumar
    * @contact <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.5 $
  + * @version $Revision: 1.6 $
    */
   public class J2EEContentStore extends J2EEStore
       implements ContentStore {
  
  
  
  1.7       +6 -6      jakarta-slide/src/stores/slidestore/j2ee/J2EEDescriptorsStore.java
  
  Index: J2EEDescriptorsStore.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/stores/slidestore/j2ee/J2EEDescriptorsStore.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- J2EEDescriptorsStore.java	28 Mar 2002 06:23:19 -0000	1.6
  +++ J2EEDescriptorsStore.java	25 Apr 2002 21:30:17 -0000	1.7
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/stores/slidestore/j2ee/J2EEDescriptorsStore.java,v 1.6 2002/03/28 06:23:19 jericho Exp $
  - * $Revision: 1.6 $
  - * $Date: 2002/03/28 06:23:19 $
  + * $Header: /home/cvs/jakarta-slide/src/stores/slidestore/j2ee/J2EEDescriptorsStore.java,v 1.7 2002/04/25 21:30:17 jericho Exp $
  + * $Revision: 1.7 $
  + * $Date: 2002/04/25 21:30:17 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -96,7 +96,7 @@
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
    * @author Ashok Kumar
    * @author <a href="mailto:msmith@apache.org">Michael Smith</a>
  - * @version $Revision: 1.6 $
  + * @version $Revision: 1.7 $
    */
   
   public class J2EEDescriptorsStore
  
  
  
  1.4       +6 -6      jakarta-slide/src/stores/slidestore/j2ee/J2EEStore.java
  
  Index: J2EEStore.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/stores/slidestore/j2ee/J2EEStore.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- J2EEStore.java	28 Mar 2002 06:23:19 -0000	1.3
  +++ J2EEStore.java	25 Apr 2002 21:30:17 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/stores/slidestore/j2ee/J2EEStore.java,v 1.3 2002/03/28 06:23:19 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:19 $
  + * $Header: /home/cvs/jakarta-slide/src/stores/slidestore/j2ee/J2EEStore.java,v 1.4 2002/04/25 21:30:17 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:17 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -90,7 +90,7 @@
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
    * @author Ashok Kumar
    * @author <a href="mailto:msmith@apache.org">Michael Smith</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   
   public abstract class J2EEStore
  
  
  
  1.4       +6 -6      jakarta-slide/src/stores/slidestore/mysql/MySQLContentStore.java
  
  Index: MySQLContentStore.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/stores/slidestore/mysql/MySQLContentStore.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MySQLContentStore.java	28 Mar 2002 06:23:19 -0000	1.3
  +++ MySQLContentStore.java	25 Apr 2002 21:30:17 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/stores/slidestore/mysql/MySQLContentStore.java,v 1.3 2002/03/28 06:23:19 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:19 $
  + * $Header: /home/cvs/jakarta-slide/src/stores/slidestore/mysql/MySQLContentStore.java,v 1.4 2002/04/25 21:30:17 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:17 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -91,7 +91,7 @@
    * used with version 3.22 and older of MySQL.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class MySQLContentStore extends JDBCContentStore {
       
  
  
  
  1.5       +6 -6      jakarta-slide/src/stores/slidestore/mysql/MySQLDescriptorsStore.java
  
  Index: MySQLDescriptorsStore.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/stores/slidestore/mysql/MySQLDescriptorsStore.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MySQLDescriptorsStore.java	28 Mar 2002 06:23:19 -0000	1.4
  +++ MySQLDescriptorsStore.java	25 Apr 2002 21:30:17 -0000	1.5
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/stores/slidestore/mysql/MySQLDescriptorsStore.java,v 1.4 2002/03/28 06:23:19 jericho Exp $
  - * $Revision: 1.4 $
  - * $Date: 2002/03/28 06:23:19 $
  + * $Header: /home/cvs/jakarta-slide/src/stores/slidestore/mysql/MySQLDescriptorsStore.java,v 1.5 2002/04/25 21:30:17 jericho Exp $
  + * $Revision: 1.5 $
  + * $Date: 2002/04/25 21:30:17 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -86,7 +86,7 @@
    * used with version 3.22 and older of MySQL.
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   
   public class MySQLDescriptorsStore extends JDBCDescriptorsStore {
  
  
  
  1.3       +6 -6      jakarta-slide/src/stores/slidestore/oracle/OracleContentStore.java
  
  Index: OracleContentStore.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/stores/slidestore/oracle/OracleContentStore.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- OracleContentStore.java	28 Mar 2002 06:23:19 -0000	1.2
  +++ OracleContentStore.java	25 Apr 2002 21:30:17 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/stores/slidestore/oracle/OracleContentStore.java,v 1.2 2002/03/28 06:23:19 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:23:19 $
  + * $Header: /home/cvs/jakarta-slide/src/stores/slidestore/oracle/OracleContentStore.java,v 1.3 2002/04/25 21:30:17 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:17 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -94,7 +94,7 @@
    * Oracle compliant implementation of ContentStore.
    *
    * @author Dirk Verbeeck
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class OracleContentStore extends JDBCContentStore
       implements ContentStore {
  
  
  
  1.18      +6 -6      jakarta-slide/src/stores/slidestore/reference/JDBCContentStore.java
  
  Index: JDBCContentStore.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/stores/slidestore/reference/JDBCContentStore.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- JDBCContentStore.java	28 Mar 2002 06:23:20 -0000	1.17
  +++ JDBCContentStore.java	25 Apr 2002 21:30:17 -0000	1.18
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/stores/slidestore/reference/JDBCContentStore.java,v 1.17 2002/03/28 06:23:20 jericho Exp $
  - * $Revision: 1.17 $
  - * $Date: 2002/03/28 06:23:20 $
  + * $Header: /home/cvs/jakarta-slide/src/stores/slidestore/reference/JDBCContentStore.java,v 1.18 2002/04/25 21:30:17 jericho Exp $
  + * $Revision: 1.18 $
  + * $Date: 2002/04/25 21:30:17 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -90,7 +90,7 @@
    * JDBC 2.0 compliant implementation of ContentStore.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.17 $
  + * @version $Revision: 1.18 $
    */
   public class JDBCContentStore extends AbstractSimpleService
       implements ContentStore {
  
  
  
  1.32      +6 -6      jakarta-slide/src/stores/slidestore/reference/JDBCDescriptorsStore.java
  
  Index: JDBCDescriptorsStore.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/stores/slidestore/reference/JDBCDescriptorsStore.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- JDBCDescriptorsStore.java	28 Mar 2002 06:23:20 -0000	1.31
  +++ JDBCDescriptorsStore.java	25 Apr 2002 21:30:17 -0000	1.32
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/stores/slidestore/reference/JDBCDescriptorsStore.java,v 1.31 2002/03/28 06:23:20 jericho Exp $
  - * $Revision: 1.31 $
  - * $Date: 2002/03/28 06:23:20 $
  + * $Header: /home/cvs/jakarta-slide/src/stores/slidestore/reference/JDBCDescriptorsStore.java,v 1.32 2002/04/25 21:30:17 jericho Exp $
  + * $Revision: 1.32 $
  + * $Date: 2002/04/25 21:30:17 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -86,7 +86,7 @@
    * 
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
    * @author Dirk Verbeeck
  - * @version $Revision: 1.31 $
  + * @version $Revision: 1.32 $
    */
   
   public class JDBCDescriptorsStore
  
  
  
  1.9       +6 -6      jakarta-slide/src/stores/slidestore/reference/MemoryDescriptorsStore.java
  
  Index: MemoryDescriptorsStore.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/stores/slidestore/reference/MemoryDescriptorsStore.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- MemoryDescriptorsStore.java	28 Mar 2002 06:23:20 -0000	1.8
  +++ MemoryDescriptorsStore.java	25 Apr 2002 21:30:17 -0000	1.9
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/stores/slidestore/reference/MemoryDescriptorsStore.java,v 1.8 2002/03/28 06:23:20 jericho Exp $
  - * $Revision: 1.8 $
  - * $Date: 2002/03/28 06:23:20 $
  + * $Header: /home/cvs/jakarta-slide/src/stores/slidestore/reference/MemoryDescriptorsStore.java,v 1.9 2002/04/25 21:30:17 jericho Exp $
  + * $Revision: 1.9 $
  + * $Date: 2002/04/25 21:30:17 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -80,7 +80,7 @@
    * Reference implementation.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.8 $
  + * @version $Revision: 1.9 $
    */
   public class MemoryDescriptorsStore extends AbstractService
       implements LockStore, NodeStore, RevisionDescriptorsStore,
  
  
  
  1.4       +6 -6      jakarta-slide/src/stores/slidestore/reference/util/JDBCAwareInputStream.java
  
  Index: JDBCAwareInputStream.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/stores/slidestore/reference/util/JDBCAwareInputStream.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- JDBCAwareInputStream.java	28 Mar 2002 06:23:20 -0000	1.3
  +++ JDBCAwareInputStream.java	25 Apr 2002 21:30:17 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/stores/slidestore/reference/util/JDBCAwareInputStream.java,v 1.3 2002/03/28 06:23:20 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:23:20 $
  + * $Header: /home/cvs/jakarta-slide/src/stores/slidestore/reference/util/JDBCAwareInputStream.java,v 1.4 2002/04/25 21:30:17 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:17 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -74,7 +74,7 @@
    * precious system resource - or at least Oracle cursors  ;-)
    *
    * @author <a href="mailto:kimptoc@apache.org">Chris Kimpton</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class JDBCAwareInputStream extends InputStream {                                                 
   
  
  
  
  1.5       +6 -6      jakarta-slide/src/tests/transaction/PutTestCase.java
  
  Index: PutTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/tests/transaction/PutTestCase.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PutTestCase.java	28 Mar 2002 06:12:06 -0000	1.4
  +++ PutTestCase.java	25 Apr 2002 21:30:18 -0000	1.5
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/tests/transaction/PutTestCase.java,v 1.4 2002/03/28 06:12:06 jericho Exp $
  - * $Revision: 1.4 $
  - * $Date: 2002/03/28 06:12:06 $
  + * $Header: /home/cvs/jakarta-slide/src/tests/transaction/PutTestCase.java,v 1.5 2002/04/25 21:30:18 jericho Exp $
  + * $Revision: 1.5 $
  + * $Date: 2002/04/25 21:30:18 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -89,7 +89,7 @@
    * Test cases for the PUT method
    *
    * @author Juergen Pill
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public class PutTestCase extends TestCase {
   
  
  
  
  1.3       +6 -6      jakarta-slide/src/util/org/apache/util/MD5Encoder.java
  
  Index: MD5Encoder.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/util/org/apache/util/MD5Encoder.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MD5Encoder.java	28 Mar 2002 06:12:06 -0000	1.2
  +++ MD5Encoder.java	25 Apr 2002 21:30:18 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/util/org/apache/util/MD5Encoder.java,v 1.2 2002/03/28 06:12:06 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:12:06 $
  + * $Header: /home/cvs/jakarta-slide/src/util/org/apache/util/MD5Encoder.java,v 1.3 2002/04/25 21:30:18 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:18 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  @@ -73,7 +73,7 @@
    * of the digest.
    *
    * @author Remy Maucherat
  - * @version $Revision: 1.2 $ $Date: 2002/03/28 06:12:06 $
  + * @version $Revision: 1.3 $ $Date: 2002/04/25 21:30:18 $
    */
   
   public final class MD5Encoder {
  
  
  
  1.2       +1 -1      jakarta-slide/src/util/org/apache/util/MIME2Java.java
  
  Index: MIME2Java.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/util/org/apache/util/MIME2Java.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MIME2Java.java	15 Feb 2001 17:37:30 -0000	1.1
  +++ MIME2Java.java	25 Apr 2002 21:30:18 -0000	1.2
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.3       +5 -5      jakarta-slide/src/util/org/apache/util/NSDecl.java
  
  Index: NSDecl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/util/org/apache/util/NSDecl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NSDecl.java	28 Mar 2002 06:12:06 -0000	1.2
  +++ NSDecl.java	25 Apr 2002 21:30:18 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/util/org/apache/util/NSDecl.java,v 1.2 2002/03/28 06:12:06 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:12:06 $
  + * $Header: /home/cvs/jakarta-slide/src/util/org/apache/util/NSDecl.java,v 1.3 2002/04/25 21:30:18 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:18 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  
  
  
  1.3       +5 -5      jakarta-slide/src/util/org/apache/util/NSStack.java
  
  Index: NSStack.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/util/org/apache/util/NSStack.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NSStack.java	28 Mar 2002 06:12:06 -0000	1.2
  +++ NSStack.java	25 Apr 2002 21:30:18 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/util/org/apache/util/NSStack.java,v 1.2 2002/03/28 06:12:06 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:12:06 $
  + * $Header: /home/cvs/jakarta-slide/src/util/org/apache/util/NSStack.java,v 1.3 2002/04/25 21:30:18 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:18 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  
  
  
  1.3       +5 -5      jakarta-slide/src/util/org/apache/util/PropertyWriter.java
  
  Index: PropertyWriter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/util/org/apache/util/PropertyWriter.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PropertyWriter.java	28 Mar 2002 06:12:06 -0000	1.2
  +++ PropertyWriter.java	25 Apr 2002 21:30:18 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/util/org/apache/util/PropertyWriter.java,v 1.2 2002/03/28 06:12:06 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:12:06 $
  + * $Header: /home/cvs/jakarta-slide/src/util/org/apache/util/PropertyWriter.java,v 1.3 2002/04/25 21:30:18 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:18 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  
  
  
  1.3       +5 -5      jakarta-slide/src/util/org/apache/util/QName.java
  
  Index: QName.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/util/org/apache/util/QName.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- QName.java	28 Mar 2002 06:12:06 -0000	1.2
  +++ QName.java	25 Apr 2002 21:30:18 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/util/org/apache/util/QName.java,v 1.2 2002/03/28 06:12:06 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:12:06 $
  + * $Header: /home/cvs/jakarta-slide/src/util/org/apache/util/QName.java,v 1.3 2002/04/25 21:30:18 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:18 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written 
    *    permission, please contact apache@apache.org.
  
  
  
  1.3       +6 -6      jakarta-slide/src/wrappers/jmx/NamespaceConfigMBean.java
  
  Index: NamespaceConfigMBean.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/wrappers/jmx/NamespaceConfigMBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NamespaceConfigMBean.java	28 Mar 2002 06:12:15 -0000	1.2
  +++ NamespaceConfigMBean.java	25 Apr 2002 21:30:18 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/wrappers/jmx/NamespaceConfigMBean.java,v 1.2 2002/03/28 06:12:15 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:12:15 $
  + * $Header: /home/cvs/jakarta-slide/src/wrappers/jmx/NamespaceConfigMBean.java,v 1.3 2002/04/25 21:30:18 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:18 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -75,7 +75,7 @@
    * <code>org.apache.slide.common.NamespaceConfig</code> component.</p>
    *
    * @author Remy Maucherat
  - * @version $Revision: 1.2 $ $Date: 2002/03/28 06:12:15 $
  + * @version $Revision: 1.3 $ $Date: 2002/04/25 21:30:18 $
    */
   
   public class NamespaceConfigMBean extends BaseModelMBean {
  
  
  
  1.3       +6 -6      jakarta-slide/src/wrappers/jmx/NamespaceMBean.java
  
  Index: NamespaceMBean.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/wrappers/jmx/NamespaceMBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NamespaceMBean.java	28 Mar 2002 06:12:15 -0000	1.2
  +++ NamespaceMBean.java	25 Apr 2002 21:30:18 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/wrappers/jmx/NamespaceMBean.java,v 1.2 2002/03/28 06:12:15 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:12:15 $
  + * $Header: /home/cvs/jakarta-slide/src/wrappers/jmx/NamespaceMBean.java,v 1.3 2002/04/25 21:30:18 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:18 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -75,7 +75,7 @@
    * <code>org.apache.slide.common.Namespace</code> component.</p>
    *
    * @author Remy Maucherat
  - * @version $Revision: 1.2 $ $Date: 2002/03/28 06:12:15 $
  + * @version $Revision: 1.3 $ $Date: 2002/04/25 21:30:18 $
    */
   
   public class NamespaceMBean extends BaseModelMBean {
  
  
  
  1.8       +6 -6      jakarta-slide/src/wrappers/jndi/SlideDirContext.java
  
  Index: SlideDirContext.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/wrappers/jndi/SlideDirContext.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- SlideDirContext.java	28 Mar 2002 06:12:16 -0000	1.7
  +++ SlideDirContext.java	25 Apr 2002 21:30:18 -0000	1.8
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/wrappers/jndi/SlideDirContext.java,v 1.7 2002/03/28 06:12:16 jericho Exp $
  - * $Revision: 1.7 $
  - * $Date: 2002/03/28 06:12:16 $
  + * $Header: /home/cvs/jakarta-slide/src/wrappers/jndi/SlideDirContext.java,v 1.8 2002/04/25 21:30:18 jericho Exp $
  + * $Revision: 1.8 $
  + * $Date: 2002/04/25 21:30:18 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -107,7 +107,7 @@
    * Slide Directory Context implementation helper class.
    *
    * @author Remy Maucherat
  - * @version $Revision: 1.7 $ $Date: 2002/03/28 06:12:16 $
  + * @version $Revision: 1.8 $ $Date: 2002/04/25 21:30:18 $
    */
   
   public class SlideDirContext extends BaseDirContext {
  
  
  
  1.5       +5 -5      jakarta-slide/src/wrappers/log4j/Log4jLogger.java
  
  Index: Log4jLogger.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/wrappers/log4j/Log4jLogger.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Log4jLogger.java	28 Mar 2002 06:12:16 -0000	1.4
  +++ Log4jLogger.java	25 Apr 2002 21:30:18 -0000	1.5
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/wrappers/log4j/Log4jLogger.java,v 1.4 2002/03/28 06:12:16 jericho Exp $
  - * $Revision: 1.4 $
  - * $Date: 2002/03/28 06:12:16 $
  + * $Header: /home/cvs/jakarta-slide/src/wrappers/log4j/Log4jLogger.java,v 1.5 2002/04/25 21:30:18 jericho Exp $
  + * $Revision: 1.5 $
  + * $Date: 2002/04/25 21:30:18 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  
  
  
  1.5       +6 -6      jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/LockAssert.java
  
  Index: LockAssert.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/LockAssert.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- LockAssert.java	28 Mar 2002 06:12:16 -0000	1.4
  +++ LockAssert.java	25 Apr 2002 21:30:18 -0000	1.5
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/LockAssert.java,v 1.4 2002/03/28 06:12:16 jericho Exp $
  - * $Revision: 1.4 $
  - * $Date: 2002/03/28 06:12:16 $
  + * $Header: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/LockAssert.java,v 1.5 2002/04/25 21:30:18 jericho Exp $
  + * $Revision: 1.5 $
  + * $Date: 2002/04/25 21:30:18 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -75,7 +75,7 @@
    * Perform the necessary checks for the received and expected Lock body
    *
    * @author Software AG
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public class LockAssert extends XMLResponseBodyAssert {
       
  
  
  
  1.3       +6 -6      jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/MkWorkspaceAssert.java
  
  Index: MkWorkspaceAssert.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/MkWorkspaceAssert.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MkWorkspaceAssert.java	28 Mar 2002 06:12:16 -0000	1.2
  +++ MkWorkspaceAssert.java	25 Apr 2002 21:30:18 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/MkWorkspaceAssert.java,v 1.2 2002/03/28 06:12:16 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:12:16 $
  + * $Header: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/MkWorkspaceAssert.java,v 1.3 2002/04/25 21:30:18 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:18 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -78,7 +78,7 @@
    * Perform the necessary checks for the received and expected ACL body
    *
    * @author Software AG
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class MkWorkspaceAssert extends XMLResponseBodyAssert {
       
  
  
  
  1.3       +6 -6      jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/MoveAssert.java
  
  Index: MoveAssert.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/MoveAssert.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MoveAssert.java	28 Mar 2002 06:12:16 -0000	1.2
  +++ MoveAssert.java	25 Apr 2002 21:30:18 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/MoveAssert.java,v 1.2 2002/03/28 06:12:16 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:12:16 $
  + * $Header: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/MoveAssert.java,v 1.3 2002/04/25 21:30:18 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:18 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -75,7 +75,7 @@
    * Perform the necessary checks for the received and expected Move body
    *
    * @author Software AG
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class MoveAssert extends CopyAssert {
       
  
  
  
  1.3       +6 -6      jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/PropfindAssert.java
  
  Index: PropfindAssert.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/PropfindAssert.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PropfindAssert.java	28 Mar 2002 06:12:16 -0000	1.2
  +++ PropfindAssert.java	25 Apr 2002 21:30:18 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/PropfindAssert.java,v 1.2 2002/03/28 06:12:16 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:12:16 $
  + * $Header: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/PropfindAssert.java,v 1.3 2002/04/25 21:30:18 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:18 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -76,7 +76,7 @@
    * Perform the necessary checks for the received and expected PropFind body
    *
    * @author Software AG
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class PropfindAssert extends XMLResponseBodyAssert {
       
  
  
  
  1.3       +6 -6      jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/PropPatchAssert.java
  
  Index: PropPatchAssert.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/PropPatchAssert.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PropPatchAssert.java	28 Mar 2002 06:12:16 -0000	1.2
  +++ PropPatchAssert.java	25 Apr 2002 21:30:18 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/PropPatchAssert.java,v 1.2 2002/03/28 06:12:16 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:12:16 $
  + * $Header: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/PropPatchAssert.java,v 1.3 2002/04/25 21:30:18 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:18 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -78,7 +78,7 @@
    * Perform the necessary checks for the received and expected PropPatch body
    *
    * @author Software AG
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class PropPatchAssert extends XMLResponseBodyAssert {
       
  
  
  
  1.3       +6 -6      jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/ReportAssert.java
  
  Index: ReportAssert.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/ReportAssert.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ReportAssert.java	28 Mar 2002 06:12:16 -0000	1.2
  +++ ReportAssert.java	25 Apr 2002 21:30:18 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/ReportAssert.java,v 1.2 2002/03/28 06:12:16 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:12:16 $
  + * $Header: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/ReportAssert.java,v 1.3 2002/04/25 21:30:18 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:18 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -78,7 +78,7 @@
    * Perform the necessary checks for the received and expected ACL body
    *
    * @author Software AG
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class ReportAssert extends XMLResponseBodyAssert {
       
  
  
  
  1.3       +6 -6      jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/ResponseBodyAssert.java
  
  Index: ResponseBodyAssert.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/ResponseBodyAssert.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ResponseBodyAssert.java	28 Mar 2002 06:12:16 -0000	1.2
  +++ ResponseBodyAssert.java	25 Apr 2002 21:30:18 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/ResponseBodyAssert.java,v 1.2 2002/03/28 06:12:16 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:12:16 $
  + * $Header: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/ResponseBodyAssert.java,v 1.3 2002/04/25 21:30:18 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:18 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -73,7 +73,7 @@
    * Abstract root class to perform the necessary checks for the received and expected body
    *
    * @author Software AG
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public abstract class ResponseBodyAssert {
       
  
  
  
  1.3       +6 -6      jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/SearchAssert.java
  
  Index: SearchAssert.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/SearchAssert.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SearchAssert.java	28 Mar 2002 06:12:16 -0000	1.2
  +++ SearchAssert.java	25 Apr 2002 21:30:18 -0000	1.3
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/SearchAssert.java,v 1.2 2002/03/28 06:12:16 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/03/28 06:12:16 $
  + * $Header: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/SearchAssert.java,v 1.3 2002/04/25 21:30:18 jericho Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/04/25 21:30:18 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -78,7 +78,7 @@
    * Perform the necessary checks for the received and expected ACL body
    *
    * @author Software AG
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class SearchAssert extends XMLResponseBodyAssert {
       
  
  
  
  1.4       +6 -6      jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/walker/MultiTProcessorExecuter.java
  
  Index: MultiTProcessorExecuter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/walker/MultiTProcessorExecuter.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MultiTProcessorExecuter.java	28 Mar 2002 06:12:17 -0000	1.3
  +++ MultiTProcessorExecuter.java	25 Apr 2002 21:30:19 -0000	1.4
  @@ -1,13 +1,13 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/walker/MultiTProcessorExecuter.java,v 1.3 2002/03/28 06:12:17 jericho Exp $
  - * $Revision: 1.3 $
  - * $Date: 2002/03/28 06:12:17 $
  + * $Header: /home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/walker/MultiTProcessorExecuter.java,v 1.4 2002/04/25 21:30:19 jericho Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/04/25 21:30:19 $
    *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -29,7 +29,7 @@
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. the names "The Jakarta Project", "Slide", and "Apache Software
  + * 4. The names "The Jakarta Project", "Slide", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -74,7 +74,7 @@
    * Call T_Processor for a set of specified patterns
    *
    * @author Software AG
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class MultiTProcessorExecuter {
       
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>