Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9473b8fbb0b718d20edc7bbd9826d05c5d273e41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Animationutils
Bundle-SymbolicName: org.eclipse.fx.ui.animation;singleton:=true
Bundle-Version: 2.3.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: Eclipse.org
Export-Package: org.eclipse.fx.ui.animation;version="2.3.0",
 org.eclipse.fx.ui.animation.morph;version="2.3.0",
 org.eclipse.fx.ui.animation.pagetransition;version="2.3.0",
 org.eclipse.fx.ui.animation.pagetransition.animation;version="2.3.0"
Require-Bundle: org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)";resolution:=optional

Back to the top