OpenLayers OpenLayers

Changeset 2098

Show
Ignore:
Timestamp:
12/22/06 15:04:48 (2 years ago)
Author:
sderle
Message:

Merged in r1747 from source:/sandbox/tschaub/wc/tools/mergejs.py.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/tools/mergejs.py

    r2097 r2098  
    141141            if filename.endswith(SUFFIX_JAVASCRIPT) and not filename.startswith("."): 
    142142                filepath = os.path.join(root, filename)[len(sourceDirectory)+1:] 
     143                filepath = filepath.replace("\\", "/") 
    143144                if cfg and cfg.include: 
    144145                    if filepath in cfg.include or filepath in cfg.forceFirst: