Update of /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/src/Spring/Spring.Scheduling.Quartz
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv27174
Modified Files:
Spring.Scheduling.Quartz.2003.csproj
Spring.Scheduling.Quartz.2005.csproj
Removed Files:
Spring.Scheduling.Quartz.2005.csproj.user
Log Message:
Updated to Quartz.NET latest trunk version, fixed compilation problems and set initial project layout
Index: Spring.Scheduling.Quartz.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/src/Spring/Spring.Scheduling.Quartz/Spring.Scheduling.Quartz.2003.csproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Spring.Scheduling.Quartz.2003.csproj 10 Sep 2007 21:34:10 -0000 1.1
--- Spring.Scheduling.Quartz.2003.csproj 11 Sep 2007 09:33:50 -0000 1.2
***************
*** 2,6 ****
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{0C0D8C65-90DE-4914-9940-4C684C54971B}"
--- 2,6 ----
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.6030"
SchemaVersion = "2.0"
ProjectGuid = "{0C0D8C65-90DE-4914-9940-4C684C54971B}"
***************
*** 80,87 ****
HintPath = "..\..\..\lib\net\1.1\Common.Logging.dll"
/>
</References>
</Build>
<Files>
! <Include/>
</Files>
</CSHARP>
--- 80,203 ----
HintPath = "..\..\..\lib\net\1.1\Common.Logging.dll"
/>
+ <Reference
+ Name = "Quartz"
+ AssemblyName = "Quartz"
+ HintPath = "..\..\..\lib\net\1.1\Quartz.dll"
+ />
+ <Reference
+ Name = "Nullables"
+ AssemblyName = "Nullables"
+ HintPath = "..\..\..\lib\net\1.1\Nullables.dll"
+ />
</References>
</Build>
<Files>
! <Include>
! <File
! RelPath = "Scheduling\Quartz\AdaptableJobFactory.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Scheduling\Quartz\CronTriggerObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Scheduling\Quartz\DelegatingJob.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Scheduling\Quartz\IJobDetailAwareTrigger.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Scheduling\Quartz\ISchedulerContextAware.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Scheduling\Quartz\ISchedulingTaskExecutor.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Scheduling\Quartz\ITaskExecutor.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Scheduling\Quartz\JobDetailObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Scheduling\Quartz\LocalTaskExecutorThreadPool.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Scheduling\Quartz\MethodInvokingJob.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Scheduling\Quartz\MethodInvokingJobDetailFactoryObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Scheduling\Quartz\MethodInvokingRunnable.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Scheduling\Quartz\QuartzJobObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Scheduling\Quartz\ResourceJobSchedulingDataProcessor.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Scheduling\Quartz\SchedulerFactoryObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Scheduling\Quartz\SchedulingException.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Scheduling\Quartz\SimpleThreadPoolTaskExecutor.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Scheduling\Quartz\SimpleTriggerObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Scheduling\Quartz\SpringObjectJobFactory.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Scheduling\Quartz\StatefulMethodInvokingJob.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Scheduling\Quartz\TaskRejectedException.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! </Include>
</Files>
</CSHARP>
Index: Spring.Scheduling.Quartz.2005.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/src/Spring/Spring.Scheduling.Quartz/Spring.Scheduling.Quartz.2005.csproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Spring.Scheduling.Quartz.2005.csproj 10 Sep 2007 21:34:10 -0000 1.1
--- Spring.Scheduling.Quartz.2005.csproj 11 Sep 2007 09:33:50 -0000 1.2
***************
*** 34,41 ****
<HintPath>..\..\..\lib\net\2.0\Common.Logging.dll</HintPath>
</Reference>
- <Reference Include="Nullables, Version=1.0.2.0, Culture=neutral, PublicKeyToken=154fdcb44c4484fc">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\lib\net\2.0\Nullables.dll</HintPath>
- </Reference>
<Reference Include="Quartz, Version=0.6.0.21049, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
--- 34,37 ----
***************
*** 59,63 ****
<Compile Include="Scheduling\Quartz\LocalTaskExecutorThreadPool.cs" />
<Compile Include="Scheduling\Quartz\MethodInvokingJob.cs" />
- <Compile Include="Scheduling\Quartz\MethodInvokingJobDetailFactoryBean.cs" />
<Compile Include="Scheduling\Quartz\MethodInvokingJobDetailFactoryObject.cs" />
<Compile Include="Scheduling\Quartz\MethodInvokingRunnable.cs" />
--- 55,58 ----
--- Spring.Scheduling.Quartz.2005.csproj.user DELETED ---
|