Bug 5581 - Plugin version match on fragments too restrictive (1.0)
Summary: Plugin version match on fragments too restrictive (1.0)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 1.0   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Debbie Wilson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-06 12:02 EST by Debbie Wilson CLA
Modified: 2001-11-26 09:39 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.