Author: wsmoak Date: Sat Nov 12 21:48:18 2005 New Revision: 332901 URL: http://svn.apache.org/viewcvs?rev=332901&view=rev Log: Bring in the properties file from struts blank, remove some files/directories, and modify struts-config to use the validator-rules.xml file in struts-core.jar.
Added: struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/src/main/resources/MessageResources.properties - copied unchanged from r332799, struts/apps/trunk/blank/src/java/MessageResources.properties Removed: struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/classes/ struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/src/ Modified: struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/struts-config.xml Modified: struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/struts-config.xml URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/struts-config.xml?rev=332901&r1=332900&r2=332901&view=diff ============================================================================== --- struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/struts-config.xml (original) +++ struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/struts-config.xml Sat Nov 12 21:48:18 2005 @@ -160,7 +160,8 @@ <plug-in className="org.apache.struts.validator.ValidatorPlugIn"> <set-property property="pathnames" - value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml"/> + value="/org/apache/struts/validator/validator-rules.xml, + /WEB-INF/validation.xml"/> </plug-in> </struts-config> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]