From c080d5fe7e573e80f7bf62a96f5b96332bf73bb4 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Mon, 11 Jan 2010 18:59:24 +0300 Subject: [PATCH] fix path --- python/build/pycharm_build.gant | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python/build/pycharm_build.gant b/python/build/pycharm_build.gant index 6f5c4f5336c6..eba414540870 100644 --- a/python/build/pycharm_build.gant +++ b/python/build/pycharm_build.gant @@ -19,7 +19,8 @@ setProperty("pluginFilter", [ "CSS", "css-api", "JSInspections", "JSIntentionPowerPack", - "SpellChecker", "spellchecker" + "SpellChecker", "spellchecker", + "yaml" ]) private List platformImplementationModules() { @@ -135,6 +136,8 @@ target('default': "Build artifacts") { usedJars: usedJars, "$sandbox/layout") + + buildExe() ant.echo(message: buildName, file: "$sandbox/layout/build.txt") @@ -156,7 +159,7 @@ target('default': "Build artifacts") { } String appInfoFile() { - return "$home/out/classes/production/python-ide/idea/PythonApplicationInfo.xml" + return "$home/out/pycharm/classes/production/python-ide/idea/PythonApplicationInfo.xml" } void wire_build_date(String buildName) {