mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
IDEA-CR-59381 PyCharm: create tips separate modules and make dependencies on them for Com, Pro and Edu
GitOrigin-RevId: 6f84c65532755a0cae276d6b732f0befe7768b93
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c1fc78c4b5
commit
98c7a07eab
10
.idea/libraries/tips_pycharm_community.xml
generated
Normal file
10
.idea/libraries/tips_pycharm_community.xml
generated
Normal file
@@ -0,0 +1,10 @@
|
||||
<component name="libraryTable">
|
||||
<library name="tips-pycharm-community" type="repository">
|
||||
<properties maven-id="com.jetbrains.intellij.documentation:tips-pycharm-community:201.3" />
|
||||
<CLASSES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/com/jetbrains/intellij/documentation/tips-pycharm-community/201.3/tips-pycharm-community-201.3.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
</library>
|
||||
</component>
|
||||
@@ -30,6 +30,7 @@ class PyCharmCommunityProperties extends PyCharmPropertiesBase {
|
||||
directoryName = "pythonIDE"
|
||||
mainJarName = "python-ide.jar"
|
||||
withModule("intellij.pycharm.community.customization.impl", mainJarName)
|
||||
withProjectLibraryUnpackedIntoJar("tips-pycharm-community", mainJarName)
|
||||
}
|
||||
]
|
||||
productLayout.pluginModulesToPublish = ["intellij.python.community.plugin"]
|
||||
|
||||
@@ -8,15 +8,6 @@
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="intellij.pycharm.community.customization.impl" />
|
||||
<orderEntry type="module-library" exported="" scope="RUNTIME">
|
||||
<library name="tips-pycharm-community" type="repository">
|
||||
<properties maven-id="com.jetbrains.intellij.documentation:tips-pycharm-community:201.3" />
|
||||
<CLASSES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/com/jetbrains/intellij/documentation/tips-pycharm-community/201.3/tips-pycharm-community-201.3.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="library" exported="" scope="RUNTIME" name="tips-pycharm-community" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
Reference in New Issue
Block a user