pitest / pitclipse

Mutation testing for Java in Eclipse IDE. Based on PIT (Pitest).
https://pitest.org
Apache License 2.0
59 stars 17 forks source link

Resolved dependency clash #177

Closed JKutscha closed 3 years ago

JKutscha commented 3 years ago

Fix for #176.

Soloution: Remove bundle-version="2.0.0" from MANIFEST.MF because it caused an extra plug in import inside the feature.xml.

JKutscha commented 3 years ago

This seems not to fix the issue after a restart of eclipse, which I didn't test before.