Use 'edj' instead of 'eet' as the extension for the test Edjes.
[redact.git] / Rakefile
index 9900d36782eafdaeae2dfb2b6f3efee295aee83b..8a74e3316dcdbf18843a74cad071c2b22699f323 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -1,9 +1,9 @@
-# $Id: Rakefile 1 2005-03-26 01:32:38Z tilman $
+# $Id: Rakefile 8 2005-03-28 18:11:12Z tilman $
 
 require "rake/clean"
 require "rake/testtask"
 
-CLOBBER.include(FileList["test/*.eet"])
+CLOBBER.include(FileList["test/*.edj"])
 
 sitelibdir = Config::CONFIG["sitelibdir"]
 destdir = "#{ENV["DESTDIR"]}"