<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -28,7 +28,7 @@ end
 
 # Load the Gem specification for the current platform (Ruby or JRuby).
 def spec(platform = RUBY_PLATFORM[/java/] || 'ruby')
-  @specs ||= ['ruby', 'java'].inject({}) { |hash, spec_platform|
+  @specs ||= ['ruby', 'java', 'x86-mswin32'].inject({}) { |hash, spec_platform|
     $platform = spec_platform
     hash.update(spec_platform=&gt;Gem::Specification.load('buildr.gemspec'))
   }</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -55,7 +55,8 @@ for those one-off tasks, with a language that's a joy to use.
   spec.add_dependency 'highline',             '1.5.1'
   spec.add_dependency 'rubyforge',            '1.0.3'
   spec.add_dependency 'hoe',                  '~&gt;2.0'
-  spec.add_dependency 'rjb',                  '1.1.6' if spec.platform.to_s == 'ruby' 
+  spec.add_dependency 'rjb',                  '1.1.7' if spec.platform.to_s == 'ruby'
+  spec.add_dependency 'rjb',                  '1.1.6' if spec.platform.to_s == 'x86-mswin32'
   spec.add_dependency 'Antwrap',              '0.7.0'
   spec.add_dependency 'rspec',                '1.2.7'
   spec.add_dependency 'xml-simple',           '1.0.12'</diff>
      <filename>buildr.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -51,9 +51,11 @@ end
 file Rake::GemPackageTask.new(spec).package_dir=&gt;:compile
 file Rake::GemPackageTask.new(spec).package_dir_path=&gt;:compile
 
-# We also need the other package (JRuby if building on Ruby, and vice versa)
+# We also need the other packages (JRuby if building on Ruby, and vice versa)
 # Must call new with block, even if block does nothing, otherwise bad things happen.
-Rake::GemPackageTask.new(spec(RUBY_PLATFORM[/java/] ? 'ruby' : 'java')) { |task| }
+@specs.values.each do |s|
+  Rake::GemPackageTask.new(s) { |task| }
+end
 
 
 desc &quot;Upload snapshot packages over to people.apache.org&quot;</diff>
      <filename>rakelib/package.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7736aadb6e4ea1335e734672731defb22c632d61</id>
    </parent>
  </parents>
  <author>
    <name>Assaf Arkin</name>
    <email>assaf@apache.org</email>
  </author>
  <url>http://github.com/vic/buildr/commit/761abbffa1e551911fb22e87eb27a6b5be79df42</url>
  <id>761abbffa1e551911fb22e87eb27a6b5be79df42</id>
  <committed-date>2009-07-06T17:48:04-07:00</committed-date>
  <authored-date>2009-07-06T17:48:04-07:00</authored-date>
  <message>Added x86-mswin32 platform, so we can switch RJB over to 1.1.7 (all platforms but Windows) to support running Buildr on Ruby 1.9.1.

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