/[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.14 by ljulliar, Sat Dec 21 15:08:50 2002 UTC revision 1.15 by ljulliar, Fri Dec 27 21:38:54 2002 UTC
# Line 126  module FreeBASE Line 126  module FreeBASE
126      # Builds the default properties file if it does not exist      # Builds the default properties file if it does not exist
127      #      #
128      def load_properties      def load_properties
129        unless File.exist?(@propertiesFile)        unless Properties.exist?(@propertiesFile)
130          require 'ftools'          Properties.copy(@defaultPropertiesFile, @propertiesFile)
         File.copy(@defaultPropertiesFile, @propertiesFile)  
131          @properties = Properties.new("Core configuration file",          @properties = Properties.new("Core configuration file",
132                                       "1.0",                                       "1.0",
133                                       @bus["/system/properties"],                                       @bus["/system/properties"],

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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