You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2013/12/12 22:37:20 UTC

svn commit: r1550537 - /struts/sandbox/trunk/struts2examples/themes/src/main/resources/struts.xml

Author: lukaszlenart
Date: Thu Dec 12 21:37:20 2013
New Revision: 1550537

URL: http://svn.apache.org/r1550537
Log:
Changes default theme to use theme defined in the project

Modified:
    struts/sandbox/trunk/struts2examples/themes/src/main/resources/struts.xml

Modified: struts/sandbox/trunk/struts2examples/themes/src/main/resources/struts.xml
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2examples/themes/src/main/resources/struts.xml?rev=1550537&r1=1550536&r2=1550537&view=diff
==============================================================================
--- struts/sandbox/trunk/struts2examples/themes/src/main/resources/struts.xml (original)
+++ struts/sandbox/trunk/struts2examples/themes/src/main/resources/struts.xml Thu Dec 12 21:37:20 2013
@@ -6,6 +6,7 @@
 <struts>
 
 	<constant name="struts.devMode" value="true" />
+    <constant name="struts.ui.theme" value="KUTheme"/>
 
 	<package name="basicstruts2" extends="struts-default">