Skip to content

Commit

Permalink
Merging with Jaap De Haan.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhommel committed Jan 9, 2012
2 parents 01c72df + 26034d4 commit ec16481
Show file tree
Hide file tree
Showing 28 changed files with 781 additions and 945 deletions.
38 changes: 19 additions & 19 deletions project/CommonAssemblyInfo.cs
@@ -1,19 +1,19 @@
using System.Reflection;

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.239
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

[assembly: AssemblyCompanyAttribute("ThoughtWorks Inc.")]
[assembly: AssemblyProductAttribute("CruiseControl.NET")]
[assembly: AssemblyCopyrightAttribute("Copyright © 2003 - 2011 ThoughtWorks Inc.")]
[assembly: AssemblyTrademarkAttribute("")]
[assembly: AssemblyVersionAttribute("0.0.0.0")]
[assembly: AssemblyFileVersionAttribute("0.0.0.0")]

using System.Reflection;

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.239
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

[assembly: AssemblyCompanyAttribute("ThoughtWorks Inc.")]
[assembly: AssemblyProductAttribute("CruiseControl.NET")]
[assembly: AssemblyCopyrightAttribute("Copyright © 2003 - 2012 ThoughtWorks Inc.")]
[assembly: AssemblyTrademarkAttribute("")]
[assembly: AssemblyVersionAttribute("0.0.0.0")]
[assembly: AssemblyFileVersionAttribute("0.0.0.0")]
489 changes: 266 additions & 223 deletions project/Remote/Communications.csproj

Large diffs are not rendered by default.

79 changes: 0 additions & 79 deletions project/Remote/PermissionDeniedException.cs

This file was deleted.

4 changes: 1 addition & 3 deletions project/Remote/QueueSetSnapshot.cs
@@ -1,4 +1,4 @@
using System;
using System;
using System.Xml.Serialization;
using System.Collections.Generic;
using System.Runtime.Serialization;
Expand All @@ -14,8 +14,6 @@ namespace ThoughtWorks.CruiseControl.Remote
public class QueueSetSnapshot
{
private List<QueueSnapshot> snapshots = new List<QueueSnapshot>();
// Required for 1.4.4 or earlier compatibility
private QueueSnapshotList queueSnapshots = null;

/// <summary>
/// Initializes a new instance of the <see cref="QueueSetSnapshot"/> class.
Expand Down
4 changes: 1 addition & 3 deletions project/Remote/QueueSnapshot.cs
@@ -1,4 +1,4 @@


using System;
using System.Xml.Serialization;
using System.Collections.Generic;
Expand All @@ -15,8 +15,6 @@ public class QueueSnapshot
{
private string queueName;
private List<QueuedRequestSnapshot> queueRequests = new List<QueuedRequestSnapshot>();
// Required for 1.4.4 or earlier compatibility
private QueuedRequestSnapshotList _requests;

/// <summary>
/// Initialise a new blank <see cref="QueueSnapshot"/>.
Expand Down
43 changes: 0 additions & 43 deletions project/Remote/QueueSnapshotList.cs

This file was deleted.

43 changes: 0 additions & 43 deletions project/Remote/QueuedRequestSnapshotList.cs

This file was deleted.

0 comments on commit ec16481

Please sign in to comment.