Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 403226

Summary: jaxws plugins prereq change needed
Product: [WebTools] WTP Webservices Reporter: Carl Anderson <ccc>
Component: jst.ws.jaxwsAssignee: Shane Clarke <shane_clarke>
Status: RESOLVED FIXED QA Contact: Shane Clarke <shane_clarke>
Severity: blocker    
Priority: P3    
Version: unspecified   
Target Milestone: 3.5 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on:    
Bug Blocks: 400481    

Description Carl Anderson CLA 2013-03-13 12:15:39 EDT
We are raising the plugin version id of org.eclipse.jst.j2ee.core to 1.3.0

Currently, org.eclipse.jst.ws.cfx.core has a tolerance range of:

org.eclipse.jst.j2ee.core;bundle-version="[1.1.200,1.3.0)",

I recommend changing it to:

org.eclipse.jst.j2ee.core;bundle-version="[1.1.200,2.0.0)",

which is in line with other plugin tolerance ranges.

Also, org.eclipse.jst.ws.cxf.creation.core has a tolerance range of:

org.eclipse.jst.j2ee.core;bundle-version="[1.1.0,1.3.0)",

I recommend changing it to:

org.eclipse.jst.j2ee.core;bundle-version="[1.1.0,2.0.0)",
Comment 1 Shane Clarke CLA 2013-03-13 17:13:21 EDT
Fix committed and pushed to master.