Move ANTLR code to its own package
This way we can set the Eclipse warnings/error reporting for the
generated code to ignore problems we normally try to prevent in
human written sources.
Change-Id: I0b32d4ebf95611f58468a14e81489bf76f5d7603
Signed-off-by: Shawn O. Pearce <sop@google.com>
diff --git a/pom.xml b/pom.xml
index 2e8eb93..c20a149 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,6 +72,7 @@
<module>gerrit-util-cli</module>
<module>gerrit-util-ssl</module>
+ <module>gerrit-antlr</module>
<module>gerrit-common</module>
<module>gerrit-httpd</module>
<module>gerrit-launcher</module>