]> gerrit.simantics Code Review - simantics/interop.git/blob - org.simantics.xml.sax/META-INF/MANIFEST.MF
Require JavaSE-11 from now on
[simantics/interop.git] / org.simantics.xml.sax / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Sax parser generator
4 Bundle-SymbolicName: org.simantics.xml.sax
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Vendor: VTT
7 Bundle-RequiredExecutionEnvironment: JavaSE-11
8 Export-Package: org.simantics.xml.data,
9  org.simantics.xml.sax
10 Require-Bundle: org.simantics.utils.datastructures;bundle-version="1.1.0"
11 Import-Package: javax.xml.bind,
12  javax.xml.bind.annotation,
13  javax.xml.bind.annotation.adapters
14 Automatic-Module-Name: org.simantics.xml.sax