Open Inventitech opened 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
org.junit4
org.junit
This PR updates eCobertura to use the new dependency.
ping!
can anyone with write access merge this?
In more recent Eclipse versions,
org.junit4
is replaced byorg.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-eclipseThis PR updates eCobertura to use the new dependency.