Minimize antlr configuration 95/84995/3
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 8 Oct 2019 19:56:33 +0000 (21:56 +0200)
committerRobert Varga <nite@hq.sk>
Wed, 9 Oct 2019 06:04:03 +0000 (06:04 +0000)
commit6a0272f8638019c10582fe042287c92cea873737
tree1dc182c376d98cce1e6f6a970cb82638eafbf78e
parent3c57ac547d198bf5cb6d358519789a028cd63623
Minimize antlr configuration

Now hat the configuration is pretty much what the default would be,
make sure we do not override properties we do not have to.

Change-Id: Ib845fd83d2fd68ad13e73934b620f9204f4f013c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
13 files changed:
yang/yang-data-impl/pom.xml
yang/yang-data-impl/src/main/antlr4/org/opendaylight/yangtools/yang/data/impl/leafref/LeafRefPathLexer.g4 [moved from yang/yang-data-impl/src/main/antlr/org/opendaylight/yangtools/yang/data/impl/leafref/LeafRefPathLexer.g4 with 100% similarity]
yang/yang-data-impl/src/main/antlr4/org/opendaylight/yangtools/yang/data/impl/leafref/LeafRefPathParser.g4 [moved from yang/yang-data-impl/src/main/antlr/org/opendaylight/yangtools/yang/data/impl/leafref/LeafRefPathParser.g4 with 100% similarity]
yang/yang-parser-rfc7950/pom.xml
yang/yang-parser-rfc7950/src/main/antlr4/org/opendaylight/yangtools/antlrv4/code/gen/IfFeatureExpressionLexer.g4 [moved from yang/yang-parser-rfc7950/src/main/antlr/org/opendaylight/yangtools/antlrv4/code/gen/IfFeatureExpressionLexer.g4 with 100% similarity]
yang/yang-parser-rfc7950/src/main/antlr4/org/opendaylight/yangtools/antlrv4/code/gen/IfFeatureExpressionParser.g4 [moved from yang/yang-parser-rfc7950/src/main/antlr/org/opendaylight/yangtools/antlrv4/code/gen/IfFeatureExpressionParser.g4 with 100% similarity]
yang/yang-parser-rfc7950/src/main/antlr4/org/opendaylight/yangtools/antlrv4/code/gen/LeafRefPathLexer.g4 [moved from yang/yang-parser-rfc7950/src/main/antlr/org/opendaylight/yangtools/antlrv4/code/gen/LeafRefPathLexer.g4 with 100% similarity]
yang/yang-parser-rfc7950/src/main/antlr4/org/opendaylight/yangtools/antlrv4/code/gen/LeafRefPathParser.g4 [moved from yang/yang-parser-rfc7950/src/main/antlr/org/opendaylight/yangtools/antlrv4/code/gen/LeafRefPathParser.g4 with 100% similarity]
yang/yang-parser-rfc7950/src/main/antlr4/org/opendaylight/yangtools/antlrv4/code/gen/YangStatementLexer.g4 [moved from yang/yang-parser-rfc7950/src/main/antlr/org/opendaylight/yangtools/antlrv4/code/gen/YangStatementLexer.g4 with 100% similarity]
yang/yang-parser-rfc7950/src/main/antlr4/org/opendaylight/yangtools/antlrv4/code/gen/YangStatementParser.g4 [moved from yang/yang-parser-rfc7950/src/main/antlr/org/opendaylight/yangtools/antlrv4/code/gen/YangStatementParser.g4 with 100% similarity]
yang/yang-xpath-impl/pom.xml
yang/yang-xpath-impl/src/main/antlr4/org/opendaylight/yangtools/yang/xpath/impl/instanceIdentifier.g4 [moved from yang/yang-xpath-impl/src/main/antlr/org/opendaylight/yangtools/yang/xpath/impl/instanceIdentifier.g4 with 100% similarity]
yang/yang-xpath-impl/src/main/antlr4/org/opendaylight/yangtools/yang/xpath/impl/xpath.g4 [moved from yang/yang-xpath-impl/src/main/antlr/org/opendaylight/yangtools/yang/xpath/impl/xpath.g4 with 100% similarity]