Skip to content

Commit 14626c0

Browse files
committed
Make it build
1 parent 313755a commit 14626c0

File tree

5 files changed

+4
-21
lines changed

5 files changed

+4
-21
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the GNU Affero General Public License (AGPL).
33
// See License.AGPL.txt in the project root for license information.
44

5-
package io.gitpod.jetbrains.remote.latest
5+
package io.gitpod.jetbrains.remote.internal
66

77
import com.intellij.codeWithMe.ClientId
88
import com.intellij.openapi.client.ClientProjectSession

components/ide/jetbrains/backend-plugin/src/main/kotlin/io/gitpod/jetbrains/remote/stable/GitpodClientProjectSessionTracker.kt

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

components/ide/jetbrains/backend-plugin/src/main/resources-latest/META-INF/extensions.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@
66
<!--suppress PluginXmlValidity -->
77
<idea-plugin>
88
<extensions defaultExtensionNs="com.intellij">
9-
<projectService serviceImplementation="io.gitpod.jetbrains.remote.latest.GitpodClientProjectSessionTracker"
10-
client="controller" preload="true"/>
119
</extensions>
1210
</idea-plugin>

components/ide/jetbrains/backend-plugin/src/main/resources-stable/META-INF/extensions.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@
66
<!--suppress PluginXmlValidity -->
77
<idea-plugin>
88
<extensions defaultExtensionNs="com.intellij">
9-
<projectService serviceImplementation="io.gitpod.jetbrains.remote.stable.GitpodClientProjectSessionTracker"
10-
client="controller" preload="true"/>
119
</extensions>
1210
</idea-plugin>

components/ide/jetbrains/backend-plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
<projectService serviceImplementation="io.gitpod.jetbrains.remote.internal.GitpodTerminalServiceImpl" client="controller"
3535
preload="true"/>
3636

37+
<projectService serviceImplementation="io.gitpod.jetbrains.remote.internal.GitpodClientProjectSessionTracker"
38+
client="controller" preload="true"/>
39+
3740
<notificationGroup id="Gitpod Notifications" displayType="BALLOON" isLogByDefault="false"/>
3841

3942
<httpRequestHandler implementation="io.gitpod.jetbrains.remote.GitpodCLIService"/>
@@ -47,7 +50,6 @@
4750
description="Disable the forced update of Maven projects when IDE opens."
4851
restartRequired="true"/>
4952

50-
5153
<applicationService serviceInterface="io.gitpod.jetbrains.remote.GitpodIgnoredPortsForNotificationService"
5254
serviceImplementation="io.gitpod.jetbrains.remote.internal.GitpodIgnoredPortsForNotificationServiceImpl"
5355
preload="true"/>

0 commit comments

Comments
 (0)