Markus
Markus

Reputation: 1482

Eclipse: Access Plugin A from Plugin B

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

Answers (1)

halfpad
halfpad

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

Related Questions