aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2019-06-12 00:46:11 +0000
committerClaude Brisson <cbrisson@apache.org>2019-06-12 00:46:11 +0000
commit5ac474e7b495c78d20151ff337bb8ab1de910aa7 (patch)
treebaac656754b81def940f38ec79e5c5904fa59de5 /velocity-engine-core/src
parentab249ab67c062bbf1e413dbfad52e98f38344194 (diff)
downloadapache-velocity-engine-5ac474e7b495c78d20151ff337bb8ab1de910aa7.tar.gz
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
Diffstat (limited to 'velocity-engine-core/src')
-rw-r--r--velocity-engine-core/src/main/parser/Parser.jjt2
1 files changed, 1 insertions, 1 deletions
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 <a href="hps@intermeta.de">Henning P. Schmiedehausen</a>
* @version $Id: $
*/
-public class ${parser.name}Parser implements Parser
+public class ${parser.name}Parser implements org.apache.velocity.runtime.parser.Parser
{
/**
* Parser debugging flag.