You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2009/10/11 13:56:42 UTC

svn commit: r824056 - /directory/studio/trunk/valueeditors/plugin.xml

Author: seelmann
Date: Sun Oct 11 11:56:41 2009
New Revision: 824056

URL: http://svn.apache.org/viewvc?rev=824056&view=rev
Log:
Force RootDSE attributes to use OID editor

Modified:
    directory/studio/trunk/valueeditors/plugin.xml

Modified: directory/studio/trunk/valueeditors/plugin.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/valueeditors/plugin.xml?rev=824056&r1=824055&r2=824056&view=diff
==============================================================================
--- directory/studio/trunk/valueeditors/plugin.xml (original)
+++ directory/studio/trunk/valueeditors/plugin.xml Sun Oct 11 11:56:41 2009
@@ -79,6 +79,18 @@
        <syntax
              syntaxOID="1.3.6.1.4.1.18060.0.4.0.0.2">
        </syntax>
+       <attribute
+             attributeType="supportedControl">
+       </attribute>
+       <attribute
+             attributeType="supportedExtension">
+       </attribute>
+       <attribute
+             attributeType="supportedFeatures">
+       </attribute>
+       <attribute
+             attributeType="supportedCapabilities">
+       </attribute>
     </valueEditor>
     <valueEditor
           class="org.apache.directory.studio.valueeditors.uuid.InPlaceUuidValueEditor"