Update of /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/test/Spring/Spring.Scheduling.Quartz.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv24781
Modified Files:
Spring.Scheduling.Quartz.Tests.2003.csproj
Spring.Scheduling.Quartz.Tests.2005.csproj
Added Files:
App.config
Log Message:
Upgraded to Quartz 0.9
Index: Spring.Scheduling.Quartz.Tests.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/test/Spring/Spring.Scheduling.Quartz.Tests/Spring.Scheduling.Quartz.Tests.2003.csproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Spring.Scheduling.Quartz.Tests.2003.csproj 12 Sep 2007 18:39:34 -0000 1.3
--- Spring.Scheduling.Quartz.Tests.2003.csproj 1 Dec 2007 20:37:21 -0000 1.4
***************
*** 115,118 ****
--- 115,122 ----
<Include>
<File
+ RelPath = "App.config"
+ BuildAction = "None"
+ />
+ <File
RelPath = "Scheduling\Quartz\AdaptableJobFactoryTest.cs"
SubType = "Code"
--- NEW FILE: App.config ---
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Common.Logging" culture="" publicKeyToken="af08829b84f0328e"/>
<bindingRedirect oldVersion="1.1.0.0" newVersion="1.2.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Index: Spring.Scheduling.Quartz.Tests.2005.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/test/Spring/Spring.Scheduling.Quartz.Tests/Spring.Scheduling.Quartz.Tests.2005.csproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Spring.Scheduling.Quartz.Tests.2005.csproj 12 Sep 2007 18:39:34 -0000 1.3
--- Spring.Scheduling.Quartz.Tests.2005.csproj 1 Dec 2007 20:37:21 -0000 1.4
***************
*** 67,70 ****
--- 67,73 ----
<Compile Include="Scheduling\Quartz\MethodInvokingJobTest.cs" />
</ItemGroup>
+ <ItemGroup>
+ <None Include="App.config" />
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|