OpenLayers OpenLayers

Changeset 5442

Show
Ignore:
Timestamp:
12/16/07 18:15:28 (9 months ago)
Author:
crschmidt
Message:

An antidote to r5440: Allow for '@requires: ' to trigger single file build
dependencies, since this is our most common tpo in this regard.

Files:

Legend:

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

    r3984 r5442  
    5252SUFFIX_JAVASCRIPT = ".js" 
    5353 
    54 RE_REQUIRE = "@requires (.*)\n" # TODO: Ensure in comment? 
     54RE_REQUIRE = "@requires:? (.*)\n" # TODO: Ensure in comment? 
    5555class SourceFile: 
    5656    """