source: Dev/trunk/src/client/util/buildscripts/profiles/sql.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: 354 bytes
Line 
1dependencies = {
2        //This option configures dojox.storage to just include the Gears
3        //storage provider for an offline use.
4        dojoxStorageBuildOption: "offline",
5
6        layers: [
7                {
8                        name: "../dojox/sql.js",
9                        layerDependencies: [
10                        ],
11                        dependencies: [
12                                "dojox.sql"
13                        ]
14                }
15        ],
16
17        prefixes: [
18                [ "dijit", "../dijit" ],
19                [ "dojox", "../dojox" ]
20        ]
21}
Note: See TracBrowser for help on using the repository browser.