--- tool/build.xml.orig 1970-01-01 01:00:00.000000000 +0100 +++ tool/build.xml 2015-07-07 14:24:35.010405911 +0100 @@ -0,0 +1,11 @@ + + + + + + + + + + + --- tool/pom.xml.orig 2009-09-23 19:50:28.000000000 +0100 +++ tool/pom.xml 2015-07-07 14:49:09.811396333 +0100 @@ -76,19 +76,40 @@ org.codehaus.mojo - antlr-maven-plugin + exec-maven-plugin + 1.4.0 - src/main/antlr2/org/antlr/grammar/v2 - antlr.g codegen.g, antlr.print.g, assign.types.g, buildnfa.g, define.g + ant + generate-sources - generate + exec + + + org.codehaus.mojo + build-helper-maven-plugin + 1.7 + + + add-source + generate-sources + + add-source + + + + ${project.build.directory}/generated-sources/antlr + + + + + maven-compiler-plugin