Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Eclipse 3.7M2a problem Do I need to do configuration to get dropins folder to work?

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 OSGi  console and restart the bundle manually.

 

Best regards,

Shenol Yousouf

SAP Labs Bulgaria

 

From: equinox-dev-bounces@xxxxxxxxxxx [mailto:equinox-dev-bounces@xxxxxxxxxxx] On Behalf Of Richard Catlin
Sent: Wednesday, November 03, 2010 12:28 AM
To: equinox-dev@xxxxxxxxxxx
Subject: Re: [equinox-dev] Eclipse 3.7M2a problem Do I need to do configuration to get dropins folder to work?

 

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


Back to the top