source: Dev/branches/rest-dojo-ui/client/util/buildscripts/profiles/sql.profile.js @ 273

Last change on this file since 273 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

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.