mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
remote repository library support moved from maven plugin to IDEA core: component registration and artifacts building
This commit is contained in:
@@ -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.
|
||||
|
||||
-1
@@ -89,7 +89,6 @@ class CommunityRepositoryModules {
|
||||
"xml-structure-view-impl",
|
||||
"xml",
|
||||
"configuration-store-impl",
|
||||
"aether-dependency-resolver",
|
||||
]
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user