diff --git a/python/educational-python/build/groovy/org/jetbrains/intellij/build/pycharm/edu/PyCharmEduProperties.groovy b/python/educational-python/build/groovy/org/jetbrains/intellij/build/pycharm/edu/PyCharmEduProperties.groovy
index d9d7f4121347..e4c07d2a23ec 100644
--- a/python/educational-python/build/groovy/org/jetbrains/intellij/build/pycharm/edu/PyCharmEduProperties.groovy
+++ b/python/educational-python/build/groovy/org/jetbrains/intellij/build/pycharm/edu/PyCharmEduProperties.groovy
@@ -62,13 +62,6 @@ class PyCharmEduProperties extends PyCharmPropertiesBase {
"PyCharm Edu"
}
- @Override
- void copyAdditionalFiles(BuildContext context, String targetDirectory) {
- super.copyAdditionalFiles(context, targetDirectory)
- context.ant.copy(file: "$context.paths.projectHome/help/pycharm-eduhelp.jar", todir: "$targetDirectory/help",
- failonerror: false, quiet: true)
- }
-
@Override
String getBaseDownloadUrlForJre() { "https://download.jetbrains.com/python" }
}
@@ -86,11 +79,6 @@ class PyCharmEduProperties extends PyCharmPropertiesBase {
"pycharm-edu-${applicationInfo.isEAP ? buildNumber : applicationInfo.fullVersion}"
}
- @Override
- void copyAdditionalFiles(BuildContext context, String targetDirectory) {
- context.ant.copy(file: "$context.paths.projectHome/help/pycharm-eduhelp.jar", todir: "$targetDirectory/help",
- failonerror: false, quiet: true)
- }
}
}
@@ -100,7 +88,6 @@ class PyCharmEduProperties extends PyCharmPropertiesBase {
{
icnsPath = "$pythonCommunityPath/educational-python/resources/PyCharmEdu.icns"
bundleIdentifier = "com.jetbrains.pycharm"
- helpId = "PE"
dmgImagePath = "$pythonCommunityPath/educational-python/build/DMG_background.png"
}
}
diff --git a/python/educational-python/resources/idea/PyCharmEduApplicationInfo.xml b/python/educational-python/resources/idea/PyCharmEduApplicationInfo.xml
index 28aa98381b47..4c4fdb4ce2d1 100644
--- a/python/educational-python/resources/idea/PyCharmEduApplicationInfo.xml
+++ b/python/educational-python/resources/idea/PyCharmEduApplicationInfo.xml
@@ -17,7 +17,7 @@
-
+