John Ross created ARIES-901:
-------------------------------

             Summary: Version attribute not applied to multiple package names 
separated by semicolons in import package header.
                 Key: ARIES-901
                 URL: https://issues.apache.org/jira/browse/ARIES-901
             Project: Aries
          Issue Type: Bug
          Components: Subsystem
            Reporter: John Ross


The specified version attribute should be applied to all packages listed in the 
associated path of the ImportPackage header. Packages are in the same path when 
they are separated by semicolons as opposed to commas. For example,

org.foo;org.bar;org.foo.bar;version=1.3

should result in all three listed packages being associated with version 1.3 or 
greater. Currently, the first two will be associated with version 0.0.

org.foo,org.bar,org.foo.bar;version=1.3

In this case, only org.foo.bar is associated with version 1.3 or greater while 
the first two are version 0.0.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to