IJPL-973 extract intellij.platform.vcs.log.impl and intellij.platform.vcs.dvcs.impl from Core (part 3 - VcsLogBundle it is not an API, move to impl)

GitOrigin-RevId: 9b66b5f52a2e84c56b8db8e544744d0e5a6e9200
This commit is contained in:
Vladimir Krivosheev
2024-04-06 09:43:01 +02:00
committed by intellij-monorepo-bot
parent 36781f7de9
commit d03da0fc2b
4 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />

View File

@@ -1,4 +1,4 @@
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.vcs.log;
import com.intellij.DynamicBundle;