commit | c25a210b30d2c6b940ed841c62aa970bc92437ab | [log] [tgz] |
---|---|---|
author | Konstantin Boudnik <cos@apache.org> | Mon Jun 23 11:15:11 2014 -0700 |
committer | Konstantin Boudnik <cos@apache.org> | Mon Jun 23 11:19:35 2014 -0700 |
tree | 8ea5822ff62b23689e4f23fd07e65c829af5bfed | |
parent | 5a0530d53536e25128f29de9e0f2ac0166da5fc0 [diff] |
BIGTOP-1346. Generalize evaluation regexp in packages.gradle
diff --git a/packages.gradle b/packages.gradle index eb2e959..a059ff6 100644 --- a/packages.gradle +++ b/packages.gradle
@@ -467,7 +467,7 @@ bomfile.eachLine { if (!it.startsWith("#") && !it.isEmpty()) { if (it.startsWith("\$(eval")) { - def pattern = ~/.*call PACKAGE,(\w+[-]?\w+?),(\w+)/ + def pattern = ~/.*call PACKAGE,(\w+[-\w+]*),(\w+)/ def m = it =~ pattern assert m.size() == 1 def target = m[0][1]