Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
krasa committed Oct 11, 2020
1 parent 87c43cf commit af88ad0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 45 deletions.
30 changes: 0 additions & 30 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,38 +25,15 @@
<br>- main toolbar action
<br>1.13
<br>- high resolution icons - thanks to <a href="https://github.com/tan9">Pei-Tang Huang</a>
<br>1.12
<br>- settings for tab on which VisualVM should open
<br>- Jar Application support
<br>1.11
<br>- jdkhome settings
<br>1.10
<br>- IntelliJ 2018.2 compatibility
<br>1.9
<br>- IntelliJ 2018 compatibility
<br>1.8
<br>- IntelliJ 2016 compatibility
<br>1.7
<br>- IJ 14 API update
<br>1.6
<br>- tool window icons fixed
<br>1.5.134
<br>- API change
<br>- NPE fix
<br>1.4
<br>- IJ 13 API change
<br>...
<br>0.1 (2012-11-05)
<br>- Initial release
]]>
</change-notes>

<!--<idea-version since-build="132.637" until-build="134.000"/>-->
<!--<idea-version since-build="134.1007" until-build="138.2210"/>-->
<idea-version since-build="201.000"/>

<project-components>
<!-- Add your project components here -->
</project-components>

<actions>
Expand All @@ -68,13 +45,6 @@
description="Start VisualVM with selectable JDK">
<add-to-group group-id="MainToolBar" anchor="last"/>
</action>
<!-- Add your actions here -->
<!-- <action id="krasa.visualvm.action.DummyTestAction" class="krasa.visualvm.action.DummyTestAction"-->
<!-- icon="/krasa/visualvm/svg/console16.svg"-->
<!-- text="DummyTestAction">-->
<!-- <add-to-group group-id="MainToolBar" anchor="last"/>-->

<!-- </action>-->
</actions>

<extensions defaultExtensionNs="com.intellij">
Expand Down
15 changes: 0 additions & 15 deletions src/krasa/visualvm/action/DummyTestAction.java

This file was deleted.

1 change: 1 addition & 0 deletions src/krasa/visualvm/integration/VisualVMHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ private static void addSourceConfig(Project project, List<String> cmds, Module r
cmds.add(tempFile.getAbsolutePath());
}

@Deprecated
public static void addSourcePluginParameters(Project project, List<String> cmds, Module runConfigurationModule) {
cmds.add("--source-roots");
cmds.add(SourceRoots.resolve(project, runConfigurationModule));
Expand Down

0 comments on commit af88ad0

Please sign in to comment.