<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -218,18 +218,14 @@ module Sashimi
 
     # Returns a list of files that should be scheduled for SCM add.
     def files_scheduled_for_add
-      with_path absolute_rails_plugins_path do
-        Dir[temp_plugin_name+&quot;/**/*&quot;].collect {|fn| fn.gsub(temp_plugin_name, '.')} -
-          Dir[plugin.name+&quot;/**/*&quot;].collect{|fn| fn.gsub(plugin.name, '.')}
-      end
+      Dir[temp_plugin_name+&quot;/**/*&quot;].collect {|fn| fn.gsub(temp_plugin_name, '.')} -
+        Dir[plugin.name+&quot;/**/*&quot;].collect{|fn| fn.gsub(plugin.name, '.')}
     end
     
     # Returns a list of files that should be scheduled for SCM remove.
     def files_scheduled_for_remove
-      with_path absolute_rails_plugins_path do
-        Dir[plugin.name+&quot;/**/*&quot;].collect {|fn| fn.gsub(plugin.name, '.')} -
-          Dir[temp_plugin_name+&quot;/**/*&quot;].collect {|fn| fn.gsub(temp_plugin_name, '.')}
-      end
+      Dir[plugin.name+&quot;/**/*&quot;].collect {|fn| fn.gsub(plugin.name, '.')} -
+        Dir[temp_plugin_name+&quot;/**/*&quot;].collect {|fn| fn.gsub(temp_plugin_name, '.')}
     end
     
     # Remove the temp folder, used by update process.</diff>
      <filename>lib/sashimi/repositories/abstract_repository.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>990948de92cd0d1bdd3ebbd855d64e9e67ce3ad3</id>
    </parent>
  </parents>
  <author>
    <name>Luca Guidi</name>
    <email>guidi.luca@gmail.com</email>
  </author>
  <url>http://github.com/jodosha/sashimi/commit/6fb5c99483be051b5f96c0a99a6b7ec70908b512</url>
  <id>6fb5c99483be051b5f96c0a99a6b7ec70908b512</id>
  <committed-date>2008-07-12T03:08:59-07:00</committed-date>
  <authored-date>2008-07-12T03:08:59-07:00</authored-date>
  <message>Removed with_path from #files_scheduled_for_add and #files_scheduled_for_remove because #update_versioned_rails_plugins already works in vendor/plugins</message>
  <tree>bc7d204e1301f3dc657f4f02eb65fb10d3eff033</tree>
  <committer>
    <name>Luca Guidi</name>
    <email>guidi.luca@gmail.com</email>
  </committer>
</commit>
