File commons-lang-bundle-manifest.patch of Package apache-commons-lang
--- commons-lang-2.6-src/build.xml 2020-03-23 09:39:15.817571809 +0100
+++ commons-lang-2.6-srcw/build.xml 2020-03-23 09:53:32.986134211 +0100
@@ -170,6 +170,16 @@
<attribute name="Implementation-Vendor-Id" value="org.apache"/>
<attribute name="X-Compile-Source-JDK" value="${compile.source}"/>
<attribute name="X-Compile-Target-JDK" value="${compile.target}"/>
+ <attribute name="Bundle-DocURL" value="http://commons.apache.org/lang/"/>
+ <attribute name="Bundle-License" value="https://www.apache.org/licenses/LICENSE-2.0.txt"/>
+ <attribute name="Bundle-ManifestVersion" value="2"/>
+ <attribute name="Bundle-Name" value="Commons Lang"/>
+ <attribute name="Bundle-SymbolicName" value="org.apache.commons.lang"/>
+ <attribute name="Bundle-Vendor" value="The Apache Software Foundation"/>
+ <attribute name="Bundle-Version" value="${component.version}.0"/>
+ <attribute name="Export-Package" value="org.apache.commons.lang;version="${component.version}",org.apache.commons.lang.builder;version="${component.version}",org.apache.commons.lang.enum;version="${component.version}",org.apache.commons.lang.enums;version="${component.version}",org.apache.commons.lang.exception;version="${component.version}",org.apache.commons.lang.math;version="${component.version}",org.apache.commons.lang.mutable;version="${component.version}",org.apache.commons.lang.reflect;version="${component.version}",org.apache.commons.lang.text;version="${component.version}",org.apache.commons.lang.time;version="${component.version}""/>
+ <attribute name="Include-Resource" value="META-INF/NOTICE.txt=NOTICE.txt,META-INF/LICENSE.txt=LICENSE.txt"/>
+ <attribute name="Require-Capability" value="osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.3))""/>
</manifest>
<fileset dir="${build.home}/classes">
<include name="**/*.class"/>