Bug 313368 - Java EE 6 facets should require at least Java 6
Summary: Java EE 6 facets should require at least Java 6
Status: RESOLVED FIXED
Alias: None
Product: WTP Java EE Tools
Classification: WebTools
Component: jst.j2ee (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P1 major (vote)
Target Milestone: 3.2 RC2   Edit
Assignee: Carl Anderson CLA
QA Contact: Chuck Bridgham CLA
URL:
Whiteboard:
Keywords:
Depends on: 252613 311556
Blocks:
  Show dependency tree
 
Reported: 2010-05-18 10:42 EDT by Carl Anderson CLA
Modified: 2010-05-18 11:11 EDT (History)
2 users (show)

See Also:
david_williams: pmc_approved+
cbridgha: review+


Attachments
Update jst.webfragment to require Java 6 (696 bytes, patch)
2010-05-18 10:44 EDT, Carl Anderson CLA
no flags Details | Diff

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