[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] Dropins in rcp not working


I have an rcp application and want to update using the dropins folder as P2 is just far to complicated.

However I create a dropins folder at the same level as the p2/plugins/features folder.

Inside the dropins folder I create a plugins and features folder and I put the feature and all its referenced plugins into their respective folders.

I start the application and as far as i can tell the dropins folder is completely ignored. The new feature and plugin files do not get installed and physically they are not even copied from dropins to the plugins folder. There are no errors in the log file.

How can I make dropins work in an rcp application.

I have org.eclipse.equinox.p2.reconciler.dropins,1.0.100.v20090520-1905,plugins/org.eclipse.equinox.p2.reconciler.dropins_1.0.100.v20090520-1905.jar,4,true in the bundles.info file and it is included in the rcp application.