stefano 00/07/19 17:14:13
Modified: src/org/apache/cocoon cocoon.properties
Log:
removed producer from request (which is no longer available)
Revision Changes Path
1.35 +0 -1 xml-cocoon/src/org/apache/cocoon/cocoon.properties
Index: cocoon.properties
===================================================================
RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/cocoon.properties,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- cocoon.properties 2000/05/25 14:06:34 1.34
+++ cocoon.properties 2000/07/20 00:14:13 1.35
@@ -71,7 +71,6 @@
# producer.type.xxx = full.class.name
# where "xxx" is the producer indentier used in the request
producer.type.file = org.apache.cocoon.producer.ProducerFromFile
-producer.type.request = org.apache.cocoon.producer.ProducerFromRequest
# This is used in the example files
producer.type.dummy = org.apache.cocoon.example.DummyProducer
|