nicko 2005/02/13 19:09:12
Modified: src/Appender ColoredConsoleAppender.cs EventLogAppender.cs
NetSendAppender.cs OutputDebugStringAppender.cs
Log:
Renamed CORE build to CLI_1_0
Revision Changes Path
1.16 +3 -4 logging-log4net/src/Appender/ColoredConsoleAppender.cs
Index: ColoredConsoleAppender.cs
===================================================================
RCS file: /home/cvs/logging-log4net/src/Appender/ColoredConsoleAppender.cs,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ColoredConsoleAppender.cs 1 Feb 2005 20:20:37 -0000 1.15
+++ ColoredConsoleAppender.cs 14 Feb 2005 03:09:12 -0000 1.16
@@ -24,9 +24,8 @@
#if !MONO
// SSCLI 1.0 has no support for Win32 Console API's
#if !SSCLI
-// We don't want framework or platform specific code in the Core version of
-// log4net
-#if !CORE
+// We don't want framework or platform specific code in the CLI version of
log4net
+#if !CLI_1_0
using System;
using System.Globalization;
@@ -652,7 +651,7 @@
}
}
-#endif // !CORE
+#endif // !CLI_1_0
#endif // !SSCLI
#endif // !MONO
#endif // !NETCF
1.16 +3 -4 logging-log4net/src/Appender/EventLogAppender.cs
Index: EventLogAppender.cs
===================================================================
RCS file: /home/cvs/logging-log4net/src/Appender/EventLogAppender.cs,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- EventLogAppender.cs 7 Feb 2005 22:33:34 -0000 1.15
+++ EventLogAppender.cs 14 Feb 2005 03:09:12 -0000 1.16
@@ -24,9 +24,8 @@
#if !MONO
// SSCLI 1.0 has no support for EventLog
#if !SSCLI
-// We don't want framework or platform specific code in the Core version of
-// log4net
-#if !CORE
+// We don't want framework or platform specific code in the CLI version of
log4net
+#if !CLI_1_0
using System;
using System.Diagnostics;
@@ -493,7 +492,7 @@
}
}
-#endif // !CORE
+#endif // !CLI_1_0
#endif // !SSCLI
#endif // !MONO
#endif // !NETCF
\ No newline at end of file
1.10 +3 -4 logging-log4net/src/Appender/NetSendAppender.cs
Index: NetSendAppender.cs
===================================================================
RCS file: /home/cvs/logging-log4net/src/Appender/NetSendAppender.cs,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- NetSendAppender.cs 17 Jan 2005 20:18:41 -0000 1.9
+++ NetSendAppender.cs 14 Feb 2005 03:09:12 -0000 1.10
@@ -24,9 +24,8 @@
#if !MONO
// SSCLI 1.0 has no support for Win32 NetMessageBufferSend API
#if !SSCLI
-// We don't want framework or platform specific code in the Core version of
-// log4net
-#if !CORE
+// We don't want framework or platform specific code in the CLI version of
log4net
+#if !CLI_1_0
using System;
using System.Globalization;
@@ -415,7 +414,7 @@
}
}
-#endif // !CORE
+#endif // !CLI_1_0
#endif // !SSCLI
#endif // !MONO
#endif // !NETCF
\ No newline at end of file
1.7 +3 -4 logging-log4net/src/Appender/OutputDebugStringAppender.cs
Index: OutputDebugStringAppender.cs
===================================================================
RCS file:
/home/cvs/logging-log4net/src/Appender/OutputDebugStringAppender.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- OutputDebugStringAppender.cs 17 Jan 2005 20:18:41 -0000 1.6
+++ OutputDebugStringAppender.cs 14 Feb 2005 03:09:12 -0000 1.7
@@ -20,9 +20,8 @@
#if !MONO
// SSCLI 1.0 has no support for Win32 OutputDebugString API
#if !SSCLI
-// We don't want framework or platform specific code in the Core version of
-// log4net
-#if !CORE
+// We don't want framework or platform specific code in the CLI version of
log4net
+#if !CLI_1_0
using System.Runtime.InteropServices;
@@ -118,6 +117,6 @@
}
}
-#endif // !CORE
+#endif // !CLI_1_0
#endif // !SSCLI
#endif // !MONO