Replacing all occurences of the package name, not only the first one

This commit is contained in:
Andrey Breslav
2013-05-11 00:06:33 +03:00
parent ba4c012000
commit 63f7b4c51d
+1 -1
View File
@@ -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>