correctly package Python tips (PY-429, PY-772)

This commit is contained in:
Dmitry Jemerov
2010-07-16 19:30:52 +04:00
parent bccfa1cfdf
commit fc400381f6
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -370,7 +370,7 @@ def layoutFull(String target, Set usedJars) {
jar("extensions.jar") { module("extensions")}
jar("pycharm.jar") {
implementationModules.each { module it}
implementationModules.each { module it }
zipfileset(src: "${home}/lib/client-api.jar")
zipfileset(src: "${home}/lib/ideaLicenseDecoder.jar")
}
@@ -386,6 +386,7 @@ def layoutFull(String target, Set usedJars) {
jar("resources_en.jar") {
module("platform-resources-en")
zipfileset(src: "$home/python/resources/tips", prefix: "tips")
}
jar("icons.jar") { module("icons") }
@@ -151,6 +151,7 @@
successive-show="7">
<dependency id="codeassists.quickjavadoc"/>
</feature>
<!-- TODO uncomment when Python specific tips are provided (PY-1292)
<feature
id="codeassists.surroundwith.statement"
tip-file="RSurroundWith.html"
@@ -179,6 +180,7 @@
successive-show="5"
min-usage-count="3"
/>
-->
</group>
<group id="refactoring">