Update of /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/lib/net/1.1
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv26914/1.1
Modified Files:
Quartz.dll Quartz.xml
Log Message:
Updated to Quartz.NET latest trunk version, fixed compilation problems and set initial project layout
Index: Quartz.xml
===================================================================
RCS file: /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/lib/net/1.1/Quartz.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Quartz.xml 10 Sep 2007 21:33:04 -0000 1.1
--- Quartz.xml 11 Sep 2007 09:33:25 -0000 1.2
***************
*** 5,134 ****
</assembly>
<members>
! <member name="T:Quartz.Impl.Calendar.BaseCalendar">
<summary>
! This implementation of the Calendar may be used (you don't have to) as a
! base class for more sophisticated one's. It merely implements the base
! functionality required by each Calendar.
</summary>
<remarks>
! Regarded as base functionality is the treatment of base calendars. Base
[...25020 lines suppressed...]
</member>
! <member name="T:Quartz.UnableToInterruptJobException">
<summary>
! An exception that is thrown to indicate that a call to
! <see cref="M:Quartz.IInterruptableJob.Interrupt"/> failed without interrupting the Job.
</summary>
! <seealso cref="T:Quartz.IInterruptableJob"/>
! <author>James House</author>
</member>
! <member name="M:Quartz.UnableToInterruptJobException.#ctor(System.String)">
<summary>
! Create a <see cref="T:Quartz.UnableToInterruptJobException"/> with the given message.
</summary>
</member>
! <member name="M:Quartz.UnableToInterruptJobException.#ctor(System.Exception)">
<summary>
! Create a <see cref="T:Quartz.UnableToInterruptJobException"/> with the given cause.
</summary>
</member>
</members>
Index: Quartz.dll
===================================================================
RCS file: /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/lib/net/1.1/Quartz.dll,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsVlKpmq and /tmp/cvss4WJWz differ
|