1# Copyright (c) 2006-2008, The RubyCocoa Project.
2# Copyright (c) 2001-2006, FUJIMOTO Hisakuni.
3# All Rights Reserved.
4#
5# RubyCocoa is free software, covered under either the Ruby's license or the 
6# LGPL. See the COPYRIGHT file for more information.
7
8require 'osx/cocoa'
9
10STDERR.puts "The osx/coredata script has been deprecated, and its use is now discouraged. Please do `OSX.require_framework \"CoreData\"` instead."
11OSX.require_framework 'CoreData'
12