An antidote to r5440: Allow for '@requires: ' to trigger single file build

dependencies, since this is our most common tpo in this regard.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@5442 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2007-12-16 23:15:28 +00:00
parent 41bfd3b4d4
commit db90eca5bb

View File

@@ -51,7 +51,7 @@ import sys
SUFFIX_JAVASCRIPT = ".js"
RE_REQUIRE = "@requires (.*)\n" # TODO: Ensure in comment?
RE_REQUIRE = "@requires:? (.*)\n" # TODO: Ensure in comment?
class SourceFile:
"""
Represents a Javascript source code file.