Author: tmjee Date: Fri Jun 9 21:51:40 2006 New Revision: 413244 URL: http://svn.apache.org/viewvc?rev=413244&view=rev Log: WW-1336
Added: struts/action2/trunk/apps/shopping-cart/src/main/resources/ struts/action2/trunk/apps/shopping-cart/src/main/resources/default.properties (with props) struts/action2/trunk/apps/shopping-cart/src/main/resources/log4j.properties (with props) struts/action2/trunk/apps/shopping-cart/src/main/resources/struts.properties (with props) Added: struts/action2/trunk/apps/shopping-cart/src/main/resources/default.properties URL: http://svn.apache.org/viewvc/struts/action2/trunk/apps/shopping-cart/src/main/resources/default.properties?rev=413244&view=auto ============================================================================== --- struts/action2/trunk/apps/shopping-cart/src/main/resources/default.properties (added) +++ struts/action2/trunk/apps/shopping-cart/src/main/resources/default.properties Fri Jun 9 21:51:40 2006 @@ -0,0 +1,11 @@ +format.money={0,number,currency} +format.date={0,date,short} + +text.openAll=open all +text.closeAll=close all + +text.category=Category +text.categories=Categories +text.submit=Submit +text.search=Search +text.setLanguage=Set Language Propchange: struts/action2/trunk/apps/shopping-cart/src/main/resources/default.properties ------------------------------------------------------------------------------ svn:eol-style = native Added: struts/action2/trunk/apps/shopping-cart/src/main/resources/log4j.properties URL: http://svn.apache.org/viewvc/struts/action2/trunk/apps/shopping-cart/src/main/resources/log4j.properties?rev=413244&view=auto ============================================================================== --- struts/action2/trunk/apps/shopping-cart/src/main/resources/log4j.properties (added) +++ struts/action2/trunk/apps/shopping-cart/src/main/resources/log4j.properties Fri Jun 9 21:51:40 2006 @@ -0,0 +1,7 @@ +log4j.rootLogger = INFO, stdout + +log4j.appender.stdout = org.apache.log4j.ConsoleAppender +log4j.appender.stdout.Threshold = WARN +log4j.appender.stdout.Target = System.out +log4j.appender.stdout.layout = org.apache.log4j.PatternLayout +log4j.appender.stdout.layout.ConversionPattern = %d{ISO8601} %-5p [%F:%L] : %m%n Propchange: struts/action2/trunk/apps/shopping-cart/src/main/resources/log4j.properties ------------------------------------------------------------------------------ svn:eol-style = native Added: struts/action2/trunk/apps/shopping-cart/src/main/resources/struts.properties URL: http://svn.apache.org/viewvc/struts/action2/trunk/apps/shopping-cart/src/main/resources/struts.properties?rev=413244&view=auto ============================================================================== --- struts/action2/trunk/apps/shopping-cart/src/main/resources/struts.properties (added) +++ struts/action2/trunk/apps/shopping-cart/src/main/resources/struts.properties Fri Jun 9 21:51:40 2006 @@ -0,0 +1,16 @@ +# extension for actions +struts.action.extension=action + +# spring integration +struts.objectFactory=spring +struts.objectFactory.spring.autoWire=type + +### Configuration reloading +# This will cause the configuration to reload xwork.xml when it is changed +struts.configuration.xml.reload=true + +### Load custom default resource bundles +struts.custom.i18n.resources=default + +### character encoding +struts.i18n.encoding=UTF-8 Propchange: struts/action2/trunk/apps/shopping-cart/src/main/resources/struts.properties ------------------------------------------------------------------------------ svn:eol-style = native