]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/META-INF/MANIFEST.MF
Move platform to only work with JDK's >= 11
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / META-INF / MANIFEST.MF
index 710abbf56c92c3e98a40ff18a4973e7af8ec9cd6..678f28e7b80ceff88e5a628ab8ea33af04e0a6b9 100644 (file)
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
 Bundle-Name: Tests
 Bundle-SymbolicName: org.simantics.scl.compiler.tests
 Bundle-Version: 1.0.0.qualifier
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-RequiredExecutionEnvironment: JavaSE-11
 Require-Bundle: org.junit;bundle-version="4.12.0",
  org.simantics.scl.compiler;bundle-version="0.5.0",
  gnu.trove3,
@@ -11,5 +11,6 @@ Require-Bundle: org.junit;bundle-version="4.12.0",
  org.objectweb.asm.util,
  ch.qos.logback.classic;bundle-version="1.1.7",
  ch.qos.logback.core;bundle-version="1.1.7",
- org.apache.commons.collections;bundle-version="3.2.2",
- org.eclipse.equinox.ds;bundle-version="1.4.300"
+ org.eclipse.equinox.ds;bundle-version="1.4.300",
+ org.slf4j.api
+Automatic-Module-Name: org.simantics.scl.compiler.tests