Skip to content

Commit

Permalink
Support newer Jakarta Faces API versions: 3.0, 4.0, 4.1 (eclipse-jsf#8)
Browse files Browse the repository at this point in the history
code review: improve API compatibility
  • Loading branch information
bvfalcon committed Oct 11, 2024
1 parent 1a09406 commit 184936b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ public interface IFileFolderConstants {
*/
public static final String EXT_JAVA = "java"; //$NON-NLS-1$

/**
* jsp file extension
* @deprecated : JSP is not a part of JSF
*/
public static final String EXT_JSP = "jsp"; //$NON-NLS-1$

/**
* jsf file extension
Expand Down

0 comments on commit 184936b

Please sign in to comment.