sylvain 2002/10/08 00:31:01
Modified: src/java/org/apache/cocoon/components/treeprocessor/sitemap
SitemapLanguage.java
Log:
Changed "hints" to "pipeline-hints", as discussed with Michael Melhem
Revision Changes Path
1.11 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/treeprocessor/sitemap/SitemapLanguage.java
Index: SitemapLanguage.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/treeprocessor/sitemap/SitemapLanguage.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- SitemapLanguage.java 29 Sep 2002 20:24:22 -0000 1.10
+++ SitemapLanguage.java 8 Oct 2002 07:31:01 -0000 1.11
@@ -392,7 +392,7 @@
// A ConfigurationException is thrown if there is a problem "parsing"
// the hint.
- String statementHintParams = statement.getAttribute("hint", null);
+ String statementHintParams = statement.getAttribute("pipeline-hints", null);
String componentHintParams = null;
String hintParams = null;
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]