File: commons-lang.bnd

package info (click to toggle)
libcommons-lang-java 2.6-11
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,124 kB
  • sloc: java: 52,623; xml: 3,448; makefile: 9
file content (15 lines) | stat: -rw-r--r-- 658 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version=VERSION
Extension-Name: commons-lang
Package: org.apache.commons.lang
Export-Package: org.apache.commons.lang;version=${version},\
	org.apache.commons.lang.*;version=${version}
Import-Package: *
Bundle-Version: ${version}
Bundle-Description: Commons Lang, a package of Java utility classes for \
  the classes that are in java.lang's hierarchy, or are considered to \
  be so standard as to justify existence in java.lang.
Bundle-Name: Commons Lang
Bundle-DocURL: http://commons.apache.org/lang/
Bundle-Vendor: The Apache Software Foundation
Bundle-SymbolicName: org.apache.commons.lang
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt