From 5ac474e7b495c78d20151ff337bb8ab1de910aa7 Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Wed, 12 Jun 2019 00:46:11 +0000 Subject: Fixes following Michael's comments: + move common plugin versions from child poms to parent one + remove duplicate defaultGoal + fix and add comments here and there + move fetch-grammar-file to initialize phase + fix maven-resources-plugin configuration git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/branches/parser_experiments@1861082 13f79535-47bb-0310-9956-ffa450edef68 --- velocity-engine-core/src/main/parser/Parser.jjt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'velocity-engine-core/src') diff --git a/velocity-engine-core/src/main/parser/Parser.jjt b/velocity-engine-core/src/main/parser/Parser.jjt index ecfef164..17a26957 100644 --- a/velocity-engine-core/src/main/parser/Parser.jjt +++ b/velocity-engine-core/src/main/parser/Parser.jjt @@ -108,7 +108,7 @@ import org.slf4j.Logger; * @author Henning P. Schmiedehausen * @version $Id: $ */ -public class ${parser.name}Parser implements Parser +public class ${parser.name}Parser implements org.apache.velocity.runtime.parser.Parser { /** * Parser debugging flag. -- cgit v1.2.3