bd718e5aa9
* Various bugfixes * Unix formating in the archive * Fixes bnc#954102 - Refresh patches for the dos2unix conversion: * commons-collections-3.2-build_xml.patch * jakarta-commons-collections-javadoc-nonet.patch - Add patch to add missing MANIFEST.MF file: * commons-collections-missing-MF.patch OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-collections?expand=0&rev=15
19 lines
688 B
Diff
19 lines
688 B
Diff
Index: commons-collections-3.2.2-src/src/conf/MANIFEST.MF
|
|
===================================================================
|
|
--- /dev/null
|
|
+++ commons-collections-3.2.2-src/src/conf/MANIFEST.MF
|
|
@@ -0,0 +1,12 @@
|
|
+Manifest-Version: 1.0
|
|
+Package: org.apache.commons.collections
|
|
+Extension-Name: commons-collections
|
|
+Specification-Version: @version@
|
|
+Specification-Vendor: Apache Software Foundation
|
|
+Specification-Title: Commons Collections
|
|
+Implementation-Version: @version@
|
|
+Implementation-Vendor: Apache Software Foundation
|
|
+Implementation-Title: Commons Collections
|
|
+Implementation-Vendor-Id: org.apache
|
|
+X-Compile-Source-JDK: 1.2
|
|
+X-Compile-Target-JDK: 1.2
|
|
\ No newline at end of file
|