| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %Bundle-Name |
| Bundle-SymbolicName: org.eclipse.fx.demo.fxgraph.osgi; singleton:=true |
| Bundle-Version: 1.0.0.qualifier |
| Bundle-Activator: org.eclipse.fx.demo.fxgraph.osgi.Activator |
| Require-Bundle: org.eclipse.core.runtime, |
| org.eclipse.fx.osgi.util |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.7 |
| Import-Package: javafx.animation;version="2.0.0", |
| javafx.application;version="2.0.0", |
| javafx.beans;version="2.0.0", |
| javafx.beans.binding;version="2.0.0", |
| javafx.beans.property;version="2.0.0", |
| javafx.beans.value;version="2.0.0", |
| javafx.collections;version="2.0.0", |
| javafx.concurrent;version="2.0.0", |
| javafx.embed.swing;version="2.0.0", |
| javafx.event;version="2.0.0", |
| javafx.fxml;version="2.0.0", |
| javafx.geometry;version="2.0.0", |
| javafx.scene;version="2.0.0", |
| javafx.scene.chart;version="2.0.0", |
| javafx.scene.control;version="2.0.0", |
| javafx.scene.control.cell;version="2.0.0", |
| javafx.scene.effect;version="2.0.0", |
| javafx.scene.image;version="2.0.0", |
| javafx.scene.input;version="2.0.0", |
| javafx.scene.layout;version="2.0.0", |
| javafx.scene.media;version="2.0.0", |
| javafx.scene.paint;version="2.0.0", |
| javafx.scene.shape;version="2.0.0", |
| javafx.scene.text;version="2.0.0", |
| javafx.scene.transform;version="2.0.0", |
| javafx.scene.web;version="2.0.0", |
| javafx.stage;version="2.0.0", |
| javafx.util;version="2.0.0" |
| Bundle-ActivationPolicy: lazy |
| Bundle-Vendor: %Bundle-Vendor |