[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: [plugin.xml] i can't understand the usage of "export"

I hope I'm not spreading false information here, but my understanding is 
that export makes things available automatically to plugins that require 
you. If a plugin lists your plugin as a dependency, it will automatically 
get the exported libraries listed in your plugin.xml - it won't have to 
explicitly require them in *it's* plugin.xml.

- Jared

Joseph Khalil wrote:
> can any one explain more details the usage of "export" that's used in
> plugin.xml for both import (under requires) and library  (under
> runtime )elements , specially import element....