juergen 02/04/26 04:57:29
Modified: src/webdav/server/org/apache/slide/webdav/util/resourcekind
AbstractResourceKind.java
Log:
<checkout-set> and <workspace-checkout-set> are now computed properties.
(ralf)
Revision Changes Path
1.8 +5 -5
jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/resourcekind/AbstractResourceKind.java
Index: AbstractResourceKind.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/resourcekind/AbstractResourceKind.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- AbstractResourceKind.java 25 Apr 2002 21:12:26 -0000 1.7
+++ AbstractResourceKind.java 26 Apr 2002 11:57:29 -0000 1.8
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/resourcekind/AbstractResourceKind.java,v
1.7 2002/04/25 21:12:26 jericho Exp $
- * $Revision: 1.7 $
- * $Date: 2002/04/25 21:12:26 $
+ * $Header:
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/resourcekind/AbstractResourceKind.java,v
1.8 2002/04/26 11:57:29 juergen Exp $
+ * $Revision: 1.8 $
+ * $Date: 2002/04/26 11:57:29 $
*
* ====================================================================
*
@@ -114,7 +114,7 @@
computedProperties.add( P_SUPPORTED_PRIVILEGE_SET);
computedProperties.add( P_OWNER);
computedProperties.add( P_SUCCESSOR_SET );
-// computedProperties.add( P_CHECKOUT_SET );
+ computedProperties.add( P_CHECKOUT_SET );
computedProperties.add( P_ROOT_VERSION );
computedProperties.add( P_VERSION_HISTORY );
computedProperties.add( P_WORKSPACE_CHECKOUT_SET );
@@ -127,6 +127,7 @@
computedProperties.add( P_SUPPORTED_LIVE_PROPERTY_SET ); //"protected" in
spec but too long for some datastores
computedProperties.add( P_SUPPORTED_METHOD_SET ); //"protected" in
spec but too long for some datastores
computedProperties.add( P_SUPPORTED_REPORT_SET ); //"protected" in
spec but too long for some datastores
+ computedProperties.add( P_WORKSPACE_CHECKOUT_SET );
// Protected properties
// protectedProperties.add( P_SUPPORTED_METHOD_SET );
@@ -134,7 +135,6 @@
// protectedProperties.add( P_SUPPORTED_REPORT_SET );
protectedProperties.add( P_CHECKED_IN );
protectedProperties.add( P_CHECKED_OUT );
- protectedProperties.add( P_CHECKOUT_SET ); //"computed" in
spec, but can't be computed with slide data structure
protectedProperties.add( P_PREDECESSOR_SET );
protectedProperties.add( P_VERSION_NAME );
protectedProperties.add( P_VERSION_SET );
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>