Bug 5581

Summary: Plugin version match on fragments too restrictive (1.0)
Product: [Eclipse Project] Platform Reporter: Debbie Wilson <debbie_wilson>
Component: ResourcesAssignee: Debbie Wilson <debbie_wilson>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.0   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

Description Debbie Wilson CLA 2001-11-06 12:02:31 EST
When specifying a fragment in xml, this fragment must be linked to a plugin 
descriptor:

<?xml version="1.0" encoding="UTF-8"?>
<fragment
  name="Fragment Test"
  id="fragmentTest"
  version="1.0"
  plugin-id="tests.a"
  plugin-version="1.2">

</fragment>

This example will look for plugin 'tests.a' version 1.2.0.  

However, the match on the plugin version number must be identical (i.e. this 
fragment will not match with plugin 'tests.a' version 1.2.1).  This matching 
algorithm is too restrictive.
Comment 1 Debbie Wilson CLA 2001-11-08 11:55:29 EST
See bug 5668 for 2.0 version.
Comment 2 Debbie Wilson CLA 2001-11-26 09:39:02 EST
Fixed as a patch for 1.0.