<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,8 +3,6 @@
 // copyright 2006-2008 Sprout Systems, Inc.
 // ========================================================================
 
-require('system/locale');
-
 // English Strings.
 SC.stringsFor('English', {
   &quot;Invalid.CreditCard(%@)&quot;: &quot;%@ is not a valid credit card number&quot;,</diff>
      <filename>frameworks/desktop/english.lproj/strings.js</filename>
    </modified>
    <modified>
      <diff>@@ -4,8 +4,6 @@
 // Portions copyright &#169;2008 Apple, Inc.  All rights reserved.
 // ========================================================================
 
-require('views/panes/pane');
-
 /** @class
 
   Most SproutCore applications need modal dialogs. The default way to use the </diff>
      <filename>frameworks/desktop/panes/dialog_pane.js</filename>
    </modified>
    <modified>
      <diff>@@ -4,9 +4,6 @@
 // Portions copyright &#169;2008 Apple, Inc.  All rights reserved.
 // ========================================================================
 
-require('core') ;
-require('views/view') ;
-
 SC.DRAG_LINK = 0x0004; SC.DRAG_COPY = 0x0001; SC.DRAG_MOVE = 0x0002;
 SC.DRAG_NONE = 0x0000; SC.DRAG_ANY = 0x0007 ;
 SC.DRAG_AUTOSCROLL_ZONE_THICKNESS = 20 ;</diff>
      <filename>frameworks/desktop/system/drag.js</filename>
    </modified>
    <modified>
      <diff>@@ -4,8 +4,6 @@
 // Portions copyright &#169;2008 Apple, Inc.  All rights reserved.
 // ========================================================================
 
-require('application/root_responder');
-
 /**
   Order layer for regular Panels.  Panels appear in front of the main view, 
   but behind palettes, popups.</diff>
      <filename>frameworks/desktop/system/root_responder.js</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@
 // License:   Licened under MIT license (see license.js)
 // ==========================================================================
 
-sc_require('views/mixins/collection_view_delegate') ;
+sc_require('mixins/collection_view_delegate') ;
 
 SC.BENCHMARK_UPDATE_CHILDREN = NO ;
 SC.VALIDATE_COLLECTION_CONSISTANCY = NO ;</diff>
      <filename>frameworks/desktop/views/collection.js</filename>
    </modified>
    <modified>
      <diff>@@ -4,11 +4,6 @@
 // Portions copyright &#169;2008 Apple, Inc.  All rights reserved.
 // ========================================================================
 
-require('core') ;
-require('deprecated/views/classic_view') ;
-require('mixins/control');
-require('mixins/inline_editor_delegate');
-
 SC.LIST_ITEM_ACTION_CANCEL = 'sc-list-item-cancel-action';
 SC.LIST_ITEM_ACTION_REFRESH = 'sc-list-item-cancel-refresh';
 SC.LIST_ITEM_ACTION_EJECT = 'sc-list-item-cancel-eject';</diff>
      <filename>frameworks/desktop/views/list_item.js</filename>
    </modified>
    <modified>
      <diff>@@ -4,8 +4,6 @@
 // Portions copyright &#169;2008 Apple, Inc.  All rights reserved.
 // ========================================================================
 
-require('views/view') ;
-
 /**
   @class
 </diff>
      <filename>frameworks/desktop/views/separator.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,28 +1,28 @@
-//@license
-// ==========================================================================
-// SproutCore -- JavaScript Application Framework
-// copyright 2006-2008, Sprout Systems, Inc. and contributors.
-//
-// Permission is hereby granted, free of charge, to any person obtaining a 
-// copy of this software and associated documentation files (the &quot;Software&quot;), 
-// to deal in the Software without restriction, including without limitation 
-// the rights to use, copy, modify, merge, publish, distribute, sublicense, 
-// and/or sell copies of the Software, and to permit persons to whom the 
-// Software is furnished to do so, subject to the following conditions:
-//
-// The above copyright notice and this permission notice shall be included in 
-// all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
-// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
-// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
-// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
-// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
-// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
-// DEALINGS IN THE SOFTWARE.
-//
-// For more information about SproutCore, visit http://www.sproutcore.com
-//
-//
-// ==========================================================================
-//@license
+/*! @license
+==========================================================================
+SproutCore -- JavaScript Application Framework
+copyright 2006-2008, Sprout Systems, Inc. and contributors.
+
+Permission is hereby granted, free of charge, to any person obtaining a 
+copy of this software and associated documentation files (the &quot;Software&quot;), 
+to deal in the Software without restriction, including without limitation 
+the rights to use, copy, modify, merge, publish, distribute, sublicense, 
+and/or sell copies of the Software, and to permit persons to whom the 
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in 
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
+DEALINGS IN THE SOFTWARE.
+
+For more information about SproutCore, visit http://www.sproutcore.com
+
+
+==========================================================================
+@license */</diff>
      <filename>license.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>247774172a3cc5f236ecd2ad941a38d99fddb768</id>
    </parent>
  </parents>
  <author>
    <name>Charles Jolley</name>
    <email>charles@sproutit.com</email>
  </author>
  <url>http://github.com/sproutit/sproutcore/commit/e301329bd94fbdb78802a69b0487a5a1608dae8c</url>
  <id>e301329bd94fbdb78802a69b0487a5a1608dae8c</id>
  <committed-date>2009-01-28T22:05:46-08:00</committed-date>
  <authored-date>2009-01-28T22:05:46-08:00</authored-date>
  <message>Remove warning about require errors</message>
  <tree>a260bad3562e7e86ceaa4fdfce756598bc2bdeed</tree>
  <committer>
    <name>Charles Jolley</name>
    <email>charles@sproutit.com</email>
  </committer>
</commit>
