From efcdc32d9bc3d5d094f266b9983c4f56a030e123 Mon Sep 17 00:00:00 2001 From: "Donald J. Brown" Date: Sat, 20 Jan 2007 21:59:04 +0000 Subject: [PATCH] Removing unused properties WW-1650 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@498186 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/resources/org/apache/struts2/default.properties | 6 ------ .../test/java/org/apache/struts2/config/SettingsTest.java | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/core/src/main/resources/org/apache/struts2/default.properties b/core/src/main/resources/org/apache/struts2/default.properties index 694e71b25..7a3f6b59b 100644 --- a/core/src/main/resources/org/apache/struts2/default.properties +++ b/core/src/main/resources/org/apache/struts2/default.properties @@ -155,12 +155,6 @@ struts.xslt.nocache=false ### A list of configuration files automatically loaded by Struts struts.configuration.files=struts-default.xml,struts-plugin.xml,struts.xml -### A list of template engines available -struts.templateEngines=ftl,jsp,vm - -### A list of tag libraries available -struts.tagLibraries=s - ### Whether to always select the namespace to be everything before the last slash or not struts.mapper.alwaysSelectFullNamespace=false diff --git a/core/src/test/java/org/apache/struts2/config/SettingsTest.java b/core/src/test/java/org/apache/struts2/config/SettingsTest.java index 44632e0c3..65b08f2be 100644 --- a/core/src/test/java/org/apache/struts2/config/SettingsTest.java +++ b/core/src/test/java/org/apache/struts2/config/SettingsTest.java @@ -48,7 +48,7 @@ public class SettingsTest extends StrutsTestCase { assertEquals("de", locale.getLanguage()); int count = getKeyCount(); - assertEquals(36, count); + assertEquals(35, count); } public void testDefaultResourceBundlesLoaded() {