Repository: logging-log4net
Updated Branches:
  refs/heads/origin/trunk [created] fecc9fb7d


Renamed CORE build to CLI_1_0



Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/cbbfe6c5
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/cbbfe6c5
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/cbbfe6c5

Branch: refs/heads/origin/trunk
Commit: cbbfe6c571d777d7c7dd9cd6b2e91e84fff569a2
Parents: cb1c09f
Author: Nicko Cadell <ni...@apache.org>
Authored: Mon Feb 14 03:14:52 2005 +0000
Committer: Nicko Cadell <ni...@apache.org>
Committed: Mon Feb 14 03:14:52 2005 +0000

----------------------------------------------------------------------
 src/Appender/ColoredConsoleAppender.cs    | 7 +++----
 src/Appender/EventLogAppender.cs          | 7 +++----
 src/Appender/NetSendAppender.cs           | 7 +++----
 src/Appender/OutputDebugStringAppender.cs | 7 +++----
 src/AssemblyInfo.cs                       | 6 +++++-
 src/Util/NativeError.cs                   | 7 +++----
 src/Util/WindowsSecurityContext.cs        | 6 +++---
 7 files changed, 23 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/cbbfe6c5/src/Appender/ColoredConsoleAppender.cs
----------------------------------------------------------------------
diff --git a/src/Appender/ColoredConsoleAppender.cs 
b/src/Appender/ColoredConsoleAppender.cs
index 5d747f6..658b62d 100755
--- a/src/Appender/ColoredConsoleAppender.cs
+++ b/src/Appender/ColoredConsoleAppender.cs
@@ -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 @@ namespace log4net.Appender
        }
 }
 
-#endif // !CORE
+#endif // !CLI_1_0
 #endif // !SSCLI
 #endif // !MONO
 #endif // !NETCF

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/cbbfe6c5/src/Appender/EventLogAppender.cs
----------------------------------------------------------------------
diff --git a/src/Appender/EventLogAppender.cs b/src/Appender/EventLogAppender.cs
index c4884a4..9274bf2 100755
--- a/src/Appender/EventLogAppender.cs
+++ b/src/Appender/EventLogAppender.cs
@@ -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 @@ namespace log4net.Appender
        }
 }
 
-#endif // !CORE
+#endif // !CLI_1_0
 #endif // !SSCLI
 #endif // !MONO
 #endif // !NETCF
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/cbbfe6c5/src/Appender/NetSendAppender.cs
----------------------------------------------------------------------
diff --git a/src/Appender/NetSendAppender.cs b/src/Appender/NetSendAppender.cs
index b2298b1..3e505e5 100755
--- a/src/Appender/NetSendAppender.cs
+++ b/src/Appender/NetSendAppender.cs
@@ -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 @@ namespace log4net.Appender
        }
 }
 
-#endif // !CORE
+#endif // !CLI_1_0
 #endif // !SSCLI
 #endif // !MONO
 #endif // !NETCF
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/cbbfe6c5/src/Appender/OutputDebugStringAppender.cs
----------------------------------------------------------------------
diff --git a/src/Appender/OutputDebugStringAppender.cs 
b/src/Appender/OutputDebugStringAppender.cs
index e6ecd30..bb550ef 100755
--- a/src/Appender/OutputDebugStringAppender.cs
+++ b/src/Appender/OutputDebugStringAppender.cs
@@ -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 @@ namespace log4net.Appender
        }
 }
 
-#endif // !CORE
+#endif // !CLI_1_0
 #endif // !SSCLI
 #endif // !MONO

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/cbbfe6c5/src/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/src/AssemblyInfo.cs b/src/AssemblyInfo.cs
index 9d3f534..7552fcb 100755
--- a/src/AssemblyInfo.cs
+++ b/src/AssemblyInfo.cs
@@ -44,7 +44,9 @@ using System.Runtime.CompilerServices;
 // associated with an assembly.
 //
 
-#if (NET_1_0)
+#if (CLI_1_0)
+[assembly: AssemblyTitle("log4net for CLI 1.0 Compatible Frameworks")]
+#elif (NET_1_0)
 [assembly: AssemblyTitle("log4net for .NET Framework 1.0")]
 #elif (NET_1_1)
 [assembly: AssemblyTitle("log4net for .NET Framework 1.1")]
@@ -54,6 +56,8 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyTitle("log4net for Mono 1.0")]
 #elif (SSCLI_1_0)
 [assembly: AssemblyTitle("log4net for Shared Source CLI 1.0")]
+#elif (CLI_1_0)
+[assembly: AssemblyTitle("log4net for CLI Compatible Frameworks")]
 #elif (NET)
 [assembly: AssemblyTitle("log4net for .NET Framework")]
 #elif (NETCF)

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/cbbfe6c5/src/Util/NativeError.cs
----------------------------------------------------------------------
diff --git a/src/Util/NativeError.cs b/src/Util/NativeError.cs
index c6af040..4a16239 100755
--- a/src/Util/NativeError.cs
+++ b/src/Util/NativeError.cs
@@ -20,9 +20,8 @@
 #if !MONO
 // SSCLI 1.0 has no support for Win32 Error APIs
 #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;
@@ -275,6 +274,6 @@ namespace log4net.Util
        }
 }
 
-#endif // !CORE
+#endif // !CLI_1_0
 #endif // !SSCLI
 #endif // !MONO

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/cbbfe6c5/src/Util/WindowsSecurityContext.cs
----------------------------------------------------------------------
diff --git a/src/Util/WindowsSecurityContext.cs 
b/src/Util/WindowsSecurityContext.cs
index d44491e..6688742 100755
--- a/src/Util/WindowsSecurityContext.cs
+++ b/src/Util/WindowsSecurityContext.cs
@@ -22,8 +22,8 @@
 #if !MONO
 // SSCLI 1.0 has no support for Win32 Logon APIs
 #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.Runtime.InteropServices;
@@ -375,7 +375,7 @@ namespace log4net.Util
        }
 }
 
-#endif // !CORE
+#endif // !CLI_1_0
 #endif // !SSCLI
 #endif // !MONO
 #endif // !NETCF

Reply via email to