From: <jh...@us...> - 2012-03-02 16:13:57
|
Revision: 305 http://etch.svn.sourceforge.net/etch/?rev=305&view=rev Author: jheiss Date: 2012-03-02 16:13:50 +0000 (Fri, 02 Mar 2012) Log Message: ----------- Update comment about which xml library is used by default Modified Paths: -------------- trunk/server/lib/etch.rb Modified: trunk/server/lib/etch.rb =================================================================== --- trunk/server/lib/etch.rb 2012-03-02 16:13:17 UTC (rev 304) +++ trunk/server/lib/etch.rb 2012-03-02 16:13:50 UTC (rev 305) @@ -22,9 +22,9 @@ end end -# By default we try to use libxml, falling back to rexml if it is not -# available. The xmllib environment variable can be used to force one library -# or the other, mostly for testing purposes. +# By default we try to use nokogiri, falling back to rexml if it is not +# available. The xmllib environment variable can be used to force a specific +# library, mostly for testing purposes. Silently.silently do begin if !ENV['xmllib'] || ENV['xmllib'] == 'nokogiri' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |