8398c9048d
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
16 lines
380 B
JavaScript
16 lines
380 B
JavaScript
/*This profile demonstrates how to do a custom build for the Rhino environment.
|
|
You only need to include the "shrinksafe" prefix entry below if you want to
|
|
be able to run the DOH unit tests directly from the release directory.
|
|
*/
|
|
|
|
hostenvType = "rhino";
|
|
|
|
dependencies = {
|
|
layers: [
|
|
],
|
|
|
|
prefixes: [
|
|
[ "dojox", "../dojox" ],
|
|
[ "shrinksafe", "../util/shrinksafe" ]
|
|
]
|
|
};
|