cziegeler 2003/06/11 06:33:25
Modified: src/java/org/apache/cocoon/components/treeprocessor TreeProcessor.java Log: Fixing reconfiguration of sitemap configurable components Revision Changes Path 1.5 +2 -1 cocoon-2.1/src/java/org/apache/cocoon/components/treeprocessor/TreeProcessor.java Index: TreeProcessor.java =================================================================== RCS file: /home/cvs/cocoon-2.1/src/java/org/apache/cocoon/components/treeprocessor/TreeProcessor.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- TreeProcessor.java 26 Apr 2003 14:06:50 -0000 1.4 +++ TreeProcessor.java 11 Jun 2003 13:33:25 -0000 1.5 @@ -357,6 +357,7 @@ */ public void setComponentConfigurations(Configuration componentConfigurations) { this.componentConfigurations = componentConfigurations; + this.sitemapComponentConfigurations = null; } /**