From 9754b97e29aeecb9efa8012c607fd31894cc8748 Mon Sep 17 00:00:00 2001 From: Roman Shevchenko Date: Thu, 10 Aug 2017 14:08:25 +0200 Subject: [PATCH] [build] uncomments .snap properties (IDEA-CR-23188) --- .../intellij/build/IdeaCommunityProperties.groovy | 8 ++++---- .../build/pycharm/PyCharmCommunityProperties.groovy | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build/groovy/org/jetbrains/intellij/build/IdeaCommunityProperties.groovy b/build/groovy/org/jetbrains/intellij/build/IdeaCommunityProperties.groovy index 24dd133cf1d3..94227555db91 100644 --- a/build/groovy/org/jetbrains/intellij/build/IdeaCommunityProperties.groovy +++ b/build/groovy/org/jetbrains/intellij/build/IdeaCommunityProperties.groovy @@ -89,10 +89,10 @@ class IdeaCommunityProperties extends BaseIdeaProperties { return new LinuxDistributionCustomizer() { { iconPngPath = "$projectHome/platform/icons/src/icon_CE_128.png" - //snapName = "intellij-idea-community" - //snapDescription = - // "The most intelligent Java IDE. Every aspect of IntelliJ IDEA is specifically designed to maximize developer productivity. " + - // "Together, powerful static code analysis and ergonomic design make development not only productive but also an enjoyable experience." + snapName = "intellij-idea-community" + snapDescription = + "The most intelligent Java IDE. Every aspect of IntelliJ IDEA is specifically designed to maximize developer productivity. " + + "Together, powerful static code analysis and ergonomic design make development not only productive but also an enjoyable experience." } @Override diff --git a/python/build/groovy/org/jetbrains/intellij/build/pycharm/PyCharmCommunityProperties.groovy b/python/build/groovy/org/jetbrains/intellij/build/pycharm/PyCharmCommunityProperties.groovy index e7a701d402f0..9f135c14c122 100644 --- a/python/build/groovy/org/jetbrains/intellij/build/pycharm/PyCharmCommunityProperties.groovy +++ b/python/build/groovy/org/jetbrains/intellij/build/pycharm/PyCharmCommunityProperties.groovy @@ -78,10 +78,10 @@ class PyCharmCommunityProperties extends PyCharmPropertiesBase { return new LinuxDistributionCustomizer() { { iconPngPath = "$projectHome/python/resources/PyCharmCore128.png" - //snapName = "pycharm-community" - //snapDescription = - // "Python IDE for professional developers. Save time while PyCharm takes care of the routine. " - // "Focus on bigger things and embrace the keyboard-centric approach to get the most of PyCharm’s many productivity features." + snapName = "pycharm-community" + snapDescription = + "Python IDE for professional developers. Save time while PyCharm takes care of the routine. " + "Focus on bigger things and embrace the keyboard-centric approach to get the most of PyCharm’s many productivity features." } @Override