Replacing all occurences of the package name, not only the first one
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
</patternset>
|
||||
</unzip>
|
||||
|
||||
<replaceregexp match="org.objectweb.asm" replace="org.jetbrains.asm4">
|
||||
<replaceregexp match="org\.objectweb\.asm" replace="org.jetbrains.asm4" flags="g">
|
||||
<fileset dir="dependencies/download/asm-src/">
|
||||
<include name="**/*.java"/>
|
||||
</fileset>
|
||||
|
||||
Reference in New Issue
Block a user