Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 273236] New: [tcf] TCF should export packages with version

https://bugs.eclipse.org/bugs/show_bug.cgi?id=273236  
Product/Component: Target Management / TCF
           Summary: [tcf] TCF should export packages with version
           Product: Target Management
           Version: 3.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: TCF
        AssignedTo: dsdp.tm.tcf-inbox@xxxxxxxxxxx
        ReportedBy: martin.oberhuber@xxxxxxxxxxxxx
         QAContact: martin.oberhuber@xxxxxxxxxxxxx


It's nowadays recommended that any exported packages are exported with version
specifier. This allows clients to 
   Import-package: org.eclipse.tcf.core;version="0.2.0"
or similar instead of using Require-Bundle. The use of import-package makes
systems more flexible since alternative implementations of known API can be
plugged in via different bundles.

The version number on package export should be the version of the respective
package API. In most cases, it will match the bundle version. For instance:

Export-Package: org.eclipse.tm.tcf.core; version="0.2.0"


-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


Back to the top