]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.commands/META-INF/MANIFEST.MF
Replace System.err and System.out with SLF4J Logging
[simantics/platform.git] / bundles / org.simantics.scl.commands / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: SCL Commands
4 Bundle-SymbolicName: org.simantics.scl.commands
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
7 Export-Package: org.simantics.scl.commands
8 Require-Bundle: org.simantics.db;bundle-version="1.1.0",
9  org.simantics.scl.osgi;bundle-version="1.0.4",
10  org.simantics.scl.compiler;bundle-version="0.4.0",
11  org.simantics.db.common;bundle-version="1.1.0",
12  org.simantics;bundle-version="1.0.0",
13  org.slf4j.api