mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +07:00
don't export intellij.platform.projectModel.impl
GitOrigin-RevId: c927bbf14f5bf8ba06196d812c5cd5e917517627
This commit is contained in:
committed by
intellij-monorepo-bot
parent
64906c4dbd
commit
8e2762c8b0
@@ -11,6 +11,7 @@
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.analysis" />
|
||||
<orderEntry type="module" module-name="intellij.platform.indexing.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="cli-parser" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
package com.jetbrains.performancePlugin.commands
|
||||
|
||||
import com.intellij.openapi.application.runReadAction
|
||||
import com.intellij.openapi.diagnostic.Logger
|
||||
import com.intellij.openapi.diagnostic.logger
|
||||
import com.intellij.openapi.progress.ProgressIndicator
|
||||
import com.intellij.openapi.progress.Task
|
||||
@@ -57,7 +56,7 @@ class DumpProjectFiles(text: String, line: Int) : AbstractCommand(text, line) {
|
||||
}
|
||||
|
||||
companion object {
|
||||
const val PREFIX = CMD_PREFIX + "dumpProjectFiles"
|
||||
internal const val PREFIX = CMD_PREFIX + "dumpProjectFiles"
|
||||
|
||||
private val LOG = logger<DumpProjectFiles>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user