]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.reflection/META-INF/MANIFEST.MF
Replace System.err and System.out with SLF4J Logging
[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  org.slf4j.api
13 Export-Package: org.simantics.scl.reflection,
14  org.simantics.scl.reflection.annotations,
15  org.simantics.scl.reflection.functions
16 Bundle-ActivationPolicy: lazy
17 Bundle-Activator: org.simantics.scl.reflection.internal.Activator
18 Bundle-Vendor: VTT Technical Research Centre of Finland