remote repository library support moved from maven plugin to IDEA core: component registration and artifacts building

This commit is contained in:
Eugene Zhuravlev
2017-03-30 15:27:03 +02:00
parent 9afe68a45c
commit fd45741fad
2 changed files with 1 additions and 1 deletions
@@ -89,6 +89,7 @@ abstract class BaseIdeaProperties extends ProductProperties {
productLayout.additionalPlatformJars.put("jps-launcher.jar", "jps-launcher")
productLayout.additionalPlatformJars.put("jps-builders.jar", "jps-builders")
productLayout.additionalPlatformJars.put("jps-builders-6.jar", "jps-builders-6")
productLayout.additionalPlatformJars.put("aether-dependency-resolver.jar", "aether-dependency-resolver")
productLayout.additionalPlatformJars.putAll("jps-model.jar", ["jps-model-impl", "jps-model-serialization"])
productLayout.additionalPlatformJars.putAll("resources.jar", ["resources", "resources-en"])
productLayout.additionalPlatformJars.
@@ -89,7 +89,6 @@ class CommunityRepositoryModules {
"xml-structure-view-impl",
"xml",
"configuration-store-impl",
"aether-dependency-resolver",
]
/**