You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gh...@apache.org on 2003/05/31 18:59:18 UTC

cvs commit: cocoon-2.1/src/confpatch enable-uploads.xweb cocoon-reload.xweb

ghoward     2003/05/31 09:59:18

  Added:       src/confpatch enable-uploads.xweb cocoon-reload.xweb
  Log:
  Add new directory and starter files for configuration patching.
  
  Revision  Changes    Path
  1.1                  cocoon-2.1/src/confpatch/enable-uploads.xweb
  
  Index: enable-uploads.xweb
  ===================================================================
  <xweb xpath="/web-app/servlet/init-param[param-name='enable-uploads']"
  	if-prop="config.enable-uploads"
  	remove="/web-app/servlet/init-param[param-name='enable-uploads']/param-value"
  ><param-value>true</param-value>
      </xweb>
  
  
  1.1                  cocoon-2.1/src/confpatch/cocoon-reload.xweb
  
  Index: cocoon-reload.xweb
  ===================================================================
  <xweb xpath="/web-app/servlet/init-param[param-name='allow-reload']"
  	if-prop="config.allow-reloads"
  	remove="/web-app/servlet/init-param[param-name='allow-reload']/param-value"
  ><param-value>yes</param-value>
      </xweb>