<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -527,7 +527,7 @@ module Buildr
   # This task stands for the buildfile and all its associated helper files (e.g., buildr.rb, build.yaml).
   # By using this task as a prerequisite for other tasks, you can ensure these tasks will be needed
   # whenever the buildfile changes.
-  class BuildfileTask &lt; Rake::FileTask
+  class BuildfileTask &lt; Rake::FileTask #:nodoc:
     
     def timestamp
       ([name] + prerequisites).map { |f| File.stat(f).mtime }.max rescue Time.now
@@ -640,7 +640,7 @@ module Rake #:nodoc
 end
 
 
-module RakeFileUtils
+module RakeFileUtils #:nodoc:
   FileUtils::OPT_TABLE.each do |name, opts|
     default_options = []
     if opts.include?(:verbose) || opts.include?(&quot;verbose&quot;)</diff>
      <filename>lib/buildr/core/application.rb</filename>
    </modified>
    <modified>
      <diff>@@ -22,10 +22,8 @@ $LOADED_FEATURES &lt;&lt; 'net/ssh/authentication/pageant.rb' if RUBY_PLATFORM =~ /jav
 gem 'net-ssh' ; Net.autoload :SSH, 'net/ssh'
 gem 'net-sftp' ; Net.autoload :SFTP, 'net/sftp'
 autoload :CGI, 'cgi'
-module Digest
-  autoload :MD5, 'digest/md5'
-  autoload :SHA1, 'digest/sha1'
-end
+require 'digest/md5'
+require 'digest/sha1'
 require 'stringio'
 autoload :ProgressBar, 'buildr/core/progressbar'
 </diff>
      <filename>lib/buildr/core/transports.rb</filename>
    </modified>
    <modified>
      <diff>@@ -116,7 +116,7 @@ module Buildr
     end
 
     # Utility methods for running gem commands
-    module Gems
+    module Gems #:nodoc:
       extend self
 
       # Install gems specified by each Gem::Dependency if they are missing. This method prompts the user</diff>
      <filename>lib/buildr/core/util.rb</filename>
    </modified>
    <modified>
      <diff>@@ -127,7 +127,7 @@ module Buildr
     # It converts tasks to paths.
     # It converts absolute paths to relative paths.
     # It ignores duplicate directories.
-    class ClasspathEntryWriter
+    class ClasspathEntryWriter #:nodoc:
       def initialize project, target
         @project = project
         @xml = Builder::XmlMarkup.new(:target=&gt;target, :indent=&gt;2)</diff>
      <filename>lib/buildr/ide/eclipse.rb</filename>
    </modified>
    <modified>
      <diff>@@ -18,7 +18,7 @@ require 'buildr/packaging'
 
 
 module Buildr
-  module Packaging
+  module Packaging #:nodoc:
 
     # Adds packaging for Java projects: JAR, WAR, AAR, EAR, Javadoc.
     module Java</diff>
      <filename>lib/buildr/java/packaging.rb</filename>
    </modified>
    <modified>
      <diff>@@ -75,7 +75,7 @@ module Buildr
   end
 
 
-  module PackageAsGem
+  module PackageAsGem #:nodoc:
 
     def package_as_gem(file_name) #:nodoc:
       PackageGemTask.define_task(file_name).tap do |gem|</diff>
      <filename>lib/buildr/packaging/gems.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f43b768cd64a5f95eb1a6d88341cfcaeaa6a9a3c</id>
    </parent>
  </parents>
  <author>
    <name>Assaf Arkin</name>
    <email>assaf@apache.org</email>
  </author>
  <url>http://github.com/buildr/buildr/commit/b8b6fd0e2852851456f8616fda3e6c08a93e849e</url>
  <id>b8b6fd0e2852851456f8616fda3e6c08a93e849e</id>
  <committed-date>2009-04-06T13:03:34-07:00</committed-date>
  <authored-date>2009-04-06T13:03:34-07:00</authored-date>
  <message>Trimmed some classes/modules from RDoc.

git-svn-id: https://svn.eu.apache.org/repos/asf/buildr/trunk@762486 13f79535-47bb-0310-9956-ffa450edef68</message>
  <tree>3806151cc00bc00e353a8da40a7250cfe1bb26f4</tree>
  <committer>
    <name>Assaf Arkin</name>
    <email>assaf@apache.org</email>
  </committer>
</commit>
