[xwiki-notifications] r8166 - xwiki-platform/xwiki-applications/trunk/scheduler/src/main/resources/XWiki

vmassol (SVN) notifications at xwiki.org
Mon Mar 3 10:31:30 CET 2008


Author: vmassol
Date: 2008-03-03 10:31:29 +0100 (Mon, 03 Mar 2008)
New Revision: 8166

Modified:
   xwiki-platform/xwiki-applications/trunk/scheduler/src/main/resources/XWiki/SchedulerJobSheet
Log:
XASCH-18: Add cron syntax link when editing a job

* Make it open in a new window

Modified: xwiki-platform/xwiki-applications/trunk/scheduler/src/main/resources/XWiki/SchedulerJobSheet
===================================================================
--- xwiki-platform/xwiki-applications/trunk/scheduler/src/main/resources/XWiki/SchedulerJobSheet	2008-03-03 08:56:26 UTC (rev 8165)
+++ xwiki-platform/xwiki-applications/trunk/scheduler/src/main/resources/XWiki/SchedulerJobSheet	2008-03-03 09:31:29 UTC (rev 8166)
@@ -74,7 +74,7 @@
 #if($context.action=="inline")
 #info("The script is the code that will be executed when the job will be triggered by the scheduler. It should be written in the groovy language. XWiki api is available through the *xwiki* et *context* pre-defined variables.")
 
-#info("Below some example of valid cron expression, from the [official quartz scheduler documentation>http://www.opensymphony.com/quartz/api/org/quartz/CronExpression.html]:
+#info("Below some example of valid cron expression, from the [official quartz scheduler documentation>http://www.opensymphony.com/quartz/api/org/quartz/CronExpression.html>_blank]:
 {table}
 Cron expression|Meaning
 *{pre}0 15 10 * * ?{/pre}*|Fire at 10:15am every day



More information about the notifications mailing list