Bug 313368

Summary: Java EE 6 facets should require at least Java 6
Product: [WebTools] WTP Java EE Tools Reporter: Carl Anderson <ccc>
Component: jst.j2eeAssignee: Carl Anderson <ccc>
Status: RESOLVED FIXED QA Contact: Chuck Bridgham <cbridgha>
Severity: major    
Priority: P1 CC: david_williams, kaloyan
Version: 3.2Flags: david_williams: pmc_approved+
cbridgha: review+
Target Milestone: 3.2 RC2   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on: 252613, 311556    
Bug Blocks:    
Attachments:
Description Flags
Update jst.webfragment to require Java 6 none

Description Carl Anderson CLA 2010-05-18 10:42:32 EDT
The patch in bug 3211556 missed the jst.webfragment facet.

+++ This bug was initially created as a clone of Bug #311556 +++

In bug 252613, we added in the various Java EE 6 facets.  All of them currently have the following line in their Java EE 6 version definition:

<requires facet="jst.java" version="[5.0"/>

The Java EE version should match the Java version.  (Java Enterprise Edition 6 is Java 6 Standard Edition plus Enterprise Edition support.)
Comment 1 Carl Anderson CLA 2010-05-18 10:44:25 EDT
Created attachment 168940 [details]
Update jst.webfragment to require Java 6
Comment 2 Chuck Bridgham CLA 2010-05-18 10:53:47 EDT
approved
Comment 3 David Williams CLA 2010-05-18 10:57:03 EDT
we can approve this a a "continuation" of original.
Comment 4 Carl Anderson CLA 2010-05-18 11:11:15 EDT
Committed to HEAD for WTP 3.2 RC2.