[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: how to read the extensions registry outside eclipse

I found examples in the below two plugins for the creation of my own 
ExtensionsRegsitry outside of the Eclipse IDE
org.eclipse.equinox.test.internal.standalone
org.eclipse.core.tests.internal.registry.simple

But both these require me to pass an IContributor that is defined in 
core.runtime. The contributor is created using 
ContributorFactorySimple.createContributor(contributorID). As I cannot be 
dependent on the core.runtime, is there any alternate way to create my 
registry from the plugin.xml file?

Thanks

"Paul Webster" <pwebster@xxxxxxxxxx> wrote in message 
news:facopv$np0$1@xxxxxxxxxxxxxxxxxxxx
> Rashmy wrote:
>> Also, if I got it right - this capability is available in the 3.4 version 
>> of org.eclipse.equinox.registry?
>
> You'll have to look through code to see how to instantiate it and pass it 
> the appropriate plugin.xml URLs.
>
> This is definitely available in 3.3 (and possibly even 3.2)
>
> PW
>
>
> -- 
> Paul Webster
> http://wiki.eclipse.org/Platform_Command_Framework
> http://wiki.eclipse.org/Command_Core_Expressions
> http://wiki.eclipse.org/Menu_Contributions
> http://wiki.eclipse.org/Menus_Extension_Mapping