Changeset 15621 for util

Show
Ignore:
Timestamp:
11/07/08 07:51:01 (2 months ago)
Author:
alex
Message:

adding new layers to the standard build to make loading of common-case functionality faster. We probably need more layers but this is a start. Refs #8032. !strict

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/trunk/buildscripts/profiles/standard.profile.js

    r14787 r15621  
    2929                                "dojox.off.offline" 
    3030                        ] 
    31                 } 
     31                }, 
     32                { 
     33                        name: "../dojox/grid/DataGrid.js", 
     34                        layerDependencies: [ 
     35                                "../dijit/dijit.js" 
     36                        ], 
     37                        dependencies: [ 
     38                                "dojox.grid.DataGrid" 
     39                        ] 
     40                }, 
     41                { 
     42                        name: "../dojox/gfx.js", 
     43                        dependencies: [ 
     44                                "dojox.gfx" 
     45                        ] 
     46                }, 
     47                // FIXME:  
     48                //              we probably need a better structure for this layer and need to 
     49                //              add some of the most common themes 
     50                { 
     51                        name: "../dojox/charting/widget/Chart2D.js", 
     52                        layerDependencies: [ 
     53                                "../dijit/dijit.js", 
     54                                // "../dojox/gfx.js", 
     55                        ], 
     56                        dependencies: [ 
     57                                "dojox.charting.widget.Chart2D", 
     58                                "dojox.charting.widget.Sparkline", 
     59                                "dojox.charting.widget.Legend", 
     60                        ] 
     61                }, 
     62                { 
     63                        name: "../dojox/dtl.js", 
     64                        dependencies: [ 
     65                                "dojox.dtl", 
     66                                "dojox.dtl.Context", 
     67                                "dojox.dtl.tag.logic", 
     68                                "dojox.dtl.tag.loop", 
     69                                "dojox.dtl.tag.date", 
     70                                "dojox.dtl.tag.loader", 
     71                                "dojox.dtl.tag.misc", 
     72                                "dojox.dtl.ext-dojo.NodeList", 
     73                        ] 
     74                }, 
    3275        ], 
    3376