Skip to content

Commit

Permalink
FORGE-2316: Added JavaEE facets to supported stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jan 14, 2016
1 parent b378baf commit d14e4f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public interface JavaEE6Facet extends JavaEESpecFacet
* The {@link Stack} associated with this {@link StackFacet}
*/
public static final Stack STACK = stack("Java EE 6")
.includes(JavaEE6Facet.class)
.includes(CDIFacet_1_0.class)
.includes(EJBFacet_3_1.class)
.includes(FacesFacet_2_0.class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public interface JavaEE7Facet extends JavaEESpecFacet
* The {@link Stack} associated with this {@link StackFacet}
*/
public static final Stack STACK = stack("Java EE 7")
.includes(JavaEE7Facet.class)
.includes(CDIFacet_1_1.class)
.includes(EJBFacet_3_2.class)
.includes(FacesFacet_2_2.class)
Expand Down

0 comments on commit d14e4f5

Please sign in to comment.