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

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


    from 95e4be4  Merge pull request #2276 from apache/master
     add f75d998  [NETBEANS-3409] Missing popup menu for sql editor tabs
     add 6f6b51a  Merge pull request #2306 from matthiasblaesing/netbeans-3409
     add 54049c2  Update validator.jar for html.validation
     add 269ca5f  Merge pull request #2308 from 
matthiasblaesing/html-validator-fix
     add a0532dc  [NETBEANS-4715] Make GlassFish Report Jakarta EE 8.0 Profile 
Support
     add 0598a9d  Merge pull request #2313 from lkishalmi/NETBEANS-4715
     new 26e6ce8  Merge pull request #2311 from apache/master

The 1 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:
 .../server/config/ConfigBuilderProvider.java       |    2 +-
 .../tooling/server/config/GlassFishV5_1.xml        |  101 -
 .../tooling/server/config/GlassFishV5_1_0.xml      |    4 +-
 .../tooling/server/config/JavaEEProfile.java       |    2 +-
 ide/html.validation/external/binaries-list         |    8 +-
 .../external/galimatias-0.1.3-license.txt          |   25 +
 .../{iri-0.5-license.txt => iri-0.8-license.txt}   |    2 +-
 .../external/langdetect-1.2-license.txt            |  209 +
 .../external/salvation-2.7.2-license.txt           |  209 +
 .../external/saxon9B-9.1.0.2-license.txt           |  367 -
 .../external/validator-20200626.patch              |  251 +
 .../external/validator-howto-build.txt             |   15 +
 ide/html.validation/external/validator.patch       | 8898 --------------------
 ide/html.validation/nbproject/project.properties   |   19 +-
 ide/html.validation/nbproject/project.xml          |   18 +-
 .../test/unit/data/testfiles/testEmbeddedCSS.xhtml |   37 +
 .../html/validation/ValidationTransactionTest.java |   16 +
 nbbuild/licenses/MIT-galimatias                    |   19 +
 .../org/openide/filesystems/FileSystemCompat.java  |   12 +-
 19 files changed, 827 insertions(+), 9387 deletions(-)
 delete mode 100644 
enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/GlassFishV5_1.xml
 create mode 100644 ide/html.validation/external/galimatias-0.1.3-license.txt
 rename ide/html.validation/external/{iri-0.5-license.txt => 
iri-0.8-license.txt} (99%)
 create mode 100644 ide/html.validation/external/langdetect-1.2-license.txt
 create mode 100644 ide/html.validation/external/salvation-2.7.2-license.txt
 delete mode 100644 ide/html.validation/external/saxon9B-9.1.0.2-license.txt
 create mode 100644 ide/html.validation/external/validator-howto-build.txt
 delete mode 100644 ide/html.validation/external/validator.patch
 create mode 100644 
ide/html.validation/test/unit/data/testfiles/testEmbeddedCSS.xhtml
 create mode 100644 nbbuild/licenses/MIT-galimatias


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

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

Reply via email to