You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/util/buildscripts/profiles/rhino.profile.js

17 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" ]
]
};