Making it so the merge tool supports @require directives in addition to @requires.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11757 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -43,7 +43,7 @@ import sys
|
|||||||
|
|
||||||
SUFFIX_JAVASCRIPT = ".js"
|
SUFFIX_JAVASCRIPT = ".js"
|
||||||
|
|
||||||
RE_REQUIRE = "@requires:? (.*)\n" # TODO: Ensure in comment?
|
RE_REQUIRE = "@requires?:? (.*)\n" # TODO: Ensure in comment?
|
||||||
|
|
||||||
class MissingImport(Exception):
|
class MissingImport(Exception):
|
||||||
"""Exception raised when a listed import is not found in the lib."""
|
"""Exception raised when a listed import is not found in the lib."""
|
||||||
|
|||||||
Reference in New Issue
Block a user