Skip to content

Commit 1048fc3

Browse files
committed
Update plugin dependencies
1 parent b41eb5f commit 1048fc3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

swan_assist/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id 'java'
32
id 'org.jetbrains.intellij' version '0.4.8'
3+
id 'java'
44
}
55

66
group 'de.fraunhofer'
@@ -23,7 +23,6 @@ dependencies {
2323

2424
intellij {
2525
version '2018.3.6'
26-
intellij.updateSinceUntilBuild false
2726
}
2827

2928
patchPluginXml {

swan_assist/src/main/resources/META-INF/plugin.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212

1313
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
1414
on how to target different products -->
15-
<!-- uncomment to enable plugin in all products
15+
<!-- uncomment to enable plugin in all products-->
1616
<depends>com.intellij.modules.lang</depends>
17-
-->
17+
<depends>com.intellij.modules.java</depends>
18+
1819

1920
<idea-version since-build="181"/>
2021

@@ -66,7 +67,7 @@
6667
</action>
6768
</group>
6869

69-
<group id="SWAN_Assist.MethodActionGroup" class="de.fraunhofer.iem.swan.assist.actions.method.MethodActionGroup" text="Method"
70+
<group id="SWAN_Assist.MethodActionGroup" class="de.fraunhofer.iem.swan.assist.actions.method.MethodActionGroup" text="Method Options"
7071
popup="true" icon="PluginIcons.FILTER_ACTION">
7172

7273
</group>
@@ -95,7 +96,7 @@
9596
</action>
9697

9798
<action id="SWAN_Assist.MethodListAction" class="de.fraunhofer.iem.swan.assist.actions.method.MethodListAction"
98-
text="View Methods List" >
99+
text="View Methods List">
99100
</action>
100101
<separator/>
101102
<action id="SWAN_Assist.Editor.ImportAction" class="de.fraunhofer.iem.swan.assist.actions.ImportAction"

0 commit comments

Comments
 (0)