<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>test/ragel_profiler.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -84,7 +84,6 @@ when /mingw/
       ruby &quot;-I. extconf.rb&quot;
       system(PLATFORM =~ /mswin/ ? 'nmake' : 'make')
     end
-    remove_other_platforms
     move_extensions
     rm &quot;#{ext}/rbconfig.rb&quot;
   end
@@ -96,7 +95,6 @@ when /java/
     sources = FileList[&quot;#{ext}/**/*.java&quot;].join(' ')
     sh &quot;javac -target 1.5 -source 1.5 -d #{ext} #{java_classpath_arg} #{sources}&quot;
     sh &quot;jar cf lib/redcloth_scan.jar -C #{ext} .&quot;
-    remove_other_platforms
     move_extensions
   end
   
@@ -104,7 +102,6 @@ when /pureruby/
   filename = &quot;lib/redcloth_scan.rb&quot;
   file filename =&gt; FileList[&quot;#{ext}/redcloth_scan.rb&quot;, &quot;#{ext}/redcloth_inline.rb&quot;, &quot;#{ext}/redcloth_attributes.rb&quot;] do |task|
     
-    remove_other_platforms
     sources = task.prerequisites.join(' ')
     sh &quot;cat #{sources} &gt; #{filename}&quot;
   end
@@ -114,7 +111,7 @@ else
   file filename =&gt; FileList[&quot;#{ext}/redcloth_scan.c&quot;, &quot;#{ext}/redcloth_inline.c&quot;, &quot;#{ext}/redcloth_attributes.c&quot;]
 end
 
-task :compile =&gt; [filename]
+task :compile =&gt; [remove_other_platforms, filename]
 
 def ragel(target_file, source_file)
   host_language = case target_file
@@ -192,7 +189,7 @@ RAGEL_CODE_GENERATION_STYLES.merge!({
 
 desc &quot;Find the fastest code generation style for Ragel&quot;
 task :optimize do
-  require 'extras/ragel_profiler'
+  require 'test/ragel_profiler'
   results = []
   
   RAGEL_CODE_GENERATION_STYLES.each do |style, name|</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>extras/ragel_profiler.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>11f8f8a799afa537715c1abd931ba86a4036f3ab</id>
    </parent>
  </parents>
  <author>
    <name>Jason Garber</name>
    <email>jg@jasongarber.com</email>
  </author>
  <url>http://github.com/jgarber/redcloth/commit/7bc8e78c91547c29f283ce610d2628bf71bfbecf</url>
  <id>7bc8e78c91547c29f283ce610d2628bf71bfbecf</id>
  <committed-date>2009-03-17T00:25:48-07:00</committed-date>
  <authored-date>2009-03-17T00:25:48-07:00</authored-date>
  <message>Moved ragel_profiler.rb and fixed remove_other_platforms in the Rakefile</message>
  <tree>9a377de7a1f262eb3c61913fac03717cb2317d85</tree>
  <committer>
    <name>Jason Garber</name>
    <email>jg@jasongarber.com</email>
  </committer>
</commit>
