Author: assaf
Date: Fri Jun 27 17:19:08 2008
New Revision: 672442
URL: http://svn.apache.org/viewvc?rev=672442&view=rev
Log:
Fixed: BUILDR-90 Installing from source doesn't work with JRuby.
Modified:
incubator/buildr/trunk/CHANGELOG
incubator/buildr/trunk/buildr.gemspec
Modified: incubator/buildr/trunk/CHANGELOG
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/CHANGELOG?rev=672442&r1=672441&r2=672442&view=diff
==============================================================================
--- incubator/buildr/trunk/CHANGELOG (original)
+++ incubator/buildr/trunk/CHANGELOG Fri Jun 27 17:19:08 2008
@@ -13,6 +13,7 @@
load Pageant DLLs when running on JRuby/Windows.
* Fixed: BUILDR-89 JUnit (and all other Java frameworks) no longer include
abstract classes.
+* Fixed: BUILDR-90 Installing from source doesn't work with JRuby.
1.3.1.1 (2008-06-04)
* Fixed: BUILDR-78 Broken dependency on Rubyforge Gem.
Modified: incubator/buildr/trunk/buildr.gemspec
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/buildr.gemspec?rev=672442&r1=672441&r2=672442&view=diff
==============================================================================
--- incubator/buildr/trunk/buildr.gemspec (original)
+++ incubator/buildr/trunk/buildr.gemspec Fri Jun 27 17:19:08 2008
@@ -22,7 +22,7 @@
spec.homepage = "http://incubator.apache.org/#{spec.name}/"
spec.summary = 'A build system that doesn\'t suck'
- spec.files = Dir['lib/**/*', 'addon/**/*', 'README', 'CHANGELOG',
'LICENSE', 'NOTICE', 'DISCLAIMER', 'KEYS',
+ spec.files = FileList['lib/**/*', 'addon/**/*', 'README',
'CHANGELOG', 'LICENSE', 'NOTICE', 'DISCLAIMER', 'KEYS',
'*.gemspec', 'Rakefile', 'rakelib/**/*', 'spec/**/*',
'doc/**/*']
spec.require_paths = ['lib', 'addon']
spec.bindir = 'bin' # Use these for
applications.