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 lu...@apache.org on 2005/03/02 12:41:14 UTC

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/exchange ChildcountProperty.java Constants.java HasChildrenProperty.java HassubsProperty.java IsFolderProperty.java IsRootProperty.java

luetzkendorf    2005/03/02 03:41:14

  Modified:    src/webdav/server/org/apache/slide/webdav/util/properties/exchange
                        ChildcountProperty.java Constants.java
                        HasChildrenProperty.java HassubsProperty.java
                        IsFolderProperty.java IsRootProperty.java
  Log:
  Licenses added
  
  Revision  Changes    Path
  1.2       +22 -0     jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/exchange/ChildcountProperty.java
  
  Index: ChildcountProperty.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/exchange/ChildcountProperty.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ChildcountProperty.java	2 Feb 2005 17:19:34 -0000	1.1
  +++ ChildcountProperty.java	2 Mar 2005 11:41:14 -0000	1.2
  @@ -1,3 +1,25 @@
  +/*
  + * $Header$
  + * $Revision$
  + * $Date$
  + *
  + * ====================================================================
  + *
  + * Copyright 1999-2002 The Apache Software Foundation 
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *     http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + *
  + */
   package org.apache.slide.webdav.util.properties.exchange;
   
   import java.util.Enumeration;
  
  
  
  1.2       +26 -2     jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/exchange/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/exchange/Constants.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Constants.java	2 Feb 2005 17:19:34 -0000	1.1
  +++ Constants.java	2 Mar 2005 11:41:14 -0000	1.2
  @@ -1,9 +1,31 @@
  +/*
  + * $Header$
  + * $Revision$
  + * $Date$
  + *
  + * ====================================================================
  + *
  + * Copyright 1999-2002 The Apache Software Foundation 
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *     http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + *
  + */
   package org.apache.slide.webdav.util.properties.exchange;
   
   import org.apache.slide.common.PropertyName;
   
   /**
  - * @author stefan
  + * Constants used in this package.
    */
   public class Constants {
   
  @@ -22,5 +44,7 @@
           PropertyName.getPropertyName("childcount");
       public static final PropertyName PN_HASSUBS = 
           PropertyName.getPropertyName("hassubs");
  -    
  +    public static final PropertyName PN_LASTACCESSED = 
  +        PropertyName.getPropertyName("lastaccessed");
  +
   }
  
  
  
  1.2       +22 -0     jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/exchange/HasChildrenProperty.java
  
  Index: HasChildrenProperty.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/exchange/HasChildrenProperty.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- HasChildrenProperty.java	2 Feb 2005 17:19:34 -0000	1.1
  +++ HasChildrenProperty.java	2 Mar 2005 11:41:14 -0000	1.2
  @@ -1,3 +1,25 @@
  +/*
  + * $Header$
  + * $Revision$
  + * $Date$
  + *
  + * ====================================================================
  + *
  + * Copyright 1999-2002 The Apache Software Foundation 
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *     http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + *
  + */
   package org.apache.slide.webdav.util.properties.exchange;
   
   import java.util.Enumeration;
  
  
  
  1.2       +22 -0     jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/exchange/HassubsProperty.java
  
  Index: HassubsProperty.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/exchange/HassubsProperty.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- HassubsProperty.java	2 Feb 2005 17:19:34 -0000	1.1
  +++ HassubsProperty.java	2 Mar 2005 11:41:14 -0000	1.2
  @@ -1,3 +1,25 @@
  +/*
  + * $Header$
  + * $Revision$
  + * $Date$
  + *
  + * ====================================================================
  + *
  + * Copyright 1999-2002 The Apache Software Foundation 
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *     http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + *
  + */
   package org.apache.slide.webdav.util.properties.exchange;
   
   import java.util.Enumeration;
  
  
  
  1.2       +22 -0     jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/exchange/IsFolderProperty.java
  
  Index: IsFolderProperty.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/exchange/IsFolderProperty.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IsFolderProperty.java	2 Feb 2005 17:19:35 -0000	1.1
  +++ IsFolderProperty.java	2 Mar 2005 11:41:14 -0000	1.2
  @@ -1,3 +1,25 @@
  +/*
  + * $Header$
  + * $Revision$
  + * $Date$
  + *
  + * ====================================================================
  + *
  + * Copyright 1999-2002 The Apache Software Foundation 
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *     http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + *
  + */
   package org.apache.slide.webdav.util.properties.exchange;
   
   import org.apache.slide.common.NamespaceAccessToken;
  
  
  
  1.2       +22 -0     jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/exchange/IsRootProperty.java
  
  Index: IsRootProperty.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/exchange/IsRootProperty.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IsRootProperty.java	2 Feb 2005 17:19:35 -0000	1.1
  +++ IsRootProperty.java	2 Mar 2005 11:41:14 -0000	1.2
  @@ -1,3 +1,25 @@
  +/*
  + * $Header$
  + * $Revision$
  + * $Date$
  + *
  + * ====================================================================
  + *
  + * Copyright 1999-2002 The Apache Software Foundation 
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *     http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + *
  + */
   package org.apache.slide.webdav.util.properties.exchange;
   
   import org.apache.slide.common.NamespaceAccessToken;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org