We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990152e commit b9f4db8Copy full SHA for b9f4db8
tools/IntellijVersionHelper
@@ -6,7 +6,7 @@ SCRIPT=$(readlink -f "$0")
6
SCRIPTPATH=$(dirname "$SCRIPT")
7
cd $SCRIPTPATH
8
9
-XMLFile="../PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/plugin.xml"
+XMLFile="../PluginsAndFeatures/azure-toolkit-for-intellij/src/main/resources/META-INF/plugin.xml"
10
11
git checkout -- $XMLFile
12
javac XMLHelper.java
0 commit comments