[build] uncomments .snap properties (IDEA-CR-23188)

This commit is contained in:
Roman Shevchenko
2017-08-10 14:08:25 +02:00
parent 3b82cbdf3f
commit 9754b97e29
2 changed files with 8 additions and 8 deletions
@@ -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
@@ -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