nicko       2004/05/28 14:42:51

  Modified:    .        build.cmd
               src      AssemblyInfo.cs
  Log:
  Reinstated CLSCompiant attribute in Mono builds.
  Removed code from build.cmd that called %WINDIR%\monobasepath.bat if it 
exists.
  This was a hack to get early versions of mono to build but is no longer 
required.
  
  Revision  Changes    Path
  1.3       +0 -11     logging-log4net/build.cmd
  
  Index: build.cmd
  ===================================================================
  RCS file: /home/cvs/logging-log4net/build.cmd,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.cmd 21 May 2004 22:12:48 -0000      1.2
  +++ build.cmd 28 May 2004 21:42:51 -0000      1.3
  @@ -41,17 +41,6 @@
   
   ECHO BUILD_FILE is %BUILD_FILE%
   
  -REM TODO: Remove this old Mono stuff
  -REM Check for Mono old install, update path to include mono libs
  -IF EXIST %WINDIR%\monobasepath.bat (
  -     CALL %WINDIR%\monobasepath.bat
  -     
  -     REM Remove quotes from path
  -     SET CLEAN_MONO_BASEPATH=!MONO_BASEPATH:"=!
  -
  -     SET PATH="!CLEAN_MONO_BASEPATH!\bin\;!CLEAN_MONO_BASEPATH!\lib\;%path%"
  -)
  -REM End TODO
   
   IF "%1"=="package" GOTO Package
   
  
  
  
  1.4       +0 -4      logging-log4net/src/AssemblyInfo.cs
  
  Index: AssemblyInfo.cs
  ===================================================================
  RCS file: /home/cvs/logging-log4net/src/AssemblyInfo.cs,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AssemblyInfo.cs   21 May 2004 22:15:32 -0000      1.3
  +++ AssemblyInfo.cs   28 May 2004 21:42:51 -0000      1.4
  @@ -26,14 +26,10 @@
   [assembly: System.Runtime.InteropServices.ComVisible(false)]
   #endif
   
  -// TODO: Reinstate CLS compliant attribute for mono
  -// MONO 1.0 Beta seems to have an issue with CLSCompliance
  -#if (!MONO)
   //
   // log4net is CLS compliant
   //
   [assembly: System.CLSCompliant(true)]
  -#endif
   
   #if (!NETCF)
   //
  
  
  

Reply via email to