You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by je...@apache.org on 2006/04/20 17:06:46 UTC

svn commit: r395613 - /xmlgraphics/site/publish.xml

Author: jeremias
Date: Thu Apr 20 08:06:43 2006
New Revision: 395613

URL: http://svn.apache.org/viewcvs?rev=395613&view=rev
Log:
Cleanup

Modified:
    xmlgraphics/site/publish.xml

Modified: xmlgraphics/site/publish.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/publish.xml?rev=395613&r1=395612&r2=395613&view=diff
==============================================================================
--- xmlgraphics/site/publish.xml (original)
+++ xmlgraphics/site/publish.xml Thu Apr 20 08:06:43 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2005 The Apache Software Foundation
+  Copyright 2005-2006 The Apache Software Foundation
 
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
 <!--
 This is the publishing file for ForrestBot.
 
-Running "ant -f publish.xml" will build the XML Graphics site and deploy it using SCP on xmlgraphics.apache.org.
+Running "ant -f publish.xml" will build the XML Graphics site and deploy it using SVN on xmlgraphics.apache.org.
 
 $Id$
 -->
@@ -30,23 +30,9 @@
   <!--property name="getsrc.svn.url" value="http://svn.apache.org/repos/asf/xmlgraphics/site"/-->
   <target name="getsrc" depends="getsrc.clean-workdir, getsrc.local"/>
   
-  <!-- create this secret file to be an ant project (not stored in CVS or SVN)
-    that sets deploy.scp.user and deploy.scp.keyfile properties.
-    See forrest/etc/publishing_our_site.txt
-
-    Here's an example of such a file (place it one directory above the checkout directory):
-    <project>
-      <property name="deploy.scp.user" value="johndoe"/>
-      <property name="deploy.scp.keyfile" value="/path/to/my/private/key"/>
-    </project>
-   -->
   <import file="../deploy.svn.settings" optional="true"/>
 
-  <!-- CL (TEMP SVN TARGET)  -->
   <property name="deploy.svn.url" value="https://svn.apache.org/repos/asf/xmlgraphics/site/deploy/"/>
-  <!-- CL (REAL SVN TARGET)
-  <property name="deploy.svn.url" value="https://svn.apache.org/repos/asf/xmlgraphics/site"/>
-  -->
   <target name="deploy" depends="deploy.svn"/>
 
   <property environment="env"/>



---------------------------------------------------------------------
Apache XML Graphics Project URL: http://xmlgraphics.apache.org/
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org