[EMAIL PROTECTED] wrote:
Index: AbstractPipelineCallingCronJob.java
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/blocks/cron/java/org/apache/cocoon/components/cron/AbstractPipelineCallingCronJob.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AbstractPipelineCallingCronJob.java 5 Mar 2004 13:01:49 -0000 1.2
+++ AbstractPipelineCallingCronJob.java 11 Mar 2004 15:38:31 -0000 1.3
@@ -34,8 +34,12 @@
* method which calls a Cocoon pipeline internally. It uses the
* <code>org.apache.cocoon.environment.background.BackgroundEnvironment</code>
* to avoid an external call.
+ * <p>
+ * Some enhancements have been made on the scheduler that make this class now
+ * useless as the regular sourceresolver mechanism can be used.
*
- * @author <a href="http://apache.org/~reinhard">Reinhard Poetz</a>
+ * @author <a href="http://apache.org/~reinhard">Reinhard Poetz</a>
+ * @deprecated Use the usual sourceresolver mechanism with a "cocoon://" URI
I think we can remove it complety as the cron block is marked as unstable.
--
Reinhard