Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 289260] New: [tcf][api] Bundle-version doesn't match any export-package version on org.eclipse.tm.tcf.core

https://bugs.eclipse.org/bugs/show_bug.cgi?id=289260 
Product/Component: Target Management / TCF

           Summary: [tcf][api] Bundle-version doesn't match any
                    export-package version on org.eclipse.tm.tcf.core
    Classification: DSDP
           Product: Target Management
           Version: 3.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Keywords: api
          Severity: normal
          Priority: P3
         Component: TCF
        AssignedTo: dsdp.tm.tcf-inbox@xxxxxxxxxxx
        ReportedBy: martin.oberhuber@xxxxxxxxxxxxx
         QAContact: martin.oberhuber@xxxxxxxxxxxxx


--- Comment #0 from Martin Oberhuber <martin.oberhuber@xxxxxxxxxxxxx> 2009-09-11 15:53:24 EDT ---
Looking at the META-INF/MANIFEST.MF for org.eclipse.tm.tcf.core:
  
http://dev.eclipse.org/viewcvs/index.cgi/trunk/plugins/org.eclipse.tm.tcf.core/META-INF/MANIFEST.MF?revision=796&root=DSDP_TM.TCF&view=markup

I see this:
   Bundle-Version: 0.3.0.qualifier
But all the exported packages are exported with version
   ;version="0.2.0",

I would expect that in order to justify reving up the bundle-version, the API
of at least *one* package must have changed so at least one package should be
exported with version="0.3.0" -- if not all of them.

-- 
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