Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
maven-bundle-plugin-1.4.0
-
None
-
N/A
Description
The OBR portion of the maven-bundle-plugin does not want to allow the syntax:
<Import-Package>com.ea.bugtest1;version="[1.0.0,1.0.0]"</Import-Package>
It complains with the following message:
java.lang.IllegalArgumentException: Low Range is higher than High Range: 1.0.0-1.0.0
...although this appears to be a legal construct that will in fact load up in Equinox. (Would it do the same in Felix?)