#At file:///D:/Work/MySQL/installer/ based on revid:mike.lischke@stripped
396 Mike Lischke 2011-03-30
Removed reference to LINQ where not needed.
modified:
ManifestUpdater/ProductCatalog.cs
ManifestUpdater/ProductManifest.cs
WexInstallerUpdater/MainForm.cs
WexInstallerUpdater/MirroredWebClient.cs
WexInstallerUpdater/MirrorsXML.cs
WexInstallerUpdater/ProductManifest.cs
WexInstallerUpdater/Program.cs
=== modified file 'ManifestUpdater/ProductCatalog.cs'
=== modified file 'ManifestUpdater/ProductCatalog.cs'
--- a/ManifestUpdater/ProductCatalog.cs 2011-03-25 17:32:28 +0000
+++ b/ManifestUpdater/ProductCatalog.cs 2011-03-30 15:56:09 +0000
@@ -5,10 +5,6 @@
using System.Runtime.Serialization;
using System.ComponentModel;
-#if LINQ
-using System.Linq;
-#endif
-
namespace WexInstaller.Core
{
public class ProductCatalog
=== modified file 'ManifestUpdater/ProductManifest.cs'
--- a/ManifestUpdater/ProductManifest.cs 2011-03-25 17:32:28 +0000
+++ b/ManifestUpdater/ProductManifest.cs 2011-03-30 15:56:09 +0000
@@ -6,10 +6,6 @@
using System.ComponentModel;
using System.Security.Cryptography;
-#if LINQ
-using System.Linq;
-#endif
-
namespace WexInstaller.Core
{
public sealed class ProductManifest
=== modified file 'WexInstallerUpdater/MainForm.cs'
--- a/WexInstallerUpdater/MainForm.cs 2011-03-30 15:08:55 +0000
+++ b/WexInstallerUpdater/MainForm.cs 2011-03-30 15:56:09 +0000
@@ -13,10 +13,6 @@
using WexInstaller.Core;
using System.Security.Cryptography;
-#if LINQ
-using System.Linq;
-#endif
-
namespace WexInstallerUpdater
{
public partial class MainForm : Form
=== modified file 'WexInstallerUpdater/MirroredWebClient.cs'
--- a/WexInstallerUpdater/MirroredWebClient.cs 2011-03-24 14:35:58 +0000
+++ b/WexInstallerUpdater/MirroredWebClient.cs 2011-03-30 15:56:09 +0000
@@ -7,10 +7,6 @@
using WexInstaller;
using System.ComponentModel;
-#if LINQ
-using System.Linq;
-#endif
-
namespace WexInstallerUpdater
{
class MirroredWebClient
=== modified file 'WexInstallerUpdater/MirrorsXML.cs'
--- a/WexInstallerUpdater/MirrorsXML.cs 2011-03-24 14:35:58 +0000
+++ b/WexInstallerUpdater/MirrorsXML.cs 2011-03-30 15:56:09 +0000
@@ -3,10 +3,6 @@
using System.Text;
using System.Xml.Serialization;
-#if LINQ
-using System.Linq;
-#endif
-
namespace WexInstaller
{
public class request
=== modified file 'WexInstallerUpdater/ProductManifest.cs'
--- a/WexInstallerUpdater/ProductManifest.cs 2011-03-24 14:35:58 +0000
+++ b/WexInstallerUpdater/ProductManifest.cs 2011-03-30 15:56:09 +0000
@@ -4,10 +4,6 @@
using System.Xml.Serialization;
using System.IO;
-#if LINQ
-using System.Linq;
-#endif
-
namespace WexInstaller.Core
{
public sealed class ProductManifest
=== modified file 'WexInstallerUpdater/Program.cs'
--- a/WexInstallerUpdater/Program.cs 2011-03-24 14:35:58 +0000
+++ b/WexInstallerUpdater/Program.cs 2011-03-30 15:56:09 +0000
@@ -2,10 +2,6 @@
using System.Collections.Generic;
using System.Windows.Forms;
-#if LINQ
-using System.Linq;
-#endif
-
namespace WexInstallerUpdater
{
static class Program
Attachment: [text/bzr-bundle] bzr/mike.lischke@oracle.com-20110330155609-xd6f384u2g17cgkd.bundle
| Thread |
|---|
| • bzr commit into wex-installer-1.0 branch (mike.lischke:396) | Mike Lischke | 30 Mar |