From 75c7e61c0cc77657efdc52993ccdf36f84234d8b Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Fri, 11 Oct 2013 12:05:32 +0200 Subject: [PATCH] correct product code in build.txt is needed for patch building to work --- python/build/pycharm_community_build.gant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/build/pycharm_community_build.gant b/python/build/pycharm_community_build.gant index c2ddd0eab8f5..6e45899fd234 100644 --- a/python/build/pycharm_community_build.gant +++ b/python/build/pycharm_community_build.gant @@ -167,7 +167,7 @@ public layoutCommunity(String classesPath, Set usedJars) { layoutUnix(args, paths.distUnix) layoutMac(args, paths.distMac) - ant.echo(message: buildName, file: "${paths.distAll}/build.txt") + ant.echo(message: "PC-${buildNumber}", file: "${paths.distAll}/build.txt") def launcher = "${paths.distWin}/bin/pycharm.exe" List resourcePaths = ["$home/community/community-resources/src",