Changeset d9ed1b8e030638c4b92d3a7f271eec6b3cc03235

Show
Ignore:
Timestamp:
08/30/08 00:39:30 (4 months ago)
Author:
Mark Guzman <segfault@…>
Parents:
5f7de15c00f6f991e77caf8bd30ac9eda203035a
git-committer:
Mark Guzman <segfault@hasno.info> / 2008-08-30T00:39:30Z-0400
Message:

making sure the rakefile pulls in the right fastxml_lib

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Rakefile

    r2168c4 rd9ed1b  
    1313$: << './lib' 
    1414$: << './ext' 
    15 require 'fastxml_lib' 
     15require 'fastxml/fastxml_lib' 
    1616full_name = "FastXml" 
    1717short_name = full_name.downcase