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 80bd73e  [NETBEANS-2729] Make netbeans and netbeans-dev snap 
descriptor coexists. (#1329)
     new 52963b9  Update htmlparser to version 1.4
     new 567baa1  Adjust HTML lexer to follow HTML5 rules for attributes
     new 82cada9  Handle attributes with a null value (attributes without value)
     new 9188663  Merge pull request #1380 from 
matthiasblaesing/update_htmlparser2

The 2803 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:
 .../modules/html/editor/HtmlElementProperties.java |  25 +-
 .../src/org/netbeans/lib/html/lexer/HtmlLexer.java |  32 +-
 .../org/netbeans/lib/html/lexer/HtmlLexerTest.java |  83 +++--
 ide/html.parser/external/binaries-list             |   2 +-
 ide/html.parser/external/howtoupgrade.txt          |  12 -
 .../external/htmlparser-01-fix-maven-build.patch   | 369 +++++++++++++++++++++
 .../external/htmlparser-02-ignore-file.patch       |  27 ++
 .../htmlparser-03-minimum-changes-nb.patch         | 226 +++++++++++++
 .../external/htmlparser-04-build-on-jdk11.patch    |  62 ++++
 ...nse.txt => htmlparser-1.4.20190624-license.txt} |  18 +-
 .../external/htmlparser-howtoupgrade.txt           |  25 ++
 ide/html.parser/nbproject/project.properties       |   2 +-
 ide/html.parser/nbproject/project.xml              |   2 +-
 .../netbeans/modules/html/parser/Html5Parser.java  |   4 +
 .../modules/html/parser/ParseTreeBuilder.java      |  43 ++-
 .../html/parser/model/ElementDescriptor.java       |   2 +-
 .../modules/html/parser/Html5ParserTest.java       | 115 ++++++-
 .../html/parser/model/HtmlTagProviderTest.java     |  10 +-
 nbbuild/licenses/MIT-html5-parser                  |  83 +++--
 19 files changed, 1017 insertions(+), 125 deletions(-)
 delete mode 100644 ide/html.parser/external/howtoupgrade.txt
 create mode 100644 ide/html.parser/external/htmlparser-01-fix-maven-build.patch
 create mode 100644 ide/html.parser/external/htmlparser-02-ignore-file.patch
 create mode 100644 
ide/html.parser/external/htmlparser-03-minimum-changes-nb.patch
 create mode 100644 ide/html.parser/external/htmlparser-04-build-on-jdk11.patch
 rename ide/html.parser/external/{htmlparser-1.2.1-license.txt => 
htmlparser-1.4.20190624-license.txt} (91%)
 create mode 100644 ide/html.parser/external/htmlparser-howtoupgrade.txt


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to