Update of /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/lib/net/1.1
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv22467/1.1
Modified Files:
Common.Logging.dll Quartz.dll Quartz.xml
Log Message:
Upgraded to Quartz 0.9
Index: Quartz.xml
===================================================================
RCS file: /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/lib/net/1.1/Quartz.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Quartz.xml 12 Sep 2007 18:38:56 -0000 1.3
--- Quartz.xml 1 Dec 2007 20:31:41 -0000 1.4
***************
*** 361,364 ****
--- 361,369 ----
<returns></returns>
</member>
+ <member name="M:Quartz.Core.QuartzScheduler.#cctor">
+ <summary>
+ Initializes the <see cref="T:Quartz.Core.QuartzScheduler"/> class.
+ </summary>
+ </member>
<member name="M:Quartz.Core.QuartzScheduler.GetGlobalJobListener(System.String)">
<summary>
[...3010 lines suppressed...]
</summary>
! <param name="dateUtc">The date.</param>
<param name="secondBase">The second base.</param>
<returns></returns>
</member>
<member name="M:Quartz.TriggerUtils.ComputeFireTimes(Quartz.Trigger,Quartz.ICalendar,System.Int32)">
<summary>
***************
*** 16463,16467 ****
<param name="src">the original time-zone</param>
<param name="dest">the destination time-zone</param>
! <returns>the translated date</returns>
</member>
<member name="M:Quartz.TriggerUtils.GetOffset(System.DateTime,System.TimeZone)">
--- 16445,16449 ----
<param name="src">the original time-zone</param>
<param name="dest">the destination time-zone</param>
! <returns>the translated UTC date</returns>
</member>
<member name="M:Quartz.TriggerUtils.GetOffset(System.DateTime,System.TimeZone)">
Index: Quartz.dll
===================================================================
RCS file: /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/lib/net/1.1/Quartz.dll,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
Binary files /tmp/cvszJfAGo and /tmp/cvsW6QT4z differ
Index: Common.Logging.dll
===================================================================
RCS file: /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/lib/net/1.1/Common.Logging.dll,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsQXn0is and /tmp/cvsXnHcZD differ
|