public
Fork of lazyatom/engines
Description: The Rails Engines plugin
Homepage: http://rails-engines.org
Clone URL: git://github.com/tekkub/engines.git
Removing errant puts in plugin documentation task

git-svn-id: http://svn.rails-engines.org/engines/branches/rb_1.2@607 
61cc408d-6c04-0410-aff7-b3608aa29ce9
lazyatom (author)
Thu Aug 02 04:43:13 -0700 2007
commit  b32c12904fa6f7d0316ac82b8323bb61e55133a2
tree    0e03f28a704741370e62a2f2bf96700ed81cc9ba
parent  daf57e2be1fde2c11023ea82753a88ec102400c3
...
70
71
72
73
74
75
76
...
70
71
72
 
73
74
75
0
@@ -70,7 +70,6 @@ namespace :doc do
0
         options << '-T html'
0
 
0
         # Include every file in the plugin's code_paths (see Plugin#code_paths)
0
- puts "special for #{plugin}"
0
         if Rails.plugins[plugin]
0
           files.include("#{plugin_base}/{#{Rails.plugins[plugin].code_paths.join(",")}}/**/*.rb")
0
         end

Comments

    No one has commented yet.