/[freeride]/freeride/freebase/configuration.rb
ViewVC logotype

Diff of /freeride/freebase/configuration.rb

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by richkilmer, Sun Nov 10 22:37:53 2002 UTC revision 1.3 by richkilmer, Mon Nov 11 20:22:05 2002 UTC
# Line 49  module FreeBASE Line 49  module FreeBASE
49          config.each_plugin {|plugin_config| register(plugin_config)}          config.each_plugin {|plugin_config| register(plugin_config)}
50          return          return
51        end        end
52        @plugins[config.name] = config        @plugins[config.name] = config if config.autoload?
53      end      end
54            
55      ##      ##
# Line 124  module FreeBASE Line 124  module FreeBASE
124        end        end
125        puts "_"*30        puts "_"*30
126        @start_list.each {|plugin| puts "#{plugin.start_level}: #{plugin.name}"}        @start_list.each {|plugin| puts "#{plugin.start_level}: #{plugin.name}"}
127          exit
128      end      end
129            
130    end    end

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26