Revision
3892
Author
lsansonetti@apple.com
Date
2010-03-29 16:53:35 -0700 (Mon, 29 Mar 2010)

Log Message

added rexml to the AOT list

Modified Paths

Diff

Modified: MacRuby/trunk/rakelib/builder.rake (3891 => 3892)


--- MacRuby/trunk/rakelib/builder.rake	2010-03-29 23:35:51 UTC (rev 3891)
+++ MacRuby/trunk/rakelib/builder.rake	2010-03-29 23:53:35 UTC (rev 3892)
@@ -128,6 +128,8 @@
   'lib/net/**/*.rb',
   'lib/optparse.rb',
   #'lib/stringio.rb', #spec fails
+  'lib/rexml.rb',
+  'lib/rexml/**/*.rb',
   'lib/rubygems.rb',
   'lib/rubygems/**/*.rb',
   'lib/thread.rb',