You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2007/09/04 00:16:52 UTC

svn commit: r572437 - /struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties

Author: mrdon
Date: Mon Sep  3 15:16:49 2007
New Revision: 572437

URL: http://svn.apache.org/viewvc?rev=572437&view=rev
Log:
Removing the unused struts.configuration.files setting WW-1966

Modified:
    struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties

Modified: struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties?rev=572437&r1=572436&r2=572437&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties (original)
+++ struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties Mon Sep  3 15:16:49 2007
@@ -180,9 +180,6 @@
 ### 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