Cleanup yang-parser-rfc7950 antlr configuration 97/84997/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 8 Oct 2019 17:08:15 +0000 (19:08 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 8 Oct 2019 20:03:26 +0000 (22:03 +0200)
commit8f3f30899ea4b1031423f97c65c21f44508cd2d5
tree2b878d493a7c5bd4517deada0d78e003f4970b91
parentc78f7018b91da22e18b4fc47a130b367db8f66e4
Cleanup yang-parser-rfc7950 antlr configuration

This fixes up a long-standing issue with how antlr is configured,
fixing javadoc plugin interaction in the process.

Change-Id: Ia077b7b2f777203baea8aad3400abd484e3e6801
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 9887727e92d3674d7cd77563f74683382a58f6a3)
yang/yang-data-impl/pom.xml
yang/yang-parser-rfc7950/pom.xml
yang/yang-parser-rfc7950/src/main/antlr/org/opendaylight/yangtools/antlrv4/code/gen/IfFeatureExpressionLexer.g4 [moved from yang/yang-parser-rfc7950/src/main/antlr/IfFeatureExpressionLexer.g4 with 87% similarity]
yang/yang-parser-rfc7950/src/main/antlr/org/opendaylight/yangtools/antlrv4/code/gen/IfFeatureExpressionParser.g4 [moved from yang/yang-parser-rfc7950/src/main/antlr/IfFeatureExpressionParser.g4 with 90% similarity]
yang/yang-parser-rfc7950/src/main/antlr/org/opendaylight/yangtools/antlrv4/code/gen/LeafRefPathLexer.g4 [moved from yang/yang-parser-rfc7950/src/main/antlr/LeafRefPathLexer.g4 with 81% similarity]
yang/yang-parser-rfc7950/src/main/antlr/org/opendaylight/yangtools/antlrv4/code/gen/LeafRefPathParser.g4 [moved from yang/yang-parser-rfc7950/src/main/antlr/LeafRefPathParser.g4 with 89% similarity]
yang/yang-parser-rfc7950/src/main/antlr/org/opendaylight/yangtools/antlrv4/code/gen/YangStatementLexer.g4 [moved from yang/yang-parser-rfc7950/src/main/antlr/YangStatementLexer.g4 with 94% similarity]
yang/yang-parser-rfc7950/src/main/antlr/org/opendaylight/yangtools/antlrv4/code/gen/YangStatementParser.g4 [moved from yang/yang-parser-rfc7950/src/main/antlr/YangStatementParser.g4 with 80% similarity]