<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>ebin/.gitignore</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,5 @@
 task :default =&gt; [:build, :test]
-task :build =&gt; [:smerl, :leex, :yecc, :smart_exceptions, :reia, :ebin, :clean]
+task :build =&gt; [:smerl, :leex, :yecc, :reia, :ebin, :clean]
 
 def output_file(input_file)
   'ebin/' + File.basename(input_file).sub(/\.\w+$/, '.beam')
@@ -25,6 +25,7 @@ PARSER_SRC = FileList.new('src/reia/**/*.{xrl,yrl}')
 
 task :reia =&gt; (ERL_SRC + REIA_SRC + PARSER_SRC).map { |input_file| output_file(input_file) }
 
+=begin
 # Smart exceptions
 SMEX_SRC = FileList['src/smart_exceptions/*.erl']
 SMEX_SRC.each do |input|
@@ -34,6 +35,7 @@ SMEX_SRC.each do |input|
 end
 
 task :smart_exceptions =&gt; SMEX_SRC.map { |input_file| output_file(input_file) }
+=end
 
 # Smerl (Simple Metaprogramming for Erlang)
 task :smerl =&gt; &quot;ebin/smerl.beam&quot;
@@ -77,3 +79,8 @@ end
 task :clean do
   FileList['artifacts/**/*.{erl,beam}'].each { |f| rm_f f }
 end
+
+task :distclean =&gt; :clean do
+  FileList['ebin/**/*.beam'].each { |f| rm_f f }
+end
+</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 #!/bin/sh
 
-erlc +debug_info +'{parse_transform, smart_exceptions}' -pa ebin $*
\ No newline at end of file
+erlc +debug_info -pa ebin $* #+'{parse_transform, smart_exceptions}'</diff>
      <filename>bin/erlc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>266bd66453968baadd4636f568e0fcbd480822ed</id>
    </parent>
  </parents>
  <author>
    <name>Tony Arcieri</name>
    <email>tony@medioh.com</email>
  </author>
  <url>http://github.com/tarcieri/reia/commit/746094d6dd00c04864014191332c482ca8bbf95b</url>
  <id>746094d6dd00c04864014191332c482ca8bbf95b</id>
  <committed-date>2008-09-25T19:53:35-07:00</committed-date>
  <authored-date>2008-09-25T19:53:35-07:00</authored-date>
  <message>Minor build system cleanups (disabling smart exceptions)</message>
  <tree>9242bfb802f16d28ef0a4df9cd89d91761c18f8d</tree>
  <committer>
    <name>Tony Arcieri</name>
    <email>tony@medioh.com</email>
  </committer>
</commit>
