You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2020/01/27 19:41:58 UTC

[netbeans] branch master updated (e911149 -> 9437365)

This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from e911149  Merge pull request #1893 from ebarboni/platformide
     new 86e0107  NETBEANS-84: Support for JSF 2.3; CDI Changes for JSF Artifact Injection
     new 3a5b878  Added missing web-facelettaglibrary_2_3.xsd
     new e1bc511  [NETBEANS-84 ] - Support for JSF 2.3
     new 9437365  Merge pull request #1633 from juneau001/NETBEANS-84

The 3546 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 enterprise/servletjspapi/build.xml                 |   1 +
 .../web/beans/impl/model/EnableBeansFilter.java    | 135 ++++---
 .../web/jsf/editor/facelets/libdefs/core.xml       |  11 +-
 .../web/jsf/editor/facelets/libdefs/html.xml       |   6 +-
 .../jsf/editor/facelets/mojarra/ConfigManager.java |   8 +-
 enterprise/web.jsf/licenseinfo.xml                 |   1 +
 .../org/netbeans/modules/web/jsf/JSFCatalog.java   |  17 +-
 .../jsf/impl/facesmodel/JSFConfigModelImpl.java    |   8 +-
 .../web/jsf/impl/facesmodel/JSFConfigQNames.java   | 109 ++++++
 ...brary_2_2.xsd => web-facelettaglibrary_2_3.xsd} | 431 +++++++++++++--------
 .../web/jsf/resources/web-faces-mime-resolver.xml  |  10 +
 enterprise/web.jsf20/external/binaries-list        |   2 +-
 ...7-license.txt => javax.faces-2.3.9-license.txt} |   2 +-
 .../nbproject/org-netbeans-modules-web-jsf20.sig   |   8 +-
 enterprise/web.jsf20/nbproject/project.properties  |   8 +-
 .../netbeans/modules/web/jsf20/Bundle.properties   |   8 +-
 .../src/org/netbeans/modules/web/jsf20/jsf20.xml   |   4 +-
 17 files changed, 519 insertions(+), 250 deletions(-)
 copy enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/{web-facelettaglibrary_2_2.xsd => web-facelettaglibrary_2_3.xsd} (72%)
 rename enterprise/web.jsf20/external/{javax.faces-2.2.7-license.txt => javax.faces-2.3.9-license.txt} (99%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists