[macruby-changes] [726] MacRuby/trunk/data/hotcocoa_template/Rakefile

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 10 16:15:34 PST 2008


Revision: 726
          http://trac.macosforge.org/projects/ruby/changeset/726
Author:   rich at infoether.com
Date:     2008-11-10 16:15:34 -0800 (Mon, 10 Nov 2008)
Log Message:
-----------
move everything into the standard_rake_tasks

Modified Paths:
--------------
    MacRuby/trunk/data/hotcocoa_template/Rakefile

Modified: MacRuby/trunk/data/hotcocoa_template/Rakefile
===================================================================
--- MacRuby/trunk/data/hotcocoa_template/Rakefile	2008-11-11 00:15:08 UTC (rev 725)
+++ MacRuby/trunk/data/hotcocoa_template/Rakefile	2008-11-11 00:15:34 UTC (rev 726)
@@ -1,16 +1,4 @@
 require 'hotcocoa/application_builder'
-AppConfig = ApplicationBuilder::Configuration.new("config/build.yml")
+require 'hotcocoa/standard_rake_tasks'
 
-task :default => [:run]
-
-task :build do
-  ApplicationBuilder.build(AppConfig)
-end
-
-task :run => [:build] do
-  `/usr/bin/open "#{AppConfig.name}.app"`
-end
-
-task :clean do
-  `/bin/rm -rf "#{AppConfig.name}.app"`
-end
+task :default => [:run]
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20081110/fe1e187e/attachment.html>


More information about the macruby-changes mailing list