This commit is contained in:
parent
4f80d5568b
commit
32adbbef8f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 16 19:47:33 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Add OSGi manifest
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 25 17:41:59 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
Mon Mar 25 17:41:59 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package apache-commons-lang3
|
# spec file for package apache-commons-lang3
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
18
build.xml
18
build.xml
@ -133,13 +133,25 @@
|
|||||||
<copy file="NOTICE.txt" tofile="${build.home}/classes/META-INF/NOTICE.txt"/>
|
<copy file="NOTICE.txt" tofile="${build.home}/classes/META-INF/NOTICE.txt"/>
|
||||||
<jar jarfile="${build.home}/${final.name}.jar">
|
<jar jarfile="${build.home}/${final.name}.jar">
|
||||||
<manifest>
|
<manifest>
|
||||||
<attribute name="Specification-Title" value="Commons Lang"/>
|
<attribute name="Automatic-Module-Name" value="org.apache.commons.lang3"/>
|
||||||
<attribute name="Specification-Version" value="${component.version}"/>
|
<attribute name="Bundle-Description" value="Apache 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."/>
|
||||||
<attribute name="Specification-Vendor" value="The Apache Software Foundation"/>
|
<attribute name="Bundle-DocURL" value="http://commons.apache.org/proper/commons-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="Apache Commons Lang"/>
|
||||||
|
<attribute name="Bundle-SymbolicName" value="org.apache.commons.lang3"/>
|
||||||
|
<attribute name="Bundle-Vendor" value="The Apache Software Foundation"/>
|
||||||
|
<attribute name="Bundle-Version" value="${component.version}"/>
|
||||||
|
<attribute name="Export-Package" value="org.apache.commons.lang3;version="${component.version}",org.apache.commons.lang3.arch;version="${component.version}",org.apache.commons.lang3.builder;version="${component.version}",org.apache.commons.lang3.concurrent;version="${component.version}",org.apache.commons.lang3.event;version="${component.version}",org.apache.commons.lang3.exception;version="${component.version}",org.apache.commons.lang3.math;version="${component.version}",org.apache.commons.lang3.mutable;version="${component.version}",org.apache.commons.lang3.reflect;version="${component.version}",org.apache.commons.lang3.text;version="${component.version}",org.apache.commons.lang3.text.translate;version="${component.version}",org.apache.commons.lang3.time;version="${component.version}",org.apache.commons.lang3.tuple;version="${component.version}""/>
|
||||||
<attribute name="Implementation-Title" value="Commons Lang"/>
|
<attribute name="Implementation-Title" value="Commons Lang"/>
|
||||||
<attribute name="Implementation-Version" value="${component.version}"/>
|
<attribute name="Implementation-Version" value="${component.version}"/>
|
||||||
<attribute name="Implementation-Vendor" value="The Apache Software Foundation"/>
|
<attribute name="Implementation-Vendor" value="The Apache Software Foundation"/>
|
||||||
<attribute name="Implementation-Vendor-Id" value="org.apache"/>
|
<attribute name="Implementation-Vendor-Id" value="org.apache"/>
|
||||||
|
<attribute name="Include-Resource" value="META-INF/LICENSE.txt=LICENSE.txt,META-INF/NOTICE.txt=NOTICE.txt"/>
|
||||||
|
<attribute name="Require-Capability" value="osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=${compile.target}))""/>
|
||||||
|
<attribute name="Specification-Title" value="Commons Lang"/>
|
||||||
|
<attribute name="Specification-Version" value="${component.version}"/>
|
||||||
|
<attribute name="Specification-Vendor" value="The Apache Software Foundation"/>
|
||||||
<attribute name="X-Compile-Source-JDK" value="${compile.source}"/>
|
<attribute name="X-Compile-Source-JDK" value="${compile.source}"/>
|
||||||
<attribute name="X-Compile-Target-JDK" value="${compile.target}"/>
|
<attribute name="X-Compile-Target-JDK" value="${compile.target}"/>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user