This commit is contained in:
Dmitry Jemerov
2010-01-11 18:59:24 +03:00
parent 22d1f7f390
commit c080d5fe7e
+5 -2
View File
@@ -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) {