Unable to add a third party Entry Editor
----------------------------------------
Key: DIRSTUDIO-611
URL: https://issues.apache.org/jira/browse/DIRSTUDIO-611
Project: Directory Studio
Issue Type: Bug
Affects Versions: 1.5.2
Reporter: Pierre-Arnaud Marcelot
Assignee: Pierre-Arnaud Marcelot
Priority: Critical
Fix For: 1.5.3
The '' package has been forgotten in the Manifest of the ldapbrowser.ui plugin.
This is due to the '<Export-Package>' value set to
'org.apache.directory.studio.ldapbrowser.ui.*' for the 'bundle' plugin.
<Export-Package>org.apache.directory.studio.ldapbrowser.ui.*</Export-Package>
It should be :
<Export-Package>org.apache.directory.studio.*</Export-Package>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.