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

Diff of /freeride/freebase/core.rb

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

revision 1.12 by richkilmer, Sun Nov 10 07:54:24 2002 UTC revision 1.13 by richkilmer, Fri Dec 20 17:23:22 2002 UTC
# Line 52  module FreeBASE Line 52  module FreeBASE
52        init_bus        init_bus
53        load_properties        load_properties
54        load_setup        load_setup
55          #push all plugin paths into the require path
56          @properties["config/plugin_path"].split(";").each {|path| $:.push path}
57          
58        @bus["/log/info"] << "--- #{@properties['config/product_name']} Started on #{Time.now.to_s}"        @bus["/log/info"] << "--- #{@properties['config/product_name']} Started on #{Time.now.to_s}"
59        @bus["/system/state/all_plugins_loaded"].data = false;        @bus["/system/state/all_plugins_loaded"].data = false;
60        @plugin_config = Configuration.new(self, @properties["config/plugin_path"])        @plugin_config = Configuration.new(self, @properties["config/plugin_path"])

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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