You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ca...@apache.org on 2006/05/18 07:26:01 UTC

svn commit: r407459 - /logging/log4cxx/trunk/build.xml

Author: carnold
Date: Wed May 17 22:26:00 2006
New Revision: 407459

URL: http://svn.apache.org/viewvc?rev=407459&view=rev
Log:
LOGCXX-141: Change URLs for APR 1.2.2 and cppunit downloads

Modified:
    logging/log4cxx/trunk/build.xml

Modified: logging/log4cxx/trunk/build.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/build.xml?rev=407459&r1=407458&r2=407459&view=diff
==============================================================================
--- logging/log4cxx/trunk/build.xml (original)
+++ logging/log4cxx/trunk/build.xml Wed May 17 22:26:00 2006
@@ -54,10 +54,10 @@
 <property name="lib.type" value="shared"/>
 <property name="has.wchar_t" value="1"/>
 
-<property name="apache.mirror" value="http://apache.mirrors.pair.com"/>
-<property name="cppunit.mirror" value="http://unc.dl.sourceforge.net/sourceforge"/>
+<property name="apache.mirror" value="http://archive.apache.org/dist"/>
+<property name="cppunit.mirror" value="http://easynews.dl.sourceforge.net/sourceforge"/>
 
-<property name="apache.dist" value="http://www.apache.org/dist"/>
+<property name="apache.dist" value="http://archive.apache.org/dist"/>
 
 
 
@@ -77,6 +77,8 @@
 
 <taskdef resource="cpptasks.tasks"/>
 <typedef resource="cpptasks.types"/>
+
+
 
 <target name="usage" description="Describes usage of the build script">
         <echo>