Author: markt
Date: Sat Jan 21 19:55:51 2012
New Revision: 1234408
URL: http://svn.apache.org/viewvc?rev=1234408&view=rev
Log:
Include robots.txt in output
Added:
tomcat/site/trunk/docs/robots.txt (with props)
Modified:
tomcat/site/trunk/build.xml
Modified: tomcat/site/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/build.xml?rev=1234408&r1=1234407&r2=1234408&view=diff
==============================================================================
--- tomcat/site/trunk/build.xml (original)
+++ tomcat/site/trunk/build.xml Sat Jan 21 19:55:51 2012
@@ -37,6 +37,7 @@
<copy todir="${docs.dest}" filtering="no" overwrite="${force}">
<fileset dir="${docs.src}">
<include name="sitemap*.xml"/>
+ <include name="robots.txt"/>
</fileset>
</copy>
Added: tomcat/site/trunk/docs/robots.txt
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/robots.txt?rev=1234408&view=auto
==============================================================================
--- tomcat/site/trunk/docs/robots.txt (added)
+++ tomcat/site/trunk/docs/robots.txt Sat Jan 21 19:55:51 2012
@@ -0,0 +1,2 @@
+User-agent: *
+Sitemap: http://tomcat.apache.org/sitemap.xml
Propchange: tomcat/site/trunk/docs/robots.txt
------------------------------------------------------------------------------
svn:eol-style = native
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]