<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>javascript/jquery.clipboard.pack.js</filename>
    </added>
    <added>
      <filename>swf/jquery.clipboard.swf</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,8 +1,5 @@
 # Install hook code here
 puts &quot;Copying files...&quot;
-[&quot;javascript/jquery.clipboard.pack.js&quot;, &quot;jquery.clipboard.swf&quot;].each do |f|
-  dest_file = File.join(RAILS_ROOT, &quot;public&quot;, f)
-  src_file = File.join(File.dirname(__FILE__) , f)
-  FileUtils.cp_r(src_file, dest_file)
-end
+FileUtils.cp_r(File.join(File.dirname(__FILE__), &quot;javascript/jquery.clipboard.pack.js&quot;), File.join(RAILS_ROOT, &quot;public/javascripts&quot;))
+FileUtils.cp_r(File.join(File.dirname(__FILE__), &quot;swf/jquery.clipboard.swf&quot;), File.join(RAILS_ROOT, &quot;public&quot;))
 puts &quot;Files copied - Installation complete!&quot;</diff>
      <filename>install.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>92f11645b2001417905f76ad55b8a5e85d51e389</id>
    </parent>
  </parents>
  <author>
    <name>Andrew Ng</name>
    <email>ayn@andrewng.com</email>
  </author>
  <url>http://github.com/ayn/click_to_copy_text_field/commit/cb67cc5b94d5ea4cd3dbf0aa93e9559d9ecf1461</url>
  <id>cb67cc5b94d5ea4cd3dbf0aa93e9559d9ecf1461</id>
  <committed-date>2008-10-09T18:07:10-07:00</committed-date>
  <authored-date>2008-10-09T18:07:10-07:00</authored-date>
  <message>update</message>
  <tree>b823eb59cd63c16e19419d1e6b3506cfc9c18dbc</tree>
  <committer>
    <name>Andrew Ng</name>
    <email>ayn@andrewng.com</email>
  </committer>
</commit>
