• Home
  • History
  • Annotate
  • only in /external/jacoco/org.jacoco.agent/
NameDateSize

..10-Aug-20184 KiB

.classpath10-Aug-2018781

.project10-Aug-2018931

about.html10-Aug-20182.6 KiB

pom.xml10-Aug-20183.4 KiB

README.TXT10-Aug-2018516

src/10-Aug-20184 KiB

README.TXT

1This 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,
5please run the local build (see documentation) first.
6
7The jacocoagent.jar file is created by the build at 
8
9  /org.jacoco.agent/target/classes/jacocoagent.jar
10  
11and linked by this project.
12