File: asm-xml.osgi

package info (click to toggle)
libasm4-java 5.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 19,752 kB
  • ctags: 4,603
  • sloc: java: 41,176; xml: 1,899; makefile: 28; sh: 9
file content (23 lines) | stat: -rw-r--r-- 1,021 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Manifest-Version: 1.0
Bnd-LastModified: 1431701725391
Bundle-DocURL: http://asm.objectweb.org
Bundle-ManifestVersion: 2
Bundle-Name: ASM xml classes
Bundle-RequiredExecutionEnvironment: J2SE-1.3
Bundle-SymbolicName: org.objectweb.asm.xml
Bundle-Vendor: France Telecom R&D
Bundle-Version: 5.0.4
Class-Path: asm-5.0.4.jar asm-util-5.0.4.jar
Created-By: 1.8.0 (Oracle Corporation)
Export-Package: org.objectweb.asm.xml;uses:="org.xml.sax,org.xml.sax.hel
 pers,org.xml.sax.ext,javax.xml.transform.sax,javax.xml.transform,javax.
 xml.transform.stream";version="5.0.4"
Implementation-Title: ASM XML classes
Implementation-Vendor: Eugene Kuleshov
Implementation-Version: 5.0.4
Import-Package: javax.xml.transform;resolution:=optional,javax.xml.trans
 form.sax;resolution:=optional,javax.xml.transform.stream;resolution:=op
 tional,org.xml.sax;resolution:=optional,org.xml.sax.ext;resolution:=opt
 ional,org.xml.sax.helpers;resolution:=optional
Main-Class: org.objectweb.asm.xml.Processor
Tool: Bnd-1.50.0