]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.reflection/META-INF/MANIFEST.MF
0fb121881b07210decce66d7e45241d16e5c5951
[simantics/platform.git] / bundles / org.simantics.scl.reflection / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Reflection
4 Bundle-SymbolicName: org.simantics.scl.reflection;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
7 Require-Bundle: org.simantics.scl.compiler;bundle-version="0.1.0";visibility:=reexport,
8  org.simantics.scl.runtime;bundle-version="0.1.4",
9  gnu.trove3;bundle-version="3.0.0",
10  org.eclipse.core.runtime;bundle-version="3.6.0",
11  org.junit;bundle-version="4.12.0";resolution:=optional
12 Export-Package: org.simantics.scl.reflection,
13  org.simantics.scl.reflection.annotations,
14  org.simantics.scl.reflection.functions
15 Bundle-ActivationPolicy: lazy
16 Bundle-Activator: org.simantics.scl.reflection.internal.Activator
17 Bundle-Vendor: VTT Technical Research Centre of Finland