Re: [equinox-dev] Eclipse 3.7M2a problem Do I need to do configuration to get dropins folder to work?

2010-11-03 Thread Yousouf, Shenol
Hi, As far as I know, bundles are not installed automatically from the dropins folder. The folder is scanned on start of bundle org.eclipse.equinox.p2.reconciler.dropins, which usually happens with the start of Eclipse. So either you can restart the IDE for changes to take effect or open the

Re: [equinox-dev] Eclipse 3.7M2a problem Do I need to do configuration to get dropins folder to work?

2010-11-03 Thread DJ Houghton
See https://bugs.eclipse.org/227547 From: Yousouf, Shenol s.yous...@sap.com To: Equinox development mailing list

Re: [equinox-dev] Eclipse 3.7M2a problem Do I need to do configuration to get dropins folder to work?

2010-11-02 Thread Richard Catlin
I am using Eclipse eclipse-SDK-3.7M2a-macosx-cocoa-x86_64 for the Mac. When Eclipse is running, I put a plugin in the dropins folder. The running OSGI system does not scan that directory, which I thought it was supposed to by default. Do I need to do some configuration? Richard