blob: 6f176cb1cb23753a8b0029cea002f3515237bb01 [file] [log] [blame]
Marc R. Hoffmanne6e542e2010-01-11 22:05:37 +00001This bundle provides the coverage agent "jacocoagent.jar" as a resource. The
2agent JAR is created as part of the build process and therefore not available in
3the source tree. Which means this bundle is incomplete when directly used in the
4Eclise IDE. If you want to use the bundle org.jacoco.agent within the IDE,
Marc R. Hoffmannadcf1432010-06-23 06:40:16 +00005please run the local build (see documentation) first.
Marc R. Hoffmanne6e542e2010-01-11 22:05:37 +00006
Marc R. Hoffmannadcf1432010-06-23 06:40:16 +00007The jacocoagent.jar file is created by the build at
8
Marc R. Hoffmannf84469d2011-07-17 12:56:28 +00009 /org.jacoco.agent/target/classes/jacocoagent.jar
Marc R. Hoffmannadcf1432010-06-23 06:40:16 +000010
11and linked by this project.