dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnetlib/System.Configuration.Install InstallUtil.c


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/System.Configuration.Install InstallUtil.cs, 1.2, 1.3
Date: Thu, 27 Nov 2003 23:02:07 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/System.Configuration.Install
In directory subversions:/tmp/cvs-serv5138/System.Configuration.Install

Modified Files:
        InstallUtil.cs 
Log Message:


"InstallUtil" should be in the "System.Configuration" namespace.


Index: InstallUtil.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System.Configuration.Install/InstallUtil.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** InstallUtil.cs      13 Aug 2003 01:21:41 -0000      1.2
--- InstallUtil.cs      27 Nov 2003 23:02:04 -0000      1.3
***************
*** 1,5 ****
  /*
   * InstallUtil.cs - Implementation of the
!  *        "System.Configuration.Install.InstallUtil" class.
   *
   * Copyright (C) 2003  Southern Storm Software, Pty Ltd.
--- 1,5 ----
  /*
   * InstallUtil.cs - Implementation of the
!  *        "System.Configuration.InstallUtil" class.
   *
   * Copyright (C) 2003  Southern Storm Software, Pty Ltd.
***************
*** 20,26 ****
   */
  
! namespace System.Configuration.Install
  {
  
  // This class implements the .NET assembly installation utility,
  // which is typically called "InstallUtil.exe".  We call it
--- 20,28 ----
   */
  
! namespace System.Configuration
  {
  
+ using System.Configuration.Install;
+ 
  // This class implements the .NET assembly installation utility,
  // which is typically called "InstallUtil.exe".  We call it
***************
*** 52,54 ****
  }; // class InstallUtil
  
! }; // namespace System.Configuration.Install
--- 54,56 ----
  }; // class InstallUtil
  
! }; // namespace System.Configuration





reply via email to

[Prev in Thread] Current Thread [Next in Thread]