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

index 647b613d2a64f453acbd679de7e5bb034f7819ab..81d00d3229c99ca90e4accc8d5e59a2eee60a278 100644 (file)
@@ -36,8 +36,6 @@
                     </execution>
                 </executions>
                 <configuration>
-                    <sourceDirectory>${project.basedir}/src/main/antlr</sourceDirectory>
-                    <outputDirectory>${project.build.directory}/generated-sources/parser</outputDirectory>
                     <visitor>true</visitor>
                     <listener>true</listener>
                 </configuration>
index 3c362245506a0f92517af606b2bd5d3538d7e445..a1a74d6e4703f75e3549af02196721ada007fc7a 100644 (file)
@@ -89,8 +89,6 @@
                     </execution>
                 </executions>
                 <configuration>
-                    <sourceDirectory>src/main/antlr</sourceDirectory>
-                    <outputDirectory>${project.build.directory}/generated-sources/parser</outputDirectory>
                     <visitor>true</visitor>
                     <listener>false</listener>
                 </configuration>
index c861531298dcf626088828b0fc62f82b841f76d1..e0b6fb3d9b54e27e9e89492659d6554fc9cbadab 100644 (file)
@@ -72,9 +72,6 @@
                     </execution>
                 </executions>
                 <configuration>
-                    <sourceDirectory>${project.basedir}/src/main/antlr</sourceDirectory>
-                    <outputDirectory>${project.build.directory}/generated-sources/antlr</outputDirectory>
-                    <visitor>false</visitor>
                     <listener>false</listener>
                 </configuration>
             </plugin>