source:
Dev/trunk/src/client/util/buildscripts/profiles/sql.profile.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 354 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | dependencies = { |
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.