Changeset 2098
- Timestamp:
- 12/22/06 15:04:48 (2 years ago)
- Files:
-
- trunk/openlayers/tools/mergejs.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tools/mergejs.py
r2097 r2098 141 141 if filename.endswith(SUFFIX_JAVASCRIPT) and not filename.startswith("."): 142 142 filepath = os.path.join(root, filename)[len(sourceDirectory)+1:] 143 filepath = filepath.replace("\\", "/") 143 144 if cfg and cfg.include: 144 145 if filepath in cfg.include or filepath in cfg.forceFirst:
