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 2018/11/19 20:40:24 UTC

[incubator-netbeans] branch master updated (ef37c85 -> 1b62938)

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/incubator-netbeans.git.


    from ef37c85  Merge pull request #1013 from jlahoda/NETBEANS-1478
     add 67627e6  [NETBEANS-565] Import of CSS 2.1 grammar from antlr grammar repository
     add 1f86734  [NETBEANS-565] Apply CSS 2.1 -> CSS 3 patch donated by oracle to the Apache foundation
     add 0b7a27e  [NETBEANS-565] Update license header/info in CSS 3 grammar
     add 34d010a  [NETBEANS-565] Regenerate lexer and parser from grammar and fix unittests
     new 1b62938  Merge pull request #1020 from matthiasblaesing/css3_parser

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:
 ide/css.lib/licenseinfo.xml                        |    27 +
 .../src/org/netbeans/modules/css/lib/Css3.g        |  1908 ++++
 .../org/netbeans/modules/css/lib/Css3Lexer.java    |  3202 +++---
 .../org/netbeans/modules/css/lib/Css3Parser.java   | 10864 ++++++++++---------
 nbbuild/licenses/BSD-css3-grammar                  |    28 +
 nbbuild/licenses/names.properties                  |     1 +
 6 files changed, 8999 insertions(+), 7031 deletions(-)
 create mode 100644 ide/css.lib/licenseinfo.xml
 create mode 100644 ide/css.lib/src/org/netbeans/modules/css/lib/Css3.g
 create mode 100644 nbbuild/licenses/BSD-css3-grammar


---------------------------------------------------------------------
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


[incubator-netbeans] 01/01: Merge pull request #1020 from matthiasblaesing/css3_parser

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1b62938198771eb5a0374a2fe3fd1e1fed0203f4
Merge: ef37c85 34d010a
Author: Matthias Bläsing <mb...@doppel-helix.eu>
AuthorDate: Mon Nov 19 21:40:17 2018 +0100

    Merge pull request #1020 from matthiasblaesing/css3_parser
    
    [NETBEANS-565] Reintegrate CSS3 grammar

 ide/css.lib/licenseinfo.xml                        |    27 +
 .../src/org/netbeans/modules/css/lib/Css3.g        |  1908 ++++
 .../org/netbeans/modules/css/lib/Css3Lexer.java    |  3202 +++---
 .../org/netbeans/modules/css/lib/Css3Parser.java   | 10864 ++++++++++---------
 nbbuild/licenses/BSD-css3-grammar                  |    28 +
 nbbuild/licenses/names.properties                  |     1 +
 6 files changed, 8999 insertions(+), 7031 deletions(-)


---------------------------------------------------------------------
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