From 8c775ce55018480fec3765e601266357f318cd18 Mon Sep 17 00:00:00 2001 From: "Donald J. Brown" Date: Mon, 3 Sep 2007 22:16:49 +0000 Subject: [PATCH] Removing the unused struts.configuration.files setting WW-1966 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@572437 13f79535-47bb-0310-9956-ffa450edef68 --- core/src/main/resources/org/apache/struts2/default.properties | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/src/main/resources/org/apache/struts2/default.properties b/core/src/main/resources/org/apache/struts2/default.properties index a3494fa54..697b1ec34 100644 --- a/core/src/main/resources/org/apache/struts2/default.properties +++ b/core/src/main/resources/org/apache/struts2/default.properties @@ -180,9 +180,6 @@ struts.freemarker.wrapper.altMap=true ### Set to true for developers and false for production. struts.xslt.nocache=false -### A list of configuration files automatically loaded by Struts -struts.configuration.files=struts-default.xml,struts-plugin.xml,struts.xml - ### Whether to always select the namespace to be everything before the last slash or not struts.mapper.alwaysSelectFullNamespace=false