#1212: Remove HotCocoa references from MacRuby -----------------------------------+---------------------------------------- Reporter: garysweaver@… | Owner: lsansonetti@… Type: defect | Status: new Priority: trivial | Milestone: Component: MacRuby | Keywords: hotcocoa cleanup -----------------------------------+---------------------------------------- The following hotcocoa references are still in the current MacRuby. Per Jordan Hubbard's suggestion, they should be removed: instruby.rb: when 'hotcocoa', 'rb_nibtool' misc/release/MacRuby.pmdoc/01macruby-contents.xml: .... (its a long line) ... rakelib/builder/options.rb: $stderr.puts "The 'build_as_embeddable' build configuration has been removed because it is no longer necessary. To package a full version of MacRuby inside your application, please use `macrake deploy` for HotCocoa apps and the `Embed MacRuby` target for Xcode apps." sample-macruby/About MacRuby Examples.rtf:\b HotCocoa sample-macruby/About MacRuby Examples.rtf:\b0 directory contains examples for the MacRuby's HotCocoa\ sample-macruby/Scripts/growl/hotcocoa_growl.rb:require 'hotcocoa' sample-macruby/Scripts/growl/hotcocoa_growl.rb: include HotCocoa sample-macruby/Scripts/growl/hotcocoa_sample.rb:require 'hotcocoa_growl' test-macruby/cases/hotcocoa/mapper_test.rb:require 'hotcocoa' test-macruby/cases/hotcocoa/mapper_test.rb: include HotCocoa::Mappings test-macruby/cases/hotcocoa/mappings_test.rb:require 'hotcocoa' test-macruby/cases/hotcocoa/mappings_test.rb: include HotCocoa test-macruby/cases/hotcocoa/object_ext_test.rb:require 'hotcocoa' test-macruby/cases/hotcocoa/object_ext_test.rb: assert_equal HotCocoa, Object.full_const_get("HotCocoa") test-macruby/cases/hotcocoa/object_ext_test.rb: assert_equal HotCocoa::Mappings, Object.full_const_get("HotCocoa::Mappings") test-macruby/cases/hotcocoa/plist_test.rb:require 'hotcocoa' test-macruby/cases/hotcocoa/plist_test.rb: include HotCocoa -- Ticket URL: <http://www.macruby.org/trac/ticket/1212> MacRuby <http://macruby.org/>