Last change
on this file since 483 was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
File size:
716 bytes
|
Line | |
---|
1 | /*This profile demonstrates how to do a custom build for the Rhino environment. |
---|
2 | You only need to include the "shrinksafe" prefix entry below if you want to |
---|
3 | be able to run the DOH unit tests directly from the release directory. |
---|
4 | */ |
---|
5 | |
---|
6 | dependencies = { |
---|
7 | staticHasFeatures:{ |
---|
8 | "host-rhino":1, |
---|
9 | "host-browser":0, |
---|
10 | "host-node":0, |
---|
11 | "dom":0, |
---|
12 | "dojo-has-api":1, |
---|
13 | "dojo-xhr-factory":0, |
---|
14 | "dojo-inject-api":1, |
---|
15 | "dojo-timeout-api":0, |
---|
16 | "dojo-trace-api":1, |
---|
17 | "dojo-loader-catches":0, |
---|
18 | "dojo-dom-ready-api":0, |
---|
19 | "dojo-dom-ready-plugin":0, |
---|
20 | "dojo-ready-api":1, |
---|
21 | "dojo-error-api":1, |
---|
22 | "dojo-publish-privates":1, |
---|
23 | "dojo-gettext-api":1, |
---|
24 | "dojo-sniff":0, |
---|
25 | "dojo-loader":1, |
---|
26 | "dojo-test-xd":0, |
---|
27 | "dojo-test-sniff":0 |
---|
28 | } |
---|
29 | }; |
---|
Note: See
TracBrowser
for help on using the repository browser.