From 9aa6c17dd9b9ba1e0081501906e7b281dd91f1ec Mon Sep 17 00:00:00 2001 From: ryounes Date: Fri, 22 Apr 2011 21:24:33 +0000 Subject: [PATCH] NIHVIVO-1562 Rename dump template. --- webapp/src/freemarker/ext/dump/BaseDumpDirective.java | 2 +- .../freemarker/body/partials/dump/{dump1.ftl => dump.ftl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename webapp/web/templates/freemarker/body/partials/dump/{dump1.ftl => dump.ftl} (100%) diff --git a/webapp/src/freemarker/ext/dump/BaseDumpDirective.java b/webapp/src/freemarker/ext/dump/BaseDumpDirective.java index c983e0a4f..95a7ac72f 100644 --- a/webapp/src/freemarker/ext/dump/BaseDumpDirective.java +++ b/webapp/src/freemarker/ext/dump/BaseDumpDirective.java @@ -50,7 +50,7 @@ public abstract class BaseDumpDirective implements TemplateDirectiveModel { private static final Log log = LogFactory.getLog(BaseDumpDirective.class); - private static final String TEMPLATE_DEFAULT = "dump1.ftl"; // change to dump.ftl when old dump is removed + private static final String TEMPLATE_DEFAULT = "dump.ftl"; // change to dump.ftl when old dump is removed private static final Pattern PROPERTY_NAME_PATTERN = Pattern.compile("^(get|is)\\w"); enum Key { diff --git a/webapp/web/templates/freemarker/body/partials/dump/dump1.ftl b/webapp/web/templates/freemarker/body/partials/dump/dump.ftl similarity index 100% rename from webapp/web/templates/freemarker/body/partials/dump/dump1.ftl rename to webapp/web/templates/freemarker/body/partials/dump/dump.ftl