<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,15 +2,15 @@ require 'pathname'
 require 'fileutils'
 
 APP_SHORT_NAME = 'InputSwitcher'
-APP_NAME = SHORT_NAME + '.app'
+APP_NAME = APP_SHORT_NAME + '.app'
 BUNDLE_NAME = 'InputSwitcherClient.bundle'
 
 ROOT_PATH = Pathname.new(__FILE__).dirname
 APP_PATH = Pathname.new(__FILE__).dirname + 'app'
 BUNDLE_PATH = Pathname.new(__FILE__).dirname + 'bundle'
 
-TMP_PATH = Pathname.new(&quot;/tmp/#{SHORT_NAME}_build_image&quot;)
-TMP_SOURCE_PATH = Pathname.new(&quot;/tmp/#{SHORT_NAME}_source&quot;)
+TMP_PATH = Pathname.new(&quot;/tmp/#{APP_SHORT_NAME}_build_image&quot;)
+TMP_SOURCE_PATH = Pathname.new(&quot;/tmp/#{APP_SHORT_NAME}_source&quot;)
 SOURCE_ZIP_PATH = TMP_SOURCE_PATH + &quot;source.zip&quot;
 DESKTOP_PATH = Pathname.new('~/Desktop').expand_path
 BUILT_APP_PATH = APP_PATH + 'build/Release' + APP_NAME
@@ -46,7 +46,7 @@ task :package_source =&gt; :clean do |t|
 end
 
 task :package =&gt; :build do |t|
-	ZIP_PATH = DESKTOP_PATH + &quot;#{SHORT_NAME}_#{app_version}.zip&quot;
+	ZIP_PATH = DESKTOP_PATH + &quot;#{APP_SHORT_NAME}_#{app_version}.zip&quot;
 	ZIP_PATH.rmtree
 	TMP_PATH.rmtree
 	TMP_PATH.mkpath</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9fb5651d9a0c6387725392b8a45b5557d1cdae77</id>
    </parent>
  </parents>
  <author>
    <name>Satoshi Nakagawa</name>
    <email>psychs@limechat.net</email>
  </author>
  <url>http://github.com/psychs/inputswitcher/commit/b3993d62bf78b465a2cf69a850087e2e1a3f885e</url>
  <id>b3993d62bf78b465a2cf69a850087e2e1a3f885e</id>
  <committed-date>2009-01-03T21:55:09-08:00</committed-date>
  <authored-date>2009-01-03T21:55:09-08:00</authored-date>
  <message>fixed rakefile</message>
  <tree>fe8a47c0a8aa2418303e8b93a4f2f723731cf327</tree>
  <committer>
    <name>Satoshi Nakagawa</name>
    <email>psychs@limechat.net</email>
  </committer>
</commit>
