This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch WW-5233-tiles in repository https://gitbox.apache.org/repos/asf/struts.git
commit 86c81ca27f582ac598ca2af96bc1135b121b6661 Author: Greg Huber <[email protected]> AuthorDate: Tue Oct 18 14:43:22 2022 +0100 Make plugin standalone with all generated resources for velocity. --- .../tiles/src/main/java/org/apache/struts2/tiles/BuildAutotags.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/tiles/src/main/java/org/apache/struts2/tiles/BuildAutotags.java b/plugins/tiles/src/main/java/org/apache/struts2/tiles/BuildAutotags.java index c29ea67ef..4e90bb7ba 100644 --- a/plugins/tiles/src/main/java/org/apache/struts2/tiles/BuildAutotags.java +++ b/plugins/tiles/src/main/java/org/apache/struts2/tiles/BuildAutotags.java @@ -59,7 +59,7 @@ public class BuildAutotags { // Freemarker classes me.buildFreemarker(args[0]); - // Freemarker classes + // Velocity classes me.buildVelocity(args[0]); } @@ -173,7 +173,7 @@ public class BuildAutotags { } /** - * Builds the velocity classes. + * Builds the velocity classes and velocity.properties. * * To build, change template-suite.xml as required and then run this program. * Copy the classes from the target autotag folder into the packageName
