Skip to content

Commit 08a7c98

Browse files
merge module azure-intellij-plugin-facet into azure-intellij-resource-connector-lib
1 parent 0abdf4a commit 08a7c98

File tree

22 files changed

+17
-32
lines changed

22 files changed

+17
-32
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-facet/build.gradle

Lines changed: 0 additions & 6 deletions
This file was deleted.

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-facet/src/main/resources/META-INF/azure-intellij-plugin-facet.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-resource-connector-lib/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ intellij {
55
dependencies {
66
implementation project(path: ':azure-intellij-plugin-lib', configuration: 'instrumentedJar')
77
implementation project(path: ':azure-intellij-plugin-lib-java', configuration: 'instrumentedJar')
8+
implementation project(path: ':azure-intellij-plugin-service-explorer', configuration: 'instrumentedJar')
89
implementation 'com.microsoft.azure:azure-toolkit-ide-common-lib'
910
implementation 'io.github.cdimascio:dotenv-java:3.0.0'
1011
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*/
55

6-
package com.microsoft.azure.toolkit.intellij.facet.projectexplorer;
6+
package com.microsoft.azure.toolkit.intellij.connector.projectexplorer;
77

88
import com.google.common.collect.Sets;
99
import com.intellij.ide.projectView.PresentationData;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*/
55

6-
package com.microsoft.azure.toolkit.intellij.facet.projectexplorer;
6+
package com.microsoft.azure.toolkit.intellij.connector.projectexplorer;
77

88
import com.google.common.collect.Sets;
99
import com.intellij.ide.projectView.PresentationData;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*/
55

6-
package com.microsoft.azure.toolkit.intellij.facet.projectexplorer;
6+
package com.microsoft.azure.toolkit.intellij.connector.projectexplorer;
77

88
import com.intellij.ide.projectView.PresentationData;
99
import com.intellij.openapi.actionSystem.AnActionEvent;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*/
55

6-
package com.microsoft.azure.toolkit.intellij.facet.projectexplorer;
6+
package com.microsoft.azure.toolkit.intellij.connector.projectexplorer;
77

88
import com.intellij.ide.projectView.NodeSortOrder;
99
import com.intellij.ide.projectView.NodeSortSettings;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*/
55

6-
package com.microsoft.azure.toolkit.intellij.facet.projectexplorer;
6+
package com.microsoft.azure.toolkit.intellij.connector.projectexplorer;
77

88
import com.intellij.ide.DataManager;
99
import com.intellij.ide.projectView.ProjectView;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*/
55

6-
package com.microsoft.azure.toolkit.intellij.facet.projectexplorer;
6+
package com.microsoft.azure.toolkit.intellij.connector.projectexplorer;
77

88
import com.azure.resourcemanager.resources.fluentcore.arm.ResourceId;
99
import com.intellij.codeInsight.navigation.NavigationUtil;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*/
55

6-
package com.microsoft.azure.toolkit.intellij.facet.projectexplorer;
6+
package com.microsoft.azure.toolkit.intellij.connector.projectexplorer;
77

88
import com.intellij.codeInsight.navigation.NavigationUtil;
99
import com.intellij.icons.AllIcons;

0 commit comments

Comments
 (0)