You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by ca...@apache.org on 2007/08/31 07:28:08 UTC

svn commit: r571382 - in /logging/log4net/trunk: log4net.build pom.xml

Author: carnold
Date: Thu Aug 30 22:28:07 2007
New Revision: 571382

URL: http://svn.apache.org/viewvc?rev=571382&view=rev
Log:
Change from scp to file wagon to copy site to site checkout dir

Modified:
    logging/log4net/trunk/log4net.build
    logging/log4net/trunk/pom.xml

Modified: logging/log4net/trunk/log4net.build
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/log4net.build?rev=571382&r1=571381&r2=571382&view=diff
==============================================================================
--- logging/log4net/trunk/log4net.build (original)
+++ logging/log4net/trunk/log4net.build Thu Aug 30 22:28:07 2007
@@ -23,7 +23,7 @@
 
   <property name="svnrepo.url" value="https://svn.apache.org/repos/asf"/>
   <property name="svnsite.url" value="${svnrepo.url}/logging/site/trunk/docs/log4net"/>
-  <property name="deploy.dir" value="/cygwin/tmp/log4net-deploy"/>
+  <property name="deploy.dir" value="/tmp/log4net-deploy"/>
 
 
   <!-- Include log4net helpers -->

Modified: logging/log4net/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/pom.xml?rev=571382&r1=571381&r2=571382&view=diff
==============================================================================
--- logging/log4net/trunk/pom.xml (original)
+++ logging/log4net/trunk/pom.xml Thu Aug 30 22:28:07 2007
@@ -123,7 +123,7 @@
             <configuration>
                 <tasks>
                    <!-- exec executable="nant">
-                    <arg value="-D:current.sdkdoc.dir=target/site/apidocs"/>
+                    <arg value="-D:current.sdkdoc.dir=target/site/release/sdkdoc"/>
                     <arg value="generate-sdkdoc"/>
                    </exec -->
                    <taskdef name="replaceregexp" classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />                
@@ -236,7 +236,7 @@
  <distributionManagement>
     <site>
       <id>logging.site</id>
-      <url>scp://localhost/tmp/log4net-deploy</url>
+      <url>file:///tmp/log4net-deploy</url>
     </site>
   </distributionManagement> 
 </project>