Changeset 6967
- Timestamp:
- 01/02/07 16:41:06 (23 months ago)
- Files:
-
- 1 modified
-
trunk/buildscripts/buildUtil.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/buildscripts/buildUtil.js
r6963 r6967 360 360 361 361 //Strip off the prefix path so we can find the real resource and bundle names. 362 var prefixStartIndex = srcFileName. indexOf(prefixPath);362 var prefixStartIndex = srcFileName.lastIndexOf(prefixPath); 363 363 if(prefixStartIndex != -1){ 364 364 var startIndex = prefixStartIndex + prefixPath.length;