You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2008/05/28 14:58:06 UTC

svn commit: r660935 - /directory/studio/branches/apacheds-plugin-branch/apacheds/plugin.xml

Author: pamarcelot
Date: Wed May 28 05:58:06 2008
New Revision: 660935

URL: http://svn.apache.org/viewvc?rev=660935&view=rev
Log:
Added the 'objectclass' attribute so the property page is not shown in any other object properties than a ServerInstance object.

Modified:
    directory/studio/branches/apacheds-plugin-branch/apacheds/plugin.xml

Modified: directory/studio/branches/apacheds-plugin-branch/apacheds/plugin.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds/plugin.xml?rev=660935&r1=660934&r2=660935&view=diff
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds/plugin.xml (original)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds/plugin.xml Wed May 28 05:58:06 2008
@@ -40,7 +40,8 @@
       <page
             class="org.apache.directory.studio.apacheds.properties.ServerInstancePropertyPage"
             id="org.apache.directory.studio.apacheds.properties.serverInstanceProperties"
-            name="Info">
+            name="Info"
+            objectClass="org.apache.directory.studio.apacheds.model.ServerInstance">
       </page>
    </extension>