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 2015/04/01 03:29:53 UTC

svn commit: r1670535 - /directory/studio/trunk/plugins/openldap.common.ui/pom-first.xml

Author: elecharny
Date: Wed Apr  1 01:29:53 2015
New Revision: 1670535

URL: http://svn.apache.org/r1670535
Log:
Fixed the activator plugin name 

Modified:
    directory/studio/trunk/plugins/openldap.common.ui/pom-first.xml

Modified: directory/studio/trunk/plugins/openldap.common.ui/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/openldap.common.ui/pom-first.xml?rev=1670535&r1=1670534&r2=1670535&view=diff
==============================================================================
--- directory/studio/trunk/plugins/openldap.common.ui/pom-first.xml (original)
+++ directory/studio/trunk/plugins/openldap.common.ui/pom-first.xml Wed Apr  1 01:29:53 2015
@@ -45,7 +45,7 @@
             <Bundle-SymbolicName>${project.artifactId};singleton:=true</Bundle-SymbolicName>
             <Bundle-Localization>plugin</Bundle-Localization>
             <Eclipse-LazyStart>true</Eclipse-LazyStart>
-            <Bundle-Activator>org.apache.directory.studio.openldap.common.ui.OpenLdapCommonUIPlugin</Bundle-Activator>
+            <Bundle-Activator>org.apache.directory.studio.openldap.common.ui.OpenLdapCommonUiPlugin</Bundle-Activator>
             
             <Export-Package>org.apache.directory.studio.openldap.common.ui,
  org.apache.directory.studio.openldap.common.ui.dialogs,