You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ka...@apache.org on 2008/07/31 23:35:02 UTC

svn commit: r681506 - /directory/apacheds/branches/bigbang/schema-bootstrap/src/main/schema/apache.schema

Author: kayyagari
Date: Thu Jul 31 14:35:01 2008
New Revision: 681506

URL: http://svn.apache.org/viewvc?rev=681506&view=rev
Log:
added a new objectcalss for representing the Tag objects present in changelog

Modified:
    directory/apacheds/branches/bigbang/schema-bootstrap/src/main/schema/apache.schema

Modified: directory/apacheds/branches/bigbang/schema-bootstrap/src/main/schema/apache.schema
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/schema-bootstrap/src/main/schema/apache.schema?rev=681506&r1=681505&r2=681506&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/schema-bootstrap/src/main/schema/apache.schema (original)
+++ directory/apacheds/branches/bigbang/schema-bootstrap/src/main/schema/apache.schema Thu Jul 31 14:35:01 2008
@@ -547,3 +547,13 @@
     STRUCTURAL
     MUST ( changeTime $ changeType $ rev $ committer ) )
 
+objectclass ( 1.3.6.1.4.1.18060.0.4.1.3.13
+    NAME 'tag'
+    DESC 'represents a Tag in change log'
+    STRUCTURAL
+    MUST ( rev ) 
+    MAY ( description ) )
+
+# =================================================
+# End Schema for ChangeLog
+# =================================================