File tree Expand file tree Collapse file tree 6 files changed +419
-239
lines changed
swan_assist/src/main/resources/META-INF
src/main/java/de/fraunhofer/iem/swan Expand file tree Collapse file tree 6 files changed +419
-239
lines changed Original file line number Diff line number Diff line change 11<idea-plugin >
2- <id >de.fraunhofer.swan_assist</id >
2+ <id >de.fraunhofer.iem. swan_assist</id >
33 <name >SWAN_Assist</name >
44 <vendor email =" support@iem.fraunhofer.de" url =" https://www.iem.fraunhofer.de/" >Fraunhofer IEM</vendor >
55
1111 <depends>com.intellij.modules.lang</depends>
1212 -->
1313
14- <idea-version since-build =" 181 " />
14+ <idea-version since-build =" 192 " />
1515
1616 <extensions defaultExtensionNs =" com.intellij" >
1717 <codeInsight .lineMarkerProvider language =" JAVA"
1818 implementationClass =" de.fraunhofer.iem.swan.assist.ui.markers.ErrorLineMarker" />
1919 <toolWindow id =" SWAN_Assist" anchor =" right" factoryClass =" de.fraunhofer.iem.swan.assist.ui.SummaryToolWindow" icon =" PluginIcons.SWAN_ASSIST" />
20+ <applicationService serviceInterface =" de.fraunhofer.iem.swan.assist.ui.LoggerService"
21+ serviceImplementation =" de.fraunhofer.iem.swan.assist.ui.impl.LoggerServiceImpl" />
2022 </extensions >
2123
2224 <actions >
Original file line number Diff line number Diff line change 7272 <artifactId >json-simple</artifactId >
7373 <version >1.1.1</version >
7474 </dependency >
75- </dependencies >
75+ <dependency >
76+ <groupId >org.jdom</groupId >
77+ <artifactId >jdom2</artifactId >
78+ <version >2.0.6</version >
79+ </dependency >
80+ </dependencies >
7681
7782 <distributionManagement >
7883 <snapshotRepository >
You can’t perform that action at this time.
0 commit comments