Reputation: 1482
What do I have to do if I want one of my plugins (Plugin A) to be able to access classes and functions from another plugins (Plugin B) ?
In the plugin.xml of plugin B I tried to add the required packages in the "Runtime" dialog under "Exported Packages" but it had no effect.
Any ideas?
Upvotes: 0
Views: 40
Reputation: 390
Open the plugin.xml of Plugin A, navigate to the Dependencies page, and add Plugin B to the list of required plugins.
Upvotes: 1