<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,3 +6,9 @@ jake :license do
   }.join(&quot;\n&quot;) + &quot;\n */&quot;
 end
 
+jake :after_build do |build|
+  %w[CHANGELOG MIT-LICENSE].each do |doc|
+    FileUtils.cp doc, &quot;#{build.build_directory}/#{doc}&quot;
+  end 
+end
+</diff>
      <filename>Jakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,9 @@
+JS.Class: Ruby-style JavaScript
 Copyright (c) 2007-2009 James Coglan
 
+http://jsclass.jcoglan.com
+http://github.com/jcoglan/js.class
+
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the &quot;Software&quot;), to deal
 in the Software without restriction, including without limitation the rights</diff>
      <filename>MIT-LICENSE</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>58480ecaf2ceaf5311b0b543bba0538236bdbb41</id>
    </parent>
  </parents>
  <author>
    <name>James Coglan</name>
    <email>jcoglan@googlemail.com</email>
  </author>
  <url>http://github.com/jcoglan/js.class/commit/13774cd62cedf3eaca8cd3759a762e533232bc57</url>
  <id>13774cd62cedf3eaca8cd3759a762e533232bc57</id>
  <committed-date>2009-05-07T14:40:39-07:00</committed-date>
  <authored-date>2009-05-07T14:40:39-07:00</authored-date>
  <message>Copy the changelog and license into the build directory after building, so we can just zip it up and put it on the web. Also, put the project name and websites in the license file.</message>
  <tree>2e7e299bd2276a01ddc1b992e66f971665a66a8d</tree>
  <committer>
    <name>James Coglan</name>
    <email>jcoglan@googlemail.com</email>
  </committer>
</commit>
