Changeset 2343

Show
Ignore:
Timestamp:
2008-08-07 15:32:37 (5 months ago)
Author:
fredck
Message:

Moved the DTD to the core code. There is no much sense to have a dedicated folder for it.

Location:
CKEditor/branches/prototype
Files:
2 added
1 removed
1 modified
1 copied

Legend:

Unmodified
Added
Removed
  • CKEditor/branches/prototype/_source/core/dtd.js

  • CKEditor/branches/prototype/_source/core/loader.js

    r2334 r2343  
    4242                'core/_bootstrap'               : [ 'core/config', 'core/ckeditor', 'core/plugins', 'core/scriptLoader', 'core/tools', /* The following are entries that we wnat to force loading to at the end to avoid dependence recursion */ 'core/dom/text' ], 
    4343                'core/ajax'                             : [ 'core/xml' ], 
    44                 'core/ckeditor'                 : [ 'core/ajax', 'core/ckeditor_basic', 'core/dom', 'core/dom/document', 'core/dom/element', 'core/editor', 'core/event', 'core/htmlparser', 'core/htmlparser/element', 'core/htmlparser/fragment', 'core/tools', 'dtd/xhtml1-transitional' ], 
     44                'core/ckeditor'                 : [ 'core/ajax', 'core/ckeditor_basic', 'core/dom', 'core/dtd', 'core/dom/document', 'core/dom/element', 'core/editor', 'core/event', 'core/htmlparser', 'core/htmlparser/element', 'core/htmlparser/fragment', 'core/tools' ], 
    4545                'core/ckeditor_base'    : [], 
    4646                'core/ckeditor_basic'   : [ 'core/env', 'core/event' ], 
     
    5454                'core/dom/text'                 : [ 'core/dom/node', 'core/dom/domobject' ], 
    5555                'core/dom/window'               : [ 'core/dom/domobject' ], 
     56                'core/dtd'                              : [ 'core/tools' ], 
    5657                'core/editor'                   : [ 'core/config', 'core/event', 'core/plugins', 'core/skins', 'core/themes', 'core/tools', 'core/ui' ], 
    5758                'core/env'                              : [], 
     
    6970                'core/tools'                    : [ 'core/env' ], 
    7071                'core/ui'                               : [], 
    71                 'core/xml'                              : [ 'core/env' ], 
    72  
    73                 'dtd/xhtml1-transitional' : [] 
     72                'core/xml'                              : [ 'core/env' ] 
    7473        }; 
    7574