correct fix for scrambling

This commit is contained in:
Dmitry Jemerov
2010-01-25 21:35:25 +03:00
parent 72b9a4551c
commit 398651f88f
+1 -1
View File
@@ -257,7 +257,7 @@ def scramble() {
ant.mkdir(dir: "$paths.artifacts/pycharm.unscrambled")
ant.copy(file: "$paths.distAll/lib/pycharm.jar", todir: "$paths.artifacts/pycharm.unscrambled")
zkmScramble("$paths.sandbox/script.zkm", "$paths.distAll/lib", "pycharm.jar")
ant.move(file: "pycharm.jar", todir: "$paths.distAll/lib")
ant.move(file: "$paths.distAll/pycharm.jar", todir: "$paths.distAll/lib")
ant.zip(destfile: "$paths.artifacts/logs.zip") {
fileset(file: "ChangeLog.txt")
fileset(file: "ZKM_log.txt")