
|
If you were logged in you would be able to see more operations.
|
|
|
|
The manifest of org.springframework.osgi.commons-collections.osgi seems to be completely broken. This bundle is (at least in equinox) unusable
I recreated the manifest:
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Collections Plug-in
Bundle-SymbolicName: org.apache.commons.collections
Bundle-Version: 3.2.0
Bundle-ClassPath: commons-collections-3.2.jar
Export-Package: org.springframework.osgi.commons-collections.osgi;version="3.2.0",
org.apache.commons.collections.bag;version="3.2.0",
org.apache.commons.collections.bidimap;version="3.2.0",
org.apache.commons.collections.buffer;version="3.2.0",
org.apache.commons.collections.collection;version="3.2.0",
org.apache.commons.collections.comparators;version="3.2.0",
org.apache.commons.collections.functors;version="3.2.0",
org.apache.commons.collections.iterators;version="3.2.0",
org.apache.commons.collections.keyvalue;version="3.2.0",
org.apache.commons.collections.list;version="3.2.0",
org.apache.commons.collections.map;version="3.2.0",
org.apache.commons.collections.set;version="3.2.0"
|
|
Description
|
The manifest of org.springframework.osgi.commons-collections.osgi seems to be completely broken. This bundle is (at least in equinox) unusable
I recreated the manifest:
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Collections Plug-in
Bundle-SymbolicName: org.apache.commons.collections
Bundle-Version: 3.2.0
Bundle-ClassPath: commons-collections-3.2.jar
Export-Package: org.springframework.osgi.commons-collections.osgi;version="3.2.0",
org.apache.commons.collections.bag;version="3.2.0",
org.apache.commons.collections.bidimap;version="3.2.0",
org.apache.commons.collections.buffer;version="3.2.0",
org.apache.commons.collections.collection;version="3.2.0",
org.apache.commons.collections.comparators;version="3.2.0",
org.apache.commons.collections.functors;version="3.2.0",
org.apache.commons.collections.iterators;version="3.2.0",
org.apache.commons.collections.keyvalue;version="3.2.0",
org.apache.commons.collections.list;version="3.2.0",
org.apache.commons.collections.map;version="3.2.0",
org.apache.commons.collections.set;version="3.2.0"
|
Show » |
|