Home | History | Annotate | Download | only in META-INF
      1 Manifest-Version: 1.0
      2 Bundle-ManifestVersion: 2
      3 Bundle-Name: JaCoCo Ant Tasks
      4 Bundle-SymbolicName: org.jacoco.ant
      5 Bundle-Version: 0.7.5.201505241946
      6 Bundle-RequiredExecutionEnvironment: J2SE-1.5
      7 Bundle-Vendor: Mountainminds GmbH & Co. KG and Contributors
      8 Require-Bundle: org.apache.ant;bundle-version="[1.7.0,2.0.0)"
      9 Import-Package: org.jacoco.agent;bundle-version="[0.7.5,0.7.6)",
     10  org.jacoco.core.analysis;bundle-version="[0.7.5,0.7.6)",
     11  org.jacoco.core.data;bundle-version="[0.7.5,0.7.6)",
     12  org.jacoco.core.instr;bundle-version="[0.7.5,0.7.6)",
     13  org.jacoco.core.runtime;bundle-version="[0.7.5,0.7.6)",
     14  org.jacoco.core.tools;bundle-version="[0.7.5,0.7.6)",
     15  org.jacoco.report;bundle-version="[0.7.5,0.7.6)",
     16  org.jacoco.report.check;bundle-version="[0.7.5,0.7.6)",
     17  org.jacoco.report.csv;bundle-version="[0.7.5,0.7.6)",
     18  org.jacoco.report.html;bundle-version="[0.7.5,0.7.6)",
     19  org.jacoco.report.xml;bundle-version="[0.7.5,0.7.6)",
     20  org.objectweb.asm;version="[5.0.1,5.1.0)"
     21