svn commit: r42031 - in head/en_US.ISO8859-1/htdocs/java: . docs

Eitan Adler eadler at FreeBSD.org
Mon Jun 24 20:55:00 UTC 2013


Author: eadler
Date: Mon Jun 24 20:54:59 2013
New Revision: 42031
URL: http://svnweb.freebsd.org/changeset/doc/42031

Log:
  The performance comparison was done on FreeBSD 3.4-RC.  The chance of this being representive of any modern work is somewhere between i and e.
  
  Discussed with:	Allan Jude

Deleted:
  head/en_US.ISO8859-1/htdocs/java/docs/performance.xml
Modified:
  head/en_US.ISO8859-1/htdocs/java/docs/Makefile
  head/en_US.ISO8859-1/htdocs/java/index.xml

Modified: head/en_US.ISO8859-1/htdocs/java/docs/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/java/docs/Makefile	Mon Jun 24 20:52:50 2013	(r42030)
+++ head/en_US.ISO8859-1/htdocs/java/docs/Makefile	Mon Jun 24 20:54:59 2013	(r42031)
@@ -9,6 +9,5 @@
 
 DOCS =	faq.xml
 DOCS+=	howtoports.xml
-DOCS+=	performance.xml
 
 .include "${DOC_PREFIX}/share/mk/web.site.mk"

Modified: head/en_US.ISO8859-1/htdocs/java/index.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/java/index.xml	Mon Jun 24 20:52:50 2013	(r42030)
+++ head/en_US.ISO8859-1/htdocs/java/index.xml	Mon Jun 24 20:54:59 2013	(r42031)
@@ -56,7 +56,6 @@
 
   <ul>
     <li><a href="docs/faq.html">FAQ</a></li>
-    <li><a href="docs/performance.html">Performance Comparison</a></li>
     <li><a href="docs/howtoports.html">Creating Ports...</a></li>
   </ul>
 


More information about the svn-doc-head mailing list