You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/02/13 17:43:05 UTC

svn commit: r153640 - in lenya/trunk: lib/quartz-scheduler.jar src/cocoon/local.blocks.properties src/webapp/lenya/content/scheduler/screen.xsp

Author: gregor
Date: Sun Feb 13 08:43:04 2005
New Revision: 153640

URL: http://svn.apache.org/viewcvs?view=rev&rev=153640
Log:
Started to use the (much more recent) Quartz from the Cocoon cron block in lieu of the library we shipped before. Our version did not implement methods that some of our code was expecting. Also fixed the scheduler XSP to get past compilation errors.

Removed:
    lenya/trunk/lib/quartz-scheduler.jar
Modified:
    lenya/trunk/src/cocoon/local.blocks.properties
    lenya/trunk/src/webapp/lenya/content/scheduler/screen.xsp

Modified: lenya/trunk/src/cocoon/local.blocks.properties
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/cocoon/local.blocks.properties?view=diff&r1=153639&r2=153640
==============================================================================
--- lenya/trunk/src/cocoon/local.blocks.properties (original)
+++ lenya/trunk/src/cocoon/local.blocks.properties Sun Feb 13 08:43:04 2005
@@ -109,7 +109,7 @@
 #-----[dependency]: "axis" is needed by "scratchpad".
 include.block.axis=false
 #-----[dependency]: "cron" is needed by "scratchpad".
-include.block.cron=false
+include.block.cron=true
 #include.block.deli=false
 #-----[dependency]: "eventcache" depends on "jms", "xsp" (for samples).
 #-----[dependency]: "eventcache" is needed by "repository", "scratchpad".

Modified: lenya/trunk/src/webapp/lenya/content/scheduler/screen.xsp
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/content/scheduler/screen.xsp?view=diff&r1=153639&r2=153640
==============================================================================
--- lenya/trunk/src/webapp/lenya/content/scheduler/screen.xsp (original)
+++ lenya/trunk/src/webapp/lenya/content/scheduler/screen.xsp Sun Feb 13 08:43:04 2005
@@ -38,7 +38,7 @@
     <xsp:include>org.apache.lenya.cms.publication.util.DocumentReferencesHelper</xsp:include>
     <xsp:include>org.apache.lenya.cms.workflow.CMSVersion</xsp:include>
     <xsp:include>org.apache.lenya.cms.workflow.WorkflowFactory</xsp:include>
-    <xsp:include>org.apache.lenya.workflow.impl.History</xsp:include>
+    <xsp:include>org.apache.lenya.workflow.impl.HistoryImpl</xsp:include>
     <xsp:include>org.apache.lenya.workflow.impl.Version</xsp:include>
   </xsp:structure>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org