cziegeler 2004/01/07 07:39:14
Modified: src/java/org/apache/cocoon/components/cprocessor
TreeProcessor.java
Log:
Making global sitemap variables work (hopefully)
Revision Changes Path
1.9 +1 -2
cocoon-2.2/src/java/org/apache/cocoon/components/cprocessor/TreeProcessor.java
Index: TreeProcessor.java
===================================================================
RCS file:
/home/cvs/cocoon-2.2/src/java/org/apache/cocoon/components/cprocessor/TreeProcessor.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- TreeProcessor.java 7 Jan 2004 15:10:38 -0000 1.8
+++ TreeProcessor.java 7 Jan 2004 15:39:14 -0000 1.9
@@ -403,8 +403,7 @@
Configuration config = configHandler.getConfiguration();
this.componentConfigurations = config.getChild("pipelines-node")
-
.getChild("component-configurations")
- .getChild("global-variables");
+
.getChild("component-configurations");
return config;
} finally {
m_manager.release(parser);