source: Dev/trunk/src/client/util/buildscripts/profiles/baseplus.profile.js @ 483

Last change on this file since 483 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 416 bytes
Line 
1dependencies = {
2        layers: [
3                {
4                        // This is a specially named layer, literally 'dojo.js'
5                        // adding dependencies to this layer will include the modules
6                        // in addition to the standard dojo.js base APIs.
7                        name: "dojo.js",
8                        dependencies: [
9                                "dijit._Widget",
10                                "dijit._Templated",
11                                "dojo.fx",
12                                "dojo.NodeList-fx"
13                        ]
14                }
15        ],
16
17        prefixes: [
18                [ "dijit", "../dijit" ],
19                [ "dojox", "../dojox" ]
20        ]
21}
Note: See TracBrowser for help on using the repository browser.