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/log4
net.build?rev=571382&r1=571381&r2=571382&view=di
ff
============================================================
==================
--- 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://s
vn.apache.org/repos/asf"/>
<property name="svnsite.url"
value="${svnrepo.url}/logging/site/trunk/docs/log4net&q
uot;/>
- <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: h
ttp://svn.apache.org/viewvc/logging/log4net/trunk/pom.xml?re
v=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.Repla
ceRegExp" />
 -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>
|