Repository: logging-log4cxx
Updated Branches:
  refs/heads/master e31883796 -> 285f36f69


[maven-release-plugin]  copy for tag v0_10_0-rc8


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

Branch: refs/heads/master
Commit: 72ba3946466254762422c5aa906ecf667cc5a63b
Parents: 33d0114
Author: Curt Arnold <[email protected]>
Authored: Mon Mar 31 22:11:05 2008 +0000
Committer: Curt Arnold <[email protected]>
Committed: Mon Mar 31 22:11:05 2008 +0000

----------------------------------------------------------------------
 pom.xml                  | 8 ++++----
 src/test/cpp/logunit.cpp | 1 +
 2 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/72ba3946/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e58a7fc..a80875f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   <groupId>log4cxx</groupId>
   <artifactId>apache-log4cxx</artifactId>
   <packaging>pom</packaging>
-  <version>0.10.1-SNAPSHOT</version>
+  <version>0.10.0</version>
   <name>Apache log4cxx</name>
   <description>Logging framework for C++.</description>
   <url>http://logging.apache.org:80/log4cxx</url>
@@ -45,9 +45,9 @@
         </license>
 </licenses>
 <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4cxx/trunk</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4cxx/trunk</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/logging/log4cxx/trunk</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4cxx/tags/v0_10_0-rc8</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4cxx/tags/v0_10_0-rc8</developerConnection>
+        
<url>http://svn.apache.org/viewcvs.cgi/logging/log4cxx/tags/v0_10_0-rc8</url>
 </scm>
 <organization>
     <name>Apache Software Foundation</name>

http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/72ba3946/src/test/cpp/logunit.cpp
----------------------------------------------------------------------
diff --git a/src/test/cpp/logunit.cpp b/src/test/cpp/logunit.cpp
index 4719ed6..d5c52cc 100644
--- a/src/test/cpp/logunit.cpp
+++ b/src/test/cpp/logunit.cpp
@@ -23,6 +23,7 @@
 #include <apr_general.h>
 #include <algorithm>
 #include <stdlib.h>
+#include <locale.h>
 
 void initialize() {
     setlocale(LC_CTYPE, "");

Reply via email to