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 17:35:27 UTC

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

Author: seelmann
Date: Sun Oct 11 15:35:27 2009
New Revision: 824089

URL: http://svn.apache.org/viewvc?rev=824089&view=rev
Log:
Explicitly list entryUUID because in ApacheDS 1.5.5 it has octetString syntax

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=824089&r1=824088&r2=824089&view=diff
==============================================================================
--- directory/studio/trunk/valueeditors/plugin.xml (original)
+++ directory/studio/trunk/valueeditors/plugin.xml Sun Oct 11 15:35:27 2009
@@ -96,9 +96,9 @@
           class="org.apache.directory.studio.valueeditors.uuid.InPlaceUuidValueEditor"
           icon="resources/icons/entryuuideditor.gif"
           name="%ValueEditor_InPlaceEntryUUIDValueEditor_name">
-       <syntax
-             syntaxOID="1.3.6.1.1.16.1">
-       </syntax>
+       <syntax syntaxOID="1.3.6.1.1.16.1" />
+       <!-- Explicitly list entryUUID because in ApacheDS 1.5.5 it has octetString syntax -->
+       <attribute attributeType="entryUUID"/>
     </valueEditor>
     <valueEditor
           class="org.apache.directory.studio.valueeditors.msad.InPlaceMsAdObjectGuidValueEditor"