Author: mrdon Date: Thu Apr 6 15:58:07 2006 New Revision: 392108 URL: http://svn.apache.org/viewcvs?rev=392108&view=rev Log: Removing tiles dependency in blank, but leaving instructions how to use it
Removed: struts/action/trunk/apps/blank/src/webapp/WEB-INF/tiles-defs.xml Modified: struts/action/trunk/apps/blank/src/webapp/WEB-INF/struts-config.xml Modified: struts/action/trunk/apps/blank/src/webapp/WEB-INF/struts-config.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/blank/src/webapp/WEB-INF/struts-config.xml?rev=392108&r1=392107&r2=392108&view=diff ============================================================================== --- struts/action/trunk/apps/blank/src/webapp/WEB-INF/struts-config.xml (original) +++ struts/action/trunk/apps/blank/src/webapp/WEB-INF/struts-config.xml Thu Apr 6 15:58:07 2006 @@ -137,16 +137,17 @@ false : no validation Paths found in Tiles definitions are relative to the main context. - --> + + To use this plugin, download and add the Tiles jar to your WEB-INF/lib + directory then uncomment the plugin definition below. <plug-in className="org.apache.struts.tiles.TilesPlugin" > - <!-- Path to XML definition file --> <set-property property="definitions-config" value="/WEB-INF/tiles-defs.xml" /> - <!-- Set Module-awareness to true --> <set-property property="moduleAware" value="true" /> </plug-in> + --> <!-- =================================================== Validator plugin --> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]