openhab / openhab-deps-repo

openHAB p2 repository
4 stars 14 forks source link

Update org.eclipse.core.runtime to newer version #2

Open svilenvul opened 8 years ago

svilenvul commented 8 years ago

Is it possible to update org.eclipse.core.runtime to a newer version ? The current one (3.10) is incompatible with org.eclipse.pde.junit.runtime.3.4.5 and jUnit Plug-in Test can not be executed with the standard openHAB2 Eclipse IDE - openhab/openhab-distro#230.

The update of the following bundles should be enough to fix the issue:

kaikreuzer commented 8 years ago

Sorry, I had missed that issue. If no of the other dependencies break, it should be fine to upgrade these versions. Do you want to create a PR for it?

svilenvul commented 8 years ago

@kaikreuzer I will make a pull request for the change. I do not know how test it, but I made a quick search in the openhab and openhab2-addons repo, and it seems that only six bundles depend on the org.eclipse.core.runtime, and not a single one on a specific version. Some dependencies could exist in the target platform ... Locally with edited target platform (these two versions added) it was ok.