mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
lists sorted
This commit is contained in:
+21
-22
@@ -272,7 +272,9 @@ binding.setVariable("classPathLibs", [
|
||||
|
||||
binding.setVariable("platformApiModules", [
|
||||
"analysis-api",
|
||||
"built-in-server-api",
|
||||
"core-api",
|
||||
"diff-api",
|
||||
"dvcs-api",
|
||||
"editor-ui-api",
|
||||
"external-system-api",
|
||||
@@ -280,60 +282,57 @@ binding.setVariable("platformApiModules", [
|
||||
"jps-model-api",
|
||||
"lang-api",
|
||||
"lvcs-api",
|
||||
"projectModel-api",
|
||||
"platform-api",
|
||||
"projectModel-api",
|
||||
"remote-servers-agent-rt",
|
||||
"remote-servers-api",
|
||||
"structure-view-api",
|
||||
"usageView",
|
||||
"diff-api",
|
||||
"vcs-api",
|
||||
"vcs-api-core",
|
||||
"vcs-api",
|
||||
"vcs-log-api",
|
||||
"vcs-log-graph-api",
|
||||
"xdebugger-api",
|
||||
"remote-servers-api",
|
||||
"remote-servers-agent-rt",
|
||||
"xml-analysis-api",
|
||||
"xml-openapi",
|
||||
"xml-psi-api",
|
||||
"xml-structure-view-api",
|
||||
"built-in-server-api"
|
||||
"xml-structure-view-api"
|
||||
])
|
||||
|
||||
|
||||
binding.setVariable("platformImplementationModules", [
|
||||
"analysis-impl",
|
||||
"built-in-server",
|
||||
"core-impl",
|
||||
"diff-impl",
|
||||
"dvcs-impl",
|
||||
"editor-ui-ex",
|
||||
"images",
|
||||
"indexing-impl",
|
||||
"jps-model-impl",
|
||||
"jps-model-serialization",
|
||||
"json",
|
||||
"lang-impl",
|
||||
"lvcs-impl",
|
||||
"projectModel-impl",
|
||||
"platform-impl",
|
||||
"projectModel-impl",
|
||||
"protocol-reader-runtime",
|
||||
"RegExpSupport",
|
||||
"relaxng",
|
||||
"remote-servers-impl",
|
||||
"script-debugger-backend",
|
||||
"script-debugger-ui",
|
||||
"smRunner",
|
||||
"spellchecker",
|
||||
"structure-view-impl",
|
||||
"diff-impl",
|
||||
"testRunner",
|
||||
"vcs-impl",
|
||||
"vcs-log-graph",
|
||||
"vcs-log-impl",
|
||||
"testRunner",
|
||||
"smRunner",
|
||||
"relaxng",
|
||||
"RegExpSupport",
|
||||
"spellchecker",
|
||||
"xdebugger-impl",
|
||||
"remote-servers-impl",
|
||||
"xml",
|
||||
"xml-analysis-impl",
|
||||
"xml-psi-impl",
|
||||
"xml-structure-view-impl",
|
||||
"json",
|
||||
"protocol-reader-runtime",
|
||||
"script-debugger-backend",
|
||||
"script-debugger-ui",
|
||||
"built-in-server"
|
||||
"xml"
|
||||
])
|
||||
|
||||
binding.setVariable("layoutMacApp", { String path, String ch, Map args ->
|
||||
|
||||
Reference in New Issue
Block a user