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 6538d5e Merge pull request #3561 from mbien/robust-hints
new 46b7c20 Update antlr3 runtime to 3.5.2 and simplify CSS parse
generation
new 7cde6b4 Introduce partitial support for CSS Selector Level 4 (:not,
:where, :is)
new 7639dc8 Improve parsing of @page declarations with embedded margin
declarations
new b3d3266 Merge pull request #3642 from matthiasblaesing/css_ext
The 6671 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/build.xml | 6 +-
.../modules/css/lib/AbstractParseTreeNode.java | 3 +-
.../src/org/netbeans/modules/css/lib/Css3.g | 26 +-
.../org/netbeans/modules/css/lib/Css3Lexer.java | 2956 +--
.../org/netbeans/modules/css/lib/Css3Parser.java | 17939 ++++++++++---------
.../modules/css/lib/NbParseTreeBuilder.java | 2 +-
.../netbeans/modules/css/lib/Css3ParserTest.java | 27 +
...license.txt => antlr-runtime-3.5.2-license.txt} | 11 +-
ide/libs.antlr3.runtime/external/binaries-list | 3 +-
.../nbproject/project.properties | 4 +-
ide/libs.antlr3.runtime/nbproject/project.xml | 4 +-
.../netbeans/libs/antlr3/runtime/Bundle.properties | 2 +-
java/java.api.common/build.xml | 16 +
.../project/ui/customizer/vmo/gen/CommandLine.g | 88 +-
.../ui/customizer/vmo/gen/CommandLine.tokens | 11 -
.../ui/customizer/vmo/gen/CommandLineLexer.java | 690 +-
.../ui/customizer/vmo/gen/CommandLineParser.java | 2379 ++-
.../ui/customizer/vmo/VmOptionsGrammarTest.java | 76 +-
nbbuild/licenses/BSD-antlr-runtime3 | 6 -
19 files changed, 12223 insertions(+), 12026 deletions(-)
rename ide/libs.antlr3.runtime/external/{antlr-runtime-3.4-license.txt =>
antlr-runtime-3.5.2-license.txt} (93%)
delete mode 100644
java/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/vmo/gen/CommandLine.tokens
---------------------------------------------------------------------
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