android_mt6572_jiabo/external/jacoco/org.jacoco.agent
2025-09-05 16:56:03 +08:00
..
META-INF first commit 2025-09-05 16:56:03 +08:00
src/org/jacoco/agent first commit 2025-09-05 16:56:03 +08:00
.classpath first commit 2025-09-05 16:56:03 +08:00
.gitignore first commit 2025-09-05 16:56:03 +08:00
.project first commit 2025-09-05 16:56:03 +08:00
about.html first commit 2025-09-05 16:56:03 +08:00
build.properties first commit 2025-09-05 16:56:03 +08:00
pom.xml first commit 2025-09-05 16:56:03 +08:00
README.TXT first commit 2025-09-05 16:56:03 +08:00

This bundle provides the coverage agent "jacocoagent.jar" as a resource. The
agent JAR is created as part of the build process and therefore not available in
the source tree. Which means this bundle is incomplete when directly used in the
Eclise IDE. If you want to use the bundle org.jacoco.agent within the IDE,
please run the local build (see documentation) first.

The jacocoagent.jar file is created by the build at 

  /org.jacoco.agent/target/classes/jacocoagent.jar
  
and linked by this project.