plugin.xml

When exactly plugin.xml files from dependencies of my plugin are loaded ?

Hello, I vahe eclipse rcp app. In my plugin A I use 3rd party plugin B. In plugin B there is plugin.xml with some extensions. In my plugin A I have added some extensions to extensions defined in plugin B, and it works. Now I tried to overwrite some values in some extensions from B in plugin A. Now, when I run app sometimes it uses old v...

Are externalised plugin.xml strings available to downstream plugins?

If I have plugin common, with plugin A and B as separate plugins/products, both depending on plugin common. In plugin common, I externalise the strings in plugin.xml, this gives me %bundle-vendor = "My Company Name". In downstream plugins A and B, can I use the common bundle-vendor property for vendor. I tried prepending the common pl...

Internationalized strings in Eclipse plugin.xml file are not found when installed in Eclipse application

Hi, I have created 2 plugins, implementing an ODA driver plugin and its UI plugin for the BIRT extension to Eclipse. My plugins both work as expected when eclipse starts up another eclipse application where I can then test the plugins I am developing. However, when I install my plugins into an Eclipse application and then start it from...