<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,6 +4,7 @@ namespace :prefpane do
   BUILD = &quot;build/Release/Passenger.prefPane&quot;
   BIN = File.join(BUILD, 'Contents/MacOS/Passenger')
   
+  desc 'Build the prefpane'
   task :build do
     sh &quot;xcodebuild -configuration Release&quot;
   end
@@ -11,21 +12,25 @@ namespace :prefpane do
   # Make sure that the prefpane searches inside the bundle for the RubyCocoa framework.
   #
   # This task is invoked from the xcode project post build script.
+  desc 'Adjusts the install name of the bundled RubyCocoa to point to the right place'
   task :change_ruycocoa_framework_location do
     current = `/usr/bin/otool -L #{BIN}`.match(/^\t(.+RubyCocoa).+$/)[1]
     sh &quot;/usr/bin/install_name_tool -change '#{current}' '@loader_path/../Frameworks/RubyCocoa.framework/Versions/A/RubyCocoa' '#{BIN}'&quot;
   end
   
+  desc 'Builds and opens the prefpane'
   task :run =&gt; :build do
     sh &quot;open #{BUILD}&quot;
   end
 end
 
+desc 'CLeans the build and release pkg'
 task :clean do
   sh 'rm -rf build/'
   sh 'rm -rf pkg'
 end
 
+desc 'Creates a release build and pkg'
 task :release =&gt; [:clean, 'prefpane:build'] do
   require 'osx/cocoa'
   version = OSX::NSDictionary.dictionaryWithContentsOfFile('Info.plist')['CFBundleVersion'].to_s</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>90ff26ee0a8160a4a0cc222c81aaf56223bcab12</id>
    </parent>
  </parents>
  <author>
    <name>Eloy Duran</name>
    <email>eloy.de.enige@gmail.com</email>
  </author>
  <url>http://github.com/alloy/passengerpane/commit/cf810e00733f8ab3ec58ccb6358e51fc0e6ab29f</url>
  <id>cf810e00733f8ab3ec58ccb6358e51fc0e6ab29f</id>
  <committed-date>2009-10-28T02:22:30-07:00</committed-date>
  <authored-date>2009-10-28T02:22:30-07:00</authored-date>
  <message>Added descriptions for the rake tasks.</message>
  <tree>6b4537ac64993113d9e24b2576eb9cd1a7797529</tree>
  <committer>
    <name>Eloy Duran</name>
    <email>eloy.de.enige@gmail.com</email>
  </committer>
</commit>
