You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by jo...@apache.org on 2005/11/27 15:15:57 UTC

svn commit: r349235 - /gump/metadata/project/cocoon/module.xml

Author: joerg
Date: Sun Nov 27 06:15:52 2005
New Revision: 349235

URL: http://svn.apache.org/viewcvs?rev=349235&view=rev
Log:
try cron block with "packaged-quartz" as Quartz itself has changed in an incompatible way

Modified:
    gump/metadata/project/cocoon/module.xml

Modified: gump/metadata/project/cocoon/module.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/cocoon/module.xml?rev=349235&r1=349234&r2=349235&view=diff
==============================================================================
--- gump/metadata/project/cocoon/module.xml (original)
+++ gump/metadata/project/cocoon/module.xml Sun Nov 27 06:15:52 2005
@@ -1185,7 +1185,7 @@
     </ant>
 
     <depend project="cocoon" inherit="all"/>
-    <depend project="quartz"/>
+    <depend project="packaged-quartz"/>
     <depend project="excalibur-datasource"/>
     <depend project="cocoon-block-template" type="samples"/>
 
@@ -1756,6 +1756,12 @@
     <home nested="lib/optional"/>
     <jar name="nekodtd-0.1.11.jar"/>
   </project>  
+
+  <!-- Quartz HEAD has changed in an incompatible way -->
+  <project name="packaged-quartz">
+    <home nested="lib/optional"/>
+    <jar name="quartz-1.5.0.jar"/>
+  </project>
 
   <!-- jmock doesn't compile against JUnit or ASM HEAD -->
   <project name="packaged-jmock">