Update of /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv24084
Added Files:
.cvsignore Spring.Scheduling.Quartz.2003.sln
Spring.Scheduling.Quartz.2005.sln
Spring.Scheduling.Quartz.build
Log Message:
add initial quartrz integration support from Marko Lahma
--- NEW FILE: Spring.Scheduling.Quartz.build ---
<?xml version="1.0" ?>
<project name="Spring.Scheduling.Quartz" default="compile-all">
<!-- global project settings -->
<property name="project.name" value="Spring.Scheduling.Quartz"/>
<property name="spring.basedir" value="${project::get-base-directory()}"/>
<!-- debug or release -->
<property name="project.build.config" value="debug"/>
<property name="project.build.package" value="false"/>
<property name="package.version" value="1.0.0" unless="${property::exists('project.version')}"/>
<property name="build-examples" value="false"/>
<property name="build-tests" value="true"/>
<property name="build-integration-tests" value="true"/>
<!-- Include spring helpers -->
<include buildfile="${spring.basedir}/../../common/nant/Spring.include"/>
<!-- Include main build targets -->
<include buildfile="${spring.basedir}/../../common/nant/Spring.build"/>
</project>
--- NEW FILE: .cvsignore ---
build*
*.suo
.project
tmp
*.damn
report
CloverBuild
conflicts.bat
Spring.Net.PrivateKey.keys
shell.cmd
setenv.bat
conficts.bat
*.resharperoptions
predoc.nant
Spring.Net.Private.Keys.snk
Spring.Net.snk
Spring.NET.snk
stress.bat
ntextdox.exe
CVS-update.txt
setenv.cmd
*ReSharper*
*resharper*
html.bat
CommonAssemblyInfo.cs
--- NEW FILE: Spring.Scheduling.Quartz.2005.sln ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: Spring.Scheduling.Quartz.2003.sln ---
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Scheduling.Quartz.2003", "src\Spring\Spring.Scheduling.Quartz\Spring.Scheduling.Quartz.2003.csproj", "{0C0D8C65-90DE-4914-9940-4C684C54971B}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Scheduling.Quartz.Integration.Tests.2003", "test\Spring\Spring.Scheduling.Quartz.Integration.Tests\Spring.Scheduling.Quartz.Integration.Tests.2003.csproj", "{53113671-50DC-4928-A642-0B4373BEF3A0}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Scheduling.Quartz.Tests.2003", "test\Spring\Spring.Scheduling.Quartz.Tests\Spring.Scheduling.Quartz.Tests.2003.csproj", "{ED644EA8-B6AE-457C-BF32-516DAE541FAC}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{0C0D8C65-90DE-4914-9940-4C684C54971B}.Debug.ActiveCfg = Debug|.NET
{0C0D8C65-90DE-4914-9940-4C684C54971B}.Debug.Build.0 = Debug|.NET
{0C0D8C65-90DE-4914-9940-4C684C54971B}.Release.ActiveCfg = Release|.NET
{0C0D8C65-90DE-4914-9940-4C684C54971B}.Release.Build.0 = Release|.NET
{53113671-50DC-4928-A642-0B4373BEF3A0}.Debug.ActiveCfg = Debug|.NET
{53113671-50DC-4928-A642-0B4373BEF3A0}.Debug.Build.0 = Debug|.NET
{53113671-50DC-4928-A642-0B4373BEF3A0}.Release.ActiveCfg = Release|.NET
{53113671-50DC-4928-A642-0B4373BEF3A0}.Release.Build.0 = Release|.NET
{ED644EA8-B6AE-457C-BF32-516DAE541FAC}.Debug.ActiveCfg = Debug|.NET
{ED644EA8-B6AE-457C-BF32-516DAE541FAC}.Debug.Build.0 = Debug|.NET
{ED644EA8-B6AE-457C-BF32-516DAE541FAC}.Release.ActiveCfg = Release|.NET
{ED644EA8-B6AE-457C-BF32-516DAE541FAC}.Release.Build.0 = Release|.NET
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
|