You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2017/09/03 22:59:56 UTC

svn commit: r1807180 - in /directory/studio/branches/studio-value/plugins/openldap.config.editor: plugin.properties plugin.xml

Author: elecharny
Date: Sun Sep  3 22:59:56 2017
New Revision: 1807180

URL: http://svn.apache.org/viewvc?rev=1807180&view=rev
Log:
o Fixes to reflect the changes in some names (Ldap instead of LDAP)

Modified:
    directory/studio/branches/studio-value/plugins/openldap.config.editor/plugin.properties
    directory/studio/branches/studio-value/plugins/openldap.config.editor/plugin.xml

Modified: directory/studio/branches/studio-value/plugins/openldap.config.editor/plugin.properties
URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-value/plugins/openldap.config.editor/plugin.properties?rev=1807180&r1=1807179&r2=1807180&view=diff
==============================================================================
--- directory/studio/branches/studio-value/plugins/openldap.config.editor/plugin.properties (original)
+++ directory/studio/branches/studio-value/plugins/openldap.config.editor/plugin.properties Sun Sep  3 22:59:56 2017
@@ -18,7 +18,8 @@
 # The IDs used more than once
 #---------------------------------------------------------------------------------------------------
 NewWizards_Category_id=org.apache.directory.studio.openldap.newWizards
-ActionSet_OpenLdapMenuActionSet_id==org.apache.directory.studio.openldap.ldapMenuActionSet
+ActionSet_OpenLdapMenuActionSet_id=org.apache.directory.studio.openldap.ldapMenuActionSet
+NewWizards_NewOpenLdapConfigurationFileWizard_id=org.apache.directory.studio.openldap.wizards.NewOpenLdapConfigurationFileWizard
 ##ActionSet_OpenLdapMenu_id=
 
 #---------------------------------------------------------------------------------------------------
@@ -33,4 +34,4 @@ ActionSet_OpenLdapMenu_label=DDD
 GroupMarker_OpenConfiguration_name=EEE
 
 NewWizards_Category_name=OpenLDAP
-NewWizards_NewOpenLDAPConfigurationFileWizard_name=OpenLDAP Configuration File
+NewWizards_NewOpenLdapConfigurationFileWizard_name=OpenLDAP Configuration File

Modified: directory/studio/branches/studio-value/plugins/openldap.config.editor/plugin.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-value/plugins/openldap.config.editor/plugin.xml?rev=1807180&r1=1807179&r2=1807180&view=diff
==============================================================================
--- directory/studio/branches/studio-value/plugins/openldap.config.editor/plugin.xml (original)
+++ directory/studio/branches/studio-value/plugins/openldap.config.editor/plugin.xml Sun Sep  3 22:59:56 2017
@@ -22,10 +22,10 @@
   <!-- The context menu which will be used to open the OpenLDAP configuration -->
   <extension point="org.eclipse.ui.editors">
     <editor
-        class="org.apache.directory.studio.openldap.config.editor.OpenLDAPServerConfigurationEditor"
+        class="org.apache.directory.studio.openldap.config.editor.OpenLdapServerConfigurationEditor"
         default="false"
         icon="resources/icons/editor.gif"
-        id="org.apache.directory.studio.openldap.config.editor.OpenLDAPServerConfigurationEditor"
+        id="org.apache.directory.studio.openldap.config.editor.OpenLdapServerConfigurationEditor"
         name="OpenLDAP Configuration Editor">
     </editor>
   </extension>
@@ -82,11 +82,11 @@
     <wizard
         canFinishEarly="true"
         category="%NewWizards_Category_id"
-        class="org.apache.directory.studio.openldap.config.wizards.NewOpenLDAPConfigurationFileWizard"
+        class="org.apache.directory.studio.openldap.config.wizards.NewOpenLdapConfigurationFileWizard"
         hasPages="false"
         icon="resources/icons/editor_new.gif"
-        id="org.apache.directory.studio.openldap.config.wizards.NewOpenLDAPConfigurationFileWizard"
-        name="%NewWizards_NewOpenLDAPConfigurationFileWizard_name"
+        id="%NewWizards_NewOpenLdapConfigurationFileWizard_id"
+        name="%NewWizards_NewOpenLdapConfigurationFileWizard_name"
         project="false"/>
   </extension>
 </plugin>