<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -23,6 +23,7 @@ spec = Gem::Specification.load(File.join(File.dirname(__FILE__), 'buildr.gemspec
 spec.dependencies.each do |dep|
   gem dep.name, dep.version_requirements.to_s
 end
+Gem.loaded_specs['buildr'] = spec # Prevents RubyGem from loading files from installed Buildr gems
 
 require 'buildr'
 Buildr.application.run</diff>
      <filename>_buildr</filename>
    </modified>
    <modified>
      <diff>@@ -14,6 +14,7 @@
 # License for the specific language governing permissions and limitations under
 # the License.
 
+
 # Run buildr from source, specifically for testing stuff without doing a rake install.
 
 require 'rubygems'
@@ -22,6 +23,7 @@ spec = Gem::Specification.load(File.join(File.dirname(__FILE__), 'buildr.gemspec
 spec.dependencies.each do |dep|
   gem dep.name, dep.version_requirements.to_s
 end
+Gem.loaded_specs['buildr'] = spec # Prevents RubyGem from loading files from installed Buildr gems
 
 require 'buildr'
 Buildr.application.run</diff>
      <filename>_jbuildr</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>052bce4bea6106ad7a69c452a4320097cb420f02</id>
    </parent>
  </parents>
  <author>
    <name>Assaf Arkin</name>
    <email>assaf@apache.org</email>
  </author>
  <url>http://github.com/vic/buildr/commit/39044ff3f28500ba32d347feec36f3aae1b6186c</url>
  <id>39044ff3f28500ba32d347feec36f3aae1b6186c</id>
  <committed-date>2009-02-27T00:55:14-08:00</committed-date>
  <authored-date>2009-02-27T00:55:14-08:00</authored-date>
  <message>Fix for _buildr and _jbuildr preventing them from loading source files from any installed Buildr gem.

git-svn-id: https://svn.apache.org/repos/asf/buildr/trunk@748440 13f79535-47bb-0310-9956-ffa450edef68</message>
  <tree>26681c9d02c9a564c18a8626076b7ace13d31f73</tree>
  <committer>
    <name>Assaf Arkin</name>
    <email>assaf@apache.org</email>
  </committer>
</commit>
