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:
Aleksey Rostovskiy
2020-03-05 17:15:13 +03:00
committed by intellij-monorepo-bot
parent c1fc78c4b5
commit 98c7a07eab
3 changed files with 12 additions and 10 deletions

View 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>

View File

@@ -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"]

View File

@@ -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>