Revision: 3892 http://trac.macosforge.org/projects/ruby/changeset/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: -------------- MacRuby/trunk/rakelib/builder.rake Modified: MacRuby/trunk/rakelib/builder.rake =================================================================== --- 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',