You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by xa...@apache.org on 2007/10/15 13:49:51 UTC

svn commit: r584789 - /incubator/ivy/site/build.xml

Author: xavier
Date: Mon Oct 15 06:49:51 2007
New Revision: 584789

URL: http://svn.apache.org/viewvc?rev=584789&view=rev
Log:
move site publication to ant.apache.org

Modified:
    incubator/ivy/site/build.xml

Modified: incubator/ivy/site/build.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/site/build.xml?rev=584789&r1=584788&r2=584789&view=diff
==============================================================================
--- incubator/ivy/site/build.xml (original)
+++ incubator/ivy/site/build.xml Mon Oct 15 06:49:51 2007
@@ -64,7 +64,7 @@
 		
         <antcall target="generate-site" />
         
-		<scp todir="${username}:${password}@${host.name}:/www/incubator.apache.org/ivy/" 
+		<scp todir="${username}:${password}@${host.name}:/www/ant.apache.org/ivy/" 
 			 trust="true" verbose="true" sftp="true">
 		    <fileset dir="${target.dir}"/>
 		</scp>