You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by ca...@apache.org on 2009/03/19 06:32:05 UTC

svn commit: r755840 - /xmlgraphics/batik/trunk/build.xml

Author: cam
Date: Thu Mar 19 05:32:05 2009
New Revision: 755840

URL: http://svn.apache.org/viewvc?rev=755840&view=rev
Log:
Add a reminder to 'svn up' on people.apache.org once documentation
publication has finished.

Modified:
    xmlgraphics/batik/trunk/build.xml

Modified: xmlgraphics/batik/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/build.xml?rev=755840&r1=755839&r2=755840&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/build.xml (original)
+++ xmlgraphics/batik/trunk/build.xml Thu Mar 19 05:32:05 2009
@@ -2155,6 +2155,11 @@
       <arg value="Automatic publish"/>
     </exec>
     <delete file="${forrest-build}/publish.toadd}"/>
+    <echo message=""/>
+    <echo message="Site has been committed to .../repos/asf/xmlgraphics/site/deploy/batik/."/>
+    <echo message=""/>
+    <echo message="Don't forget to run 'svn up' from /www/xmlgraphics.apache.org/batik on"/>
+    <echo message="people.apache.org now."/>
   </target>
 
   <target name="publishdoc" depends="prepare-publish,sitedoc,do-publish"