Description
if the import package header has the following content:
junit.framework;resolution:=optional;version="[3.8.1,4)",org.apache.commons.logging;version="[1.0,2)"
then, it will split to 4 pieces:
junit.framework;resolution:=optional;version="[3.8.1
4)"
org.apache.commons.logging;version="[1.0,
2)"
Apparently, it is not correct.
Attachments
Attachments
Issue Links
- is related to
-
ARIES-408 Consolidate Manifest header parsing/split logic in aries.utils
- Resolved