1 Manifest-Version: 1.0
   2 Bundle-ManifestVersion: 2
   3 Bundle-Name: JavaFX OSGi Adapter
   4 Bundle-SymbolicName: org.openjdk.jmc.javafx.osgi
   5 Bundle-Version: 7.0.0.qualifier
   6 Bundle-Vendor: Oracle Corporation
   7 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
   8 Bundle-ClassPath: .
   9 Eclipse-BuddyPolicy: app
  10 Export-Package: com.sun.javafx.binding,
  11  com.sun.javafx.scene.control,
  12  com.sun.javafx.scene.control.skin,
  13  com.sun.javafx.charts,
  14  com.sun.javafx.tk,
  15  com.sun.javafx.tk.quantum,
  16  javafx.animation,
  17  javafx.application,
  18  javafx.beans,
  19  javafx.beans.binding,
  20  javafx.beans.property,
  21  javafx.beans.property.adapter,
  22  javafx.beans.value,
  23  javafx.collections,
  24  javafx.collections.transformation,
  25  javafx.concurrent,
  26  javafx.css,
  27  javafx.embed.swing,
  28  javafx.embed.swt,
  29  javafx.event,
  30  javafx.fxml,
  31  javafx.geometry,
  32  javafx.print,
  33  javafx.scene,
  34  javafx.scene.canvas,
  35  javafx.scene.chart,
  36  javafx.scene.control,
  37  javafx.scene.control.cell,
  38  javafx.scene.effect,
  39  javafx.scene.image,
  40  javafx.scene.input,
  41  javafx.scene.layout,
  42  javafx.scene.media,
  43  javafx.scene.paint,
  44  javafx.scene.shape,
  45  javafx.scene.text,
  46  javafx.scene.transform,
  47  javafx.scene.web,
  48  javafx.stage,
  49  javafx.util,
  50  javafx.util.converter,
  51  org.openjdk.jmc.javafx.osgi
  52 Require-Bundle: org.eclipse.swt;resolution:=optional,
  53  org.eclipse.jface
  54 Automatic-Module-Name: org.openjdk.jmc.javafx.osgi