Bug 511136 - Version tolerance increase due to change in org.eclipse.jst.j2ee
Summary: Version tolerance increase due to change in org.eclipse.jst.j2ee
Status: RESOLVED FIXED
Alias: None
Product: Java Server Faces
Classification: WebTools
Component: Core (show other bugs)
Version: 3.8.0   Edit
Hardware: PC Windows 7
: P3 blocker (vote)
Target Milestone: 3.9.0   Edit
Assignee: Ian Trimble CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 511130
Blocks:
  Show dependency tree
 
Reported: 2017-01-26 15:36 EST by Carl Anderson CLA
Modified: 2017-12-19 13:25 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carl Anderson CLA 2017-01-26 15:36:25 EST
In bug 511130, org.eclipse.jst.j2ee increased its plugin version id to 1.2.0.  This caused the following build break:

Unable to satisfy dependency from org.eclipse.jst.jsf.common.ui 1.5.0.qualifier to bundle org.eclipse.jst.j2ee [1.1.0,1.2.0).; 
Unable to satisfy dependency from org.eclipse.jst.jsf.core 1.7.111.qualifier to bundle org.eclipse.jst.j2ee [1.1.0,1.2.0).; 
Unable to satisfy dependency from org.eclipse.jst.jsf.facesconfig 1.5.0.qualifier to bundle org.eclipse.jst.j2ee [1.1.0,1.2.0).; 
Unable to satisfy dependency from org.eclipse.jst.jsf.ui 1.6.0.qualifier to bundle org.eclipse.jst.j2ee [1.1.0,1.2.0).; 
Unable to satisfy dependency from org.eclipse.jst.pagedesigner 1.7.110.qualifier to bundle org.eclipse.jst.j2ee [1.1.0,1.2.0).; 

These plugins need their tolerance changed to [1.1.0,1.3.0)
Comment 2 Eclipse Genie CLA 2017-12-18 20:18:07 EST
New Gerrit change created: https://git.eclipse.org/r/114341