Home | History | Annotate | Download | only in META-INF
      1 Manifest-Version: 1.0
      2 Bundle-ManifestVersion: 2
      3 Bundle-Name: JaCoCo API Usage Examples
      4 Bundle-SymbolicName: org.jacoco.examples
      5 Bundle-Version: 0.7.5.201505241946
      6 Bundle-RequiredExecutionEnvironment: J2SE-1.5
      7 Bundle-Vendor: Mountainminds GmbH & Co. KG
      8 Import-Package: org.jacoco.core.analysis;bundle-version="[0.7.5,0.7.6)",
      9  org.jacoco.core.data;bundle-version="[0.7.5,0.7.6)",
     10  org.jacoco.core.instr;bundle-version="[0.7.5,0.7.6)",
     11  org.jacoco.core.runtime;bundle-version="[0.7.5,0.7.6)",
     12  org.jacoco.core.tools;bundle-version="[0.7.5,0.7.6)",
     13  org.jacoco.report;bundle-version="[0.7.5,0.7.6)",
     14  org.jacoco.report.html;bundle-version="[0.7.5,0.7.6)",
     15  org.objectweb.asm;version="[5.0.1,5.1.0)"
     16