Unified Queries for Java
Go to file
Maurus Cuelenaere 0cbed2c757 Fix codegen when using SureFire Booter combined with JaCoCo
When using codegen with SureFire Booter + JaCoCo, codegen was unable to
determine the correct classpath, as its check for SureFire Booter was too
strict (both the surefirebooter and jacoco jars were on the cp, while the
code was only expecting surefirebooter).

Fix this in a more generic way by checking all classloader URLs for
surefirebooter.
2012-11-22 23:45:18 +01:00
src Fix codegen when using SureFire Booter combined with JaCoCo 2012-11-22 23:45:18 +01:00
pom.xml updated version 2012-11-01 21:36:10 +02:00
template.mf added Eclipse JDT based compilation 2012-07-30 23:38:06 +03:00