File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' java'
32 id ' org.jetbrains.intellij' version ' 0.4.8'
3+ id ' java'
44}
55
66group ' de.fraunhofer'
@@ -23,7 +23,6 @@ dependencies {
2323
2424intellij {
2525 version ' 2018.3.6'
26- intellij. updateSinceUntilBuild false
2726}
2827
2928patchPluginXml {
Original file line number Diff line number Diff line change 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
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 >
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"
You can’t perform that action at this time.
0 commit comments