Don't include one FileList in another.
authorTilman Sauerbeck <tilman@code-monkey.de>
Mon, 25 Apr 2005 17:47:15 +0000 (17:47 +0000)
committerTilman Sauerbeck <tilman@code-monkey.de>
Mon, 25 Apr 2005 17:47:15 +0000 (17:47 +0000)
ChangeLog
Rakefile

index eb381cf8593f600477a3d900d018e63001947ca8..0acb35147c2848dcb8b193cc1f8b039cd7c0688a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
 --
-$Id: ChangeLog 36 2005-04-25 17:19:07Z tilman $
+$Id: ChangeLog 38 2005-04-25 17:47:15Z tilman $
 ++
 
+2005-04-25 Tilman Sauerbeck (tilman at code-monkey de)
+        * Rakefile: Don't include one FileList in another
+
 2005-04-25 Tilman Sauerbeck (tilman at code-monkey de)
         * Released version 0.1.1
 
index 3e47175a8ecd41c0e3a528d8b37b459955aa6964..d0940e59dc59a0194187b92cce39c928af5eedae 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-# $Id: Rakefile 34 2005-04-25 17:12:29Z tilman $
+# $Id: Rakefile 38 2005-04-25 17:47:15Z tilman $
 
 require "rake/clean"
 require "rake/testtask"
@@ -16,7 +16,7 @@ PKG_NAME = "redact"
 PKG_VERSION = File.read("lib/redact/redact.rb").
               match(/^\s*VERSION = \"(.*)\"\s*$/).captures.first
 
-CLOBBER.include(FileList["test/*.edj"])
+CLOBBER.include("test/*.edj")
 
 sitelibdir = Config::CONFIG["sitelibdir"]
 destdir = "#{ENV["DESTDIR"]}"