jmhofer / eCobertura

This is just a mirror of the bitbucket repo!
http://ecobertura.johoop.de
Eclipse Public License 1.0
17 stars 6 forks source link

Changes dependency from org.junit4 to the new org.junit. #23

Open Inventitech opened 9 years ago

Inventitech commented 9 years ago

In more recent Eclipse versions, org.junit4 is replaced by org.junit. Because of this, it is not possible to use eCobertura in a recent Eclipse version anymore: it still depends on org.junit4, which cannot be satisfied, see for example http://stackoverflow.com/questions/18630141/cannot-install-cobertura-plugin-for-eclipse

This PR updates eCobertura to use the new dependency.

normana400 commented 8 years ago

ping!

can anyone with write access merge this?