Changeset 94

Show
Ignore:
Timestamp:
08/17/08 18:35:11 (4 months ago)
Author:
bi..@lilyapp.org
Message:

break patch & object files into individual class files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lily/lily/chrome/content/bootstrap.js

    r92 r94  
    2222                "chrome://lily/content/inspector.js", 
    2323                "chrome://lily/content/model.js", 
    24                 "chrome://lily/content/patch.js", 
     24 
     25                "chrome://lily/content/patch/core.js", 
     26                "chrome://lily/content/patch/controller.js", 
     27                "chrome://lily/content/patch/view.js", 
     28 
    2529                "chrome://lily/content/connection.js", 
    26                 "chrome://lily/content/object.js", 
     30                 
     31                "chrome://lily/content/object/base.js", 
     32                "chrome://lily/content/object/controller.js", 
     33                "chrome://lily/content/object/view.js",                                          
     34                 
    2735                "chrome://lily/content/services.js", 
    2836                "chrome://lily/content/lily.js",