/[freeride]/freeride/plugins/rubyide_project/project.rb
ViewVC logotype

Diff of /freeride/plugins/rubyide_project/project.rb

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

revision 1.1 by richkilmer, Tue Jun 24 05:05:38 2003 UTC revision 1.2 by ljulliar, Mon Sep 1 21:42:11 2003 UTC
# Line 27  module FreeRIDE Line 27  module FreeRIDE
27            @properties_path = properties_path            @properties_path = properties_path
28            @plugin["/project/current"].data = properties_path            @plugin["/project/current"].data = properties_path
29            @properties_slot = @plugin["/project/current/properties"]            @properties_slot = @plugin["/project/current/properties"]
30            unless @properties_path[0,1]=="/"            unless File.absolute_path?(@properties_path)
31              @properties_path = File.join(@plugin.plugin_configuration.base_user_path, @properties_path)              @properties_path = File.join(@plugin.plugin_configuration.base_user_path, @properties_path)
32            end            end
33            #File.makedirs(File.dirname(@properties_path))            #File.makedirs(File.dirname(@properties_path))
# Line 81  module FreeRIDE Line 81  module FreeRIDE
81      end      end
82    end    end
83  end  end
84    

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

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