cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/util/buildscripts/profiles/rhino.profile.js
Markus Warg 8398c9048d initially import ZendFramework-1.9.5 into repository
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
2010-03-31 10:12:32 +02:00

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