Update of /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/lib/net/2.0
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv26914/2.0
Modified Files:
Quartz.dll Quartz.xml
Removed Files:
Nullables.dll Nullables.xml Quartz.pdb
Log Message:
Updated to Quartz.NET latest trunk version, fixed compilation problems and set initial project layout
Index: Quartz.dll
===================================================================
RCS file: /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/lib/net/2.0/Quartz.dll,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsXPNwYg and /tmp/cvsG0e8Ig differ
--- Nullables.xml DELETED ---
--- Nullables.dll DELETED ---
Index: Quartz.xml
===================================================================
RCS file: /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/lib/net/2.0/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:05 -0000 1.1
--- Quartz.xml 11 Sep 2007 09:33:25 -0000 1.2
***************
*** 5,1987 ****
</assembly>
<members>
! <member name="T:Quartz.Impl.AdoJobStore.DBSemaphore">
! <summary>
! Base class for database based lock handlers for providing thread/resource locking
! in order to protect resources from being altered by multiple threads at the
! same time.
! </summary>
! </member>
! <member name="T:Quartz.Impl.AdoJobStore.StdAdoConstants">
[...24744 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>
--- Quartz.pdb DELETED ---
|