Changeset 8070
- Timestamp:
- 04/12/07 10:24:56 (21 months ago)
- Files:
-
- 1 modified
-
branches/0.4/buildscripts/makeDojoJs.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4/buildscripts/makeDojoJs.js
r7930 r8070 17 17 var copyright = new String(buildUtil.readFile("copyright.txt")); 18 18 19 var result = buildUtil.makeDojoJs( buildUtil.loadDependencyList(profileFile), version);19 var result = buildUtil.makeDojoJs(dependencyResult, version); 20 20 21 21 //Save the dojo.js contents. It is always the first result.