Home | History | Annotate | Download | only in META-INF
      1 Manifest-Version: 1.0
      2 Bundle-ManifestVersion: 2
      3 Bundle-Name: %Bundle-Name
      4 Bundle-SymbolicName: org.eclipse.test.performance.ui; singleton:=true
      5 Bundle-Version: 3.6.0.qualifier
      6 Bundle-ClassPath: performanceui.jar
      7 Bundle-Activator: org.eclipse.test.performance.ui.UiPlugin
      8 Bundle-ActivationPolicy: lazy
      9 Bundle-Vendor: %Bundle-Vendor
     10 Bundle-Localization: plugin
     11 Require-Bundle: org.eclipse.core.runtime,
     12  org.eclipse.swt,
     13  org.apache.derby;resolution:=optional,
     14  Cloudscape;resolution:=optional,
     15  org.eclipse.test.performance.derby;bundle-version="10.4.2";resolution:=optional,
     16  org.junit,
     17  org.eclipse.ui.views;bundle-version="3.4.0";resolution:=optional,
     18  org.eclipse.test.performance;bundle-version="3.6.0",
     19  org.eclipse.ui;bundle-version="3.5.0";resolution:=optional,
     20  org.eclipse.ui.ide;bundle-version="3.5.0";resolution:=optional,
     21  org.eclipse.core.resources;bundle-version="3.5.0"
     22 Bundle-RequiredExecutionEnvironment: J2SE-1.4
     23 Export-Package: org.eclipse.test.internal.performance.results.db,
     24  org.eclipse.test.internal.performance.results.model,
     25  org.eclipse.test.internal.performance.results.ui,
     26  org.eclipse.test.internal.performance.results.utils,
     27  org.eclipse.test.performance.ui
     28